Mac: Update project config for universal app building

This was definitely broken before but I guess net7 had fixes?
This commit is contained in:
Ben Olden-Cooligan 2022-11-16 19:06:02 -08:00
parent 2c1187ab21
commit 2e541a3cae

View File

@ -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>