Skip to content

Commit

Permalink
Mac: Update project config for universal app building
Browse files Browse the repository at this point in the history
This was definitely broken before but I guess net7 had fixes?
  • Loading branch information
cyanfish committed Nov 17, 2022
1 parent 2c1187a commit 2e541a3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions NAPS2.App.Mac/NAPS2.App.Mac.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,7 @@
<Version>7.0.1</Version>
<ApplicationIcon>../NAPS2.Lib/Icons/favicon.ico</ApplicationIcon>

<SelfContained>true</SelfContained>
<PublishSingleFile>false</PublishSingleFile>
<PublishTrimmed>true</PublishTrimmed>

<!-- TODO: Do we need a separate project for x64? Multiple RuntimeIdentifiers fails with SelfContained. -->
<RuntimeIdentifier>osx-arm64</RuntimeIdentifier>
<RuntimeIdentifiers>osx-x64;osx-arm64</RuntimeIdentifiers>

<Title>NAPS2 - Not Another PDF Scanner</Title>
<Product>NAPS2 - Not Another PDF Scanner</Product>
Expand Down

0 comments on commit 2e541a3

Please sign in to comment.