Merge pull request #522 from MonitorControl/fix/arch-settings

Set archs to standard for releases
This commit is contained in:
waydabber 2021-08-21 15:20:20 +02:00 committed by GitHub
commit 8be0b867ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -739,7 +739,7 @@
56754EBA1D9A4016007BCDC5 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = x86_64;
ARCHS = "$(ARCHS_STANDARD)";
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Automatic;