Skip to content

Commit 85c7091

Browse files
committed
macos exclude arch
1 parent 7270226 commit 85c7091

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

scripts/app_config/templates/macos/Runner.xcodeproj/project.pbxproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -562,6 +562,7 @@
562562
CODE_SIGN_ENTITLEMENTS = Runner/DebugProfile.entitlements;
563563
CODE_SIGN_STYLE = Automatic;
564564
COMBINE_HIDPI_IMAGES = YES;
565+
EXCLUDED_ARCHS = x86_64;
565566
FRAMEWORK_SEARCH_PATHS = (
566567
"$(inherited)",
567568
"\"${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift\"",
@@ -712,6 +713,7 @@
712713
CODE_SIGN_ENTITLEMENTS = Runner/DebugProfile.entitlements;
713714
CODE_SIGN_STYLE = Automatic;
714715
COMBINE_HIDPI_IMAGES = YES;
716+
EXCLUDED_ARCHS = x86_64;
715717
FRAMEWORK_SEARCH_PATHS = (
716718
"$(inherited)",
717719
"\"${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift\"",
@@ -753,6 +755,7 @@
753755
CODE_SIGN_ENTITLEMENTS = Runner/Release.entitlements;
754756
CODE_SIGN_STYLE = Automatic;
755757
COMBINE_HIDPI_IMAGES = YES;
758+
EXCLUDED_ARCHS = x86_64;
756759
FRAMEWORK_SEARCH_PATHS = (
757760
"$(inherited)",
758761
"\"${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift\"",

0 commit comments

Comments
 (0)