Skip to content

Commit 8be0b86

Browse files
authored
Merge pull request #522 from MonitorControl/fix/arch-settings
Set archs to standard for releases
2 parents d46c429 + cad6710 commit 8be0b86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MonitorControl.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@
739739
56754EBA1D9A4016007BCDC5 /* Release */ = {
740740
isa = XCBuildConfiguration;
741741
buildSettings = {
742-
ARCHS = x86_64;
742+
ARCHS = "$(ARCHS_STANDARD)";
743743
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
744744
CODE_SIGN_IDENTITY = "-";
745745
CODE_SIGN_STYLE = Automatic;

0 commit comments

Comments
 (0)