Skip to content

Commit 4e170ec

Browse files
Disable Apple Silicon for Catalyst
1 parent 1cf0633 commit 4e170ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ChatSecure.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3331,6 +3331,7 @@
33313331
DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER = NO;
33323332
DEVELOPMENT_TEAM = "";
33333333
ENABLE_HARDENED_RUNTIME = NO;
3334+
EXCLUDED_ARCHS = arm64;
33343335
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
33353336
GCC_PREPROCESSOR_DEFINITIONS = (
33363337
"$(inherited)",
@@ -3522,6 +3523,7 @@
35223523
DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER = NO;
35233524
DEVELOPMENT_TEAM = "";
35243525
ENABLE_HARDENED_RUNTIME = YES;
3526+
EXCLUDED_ARCHS = arm64;
35253527
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
35263528
GCC_PREPROCESSOR_DEFINITIONS = (
35273529
"$(inherited)",

0 commit comments

Comments
 (0)