File tree Expand file tree Collapse file tree
scripts/app_config/templates/macos/Runner.xcodeproj Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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\"",
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\"",
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\"",
You can’t perform that action at this time.
0 commit comments