Skip to content

Commit 8700f62

Browse files
authored
Merge pull request #11 from gitx/M1
Apple Silicon M1
2 parents 3b0491a + 673f9b3 commit 8700f62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MGScopeBar.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@
415415
PRODUCT_BUNDLE_IDENTIFIER = "com.yourcompany.${PRODUCT_NAME:identifier}";
416416
PRODUCT_NAME = MGScopeBar;
417417
SDKROOT = macosx;
418-
VALID_ARCHS = x86_64;
418+
VALID_ARCHS = "x86_64 arm64";
419419
};
420420
name = Debug;
421421
};
@@ -434,7 +434,7 @@
434434
PRODUCT_BUNDLE_IDENTIFIER = "com.yourcompany.${PRODUCT_NAME:identifier}";
435435
PRODUCT_NAME = MGScopeBar;
436436
SDKROOT = macosx;
437-
VALID_ARCHS = x86_64;
437+
VALID_ARCHS = "x86_64 arm64";
438438
};
439439
name = Release;
440440
};

0 commit comments

Comments
 (0)