File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 2417
2417
);
2418
2418
runOnlyForDeploymentPostprocessing = 0;
2419
2419
shellPath = /bin/sh;
2420
- shellScript = "if [ -f $PROJECT_DIR/.gitmodules ]; then\n echo \"Skipping checkout due to presence of .gitmodules file\"\n if [ $ACTION = \"install\" ]; then\n echo \"You're installing: Make sure to keep all submodules up-to-date and run carthage build after changes.\"\n fi\nelse\n echo \"Bootstrapping carthage dependencies\"\n unset LLVM_TARGET_TRIPLE_SUFFIX\n /usr/local/bin/carthage bootstrap --project-directory \"$SRCROOT\" --cache-builds\nfi\n";
2420
+ shellScript = "\n\nif [ -f $PROJECT_DIR/.gitmodules ]; then\n echo \"Skipping checkout due to presence of .gitmodules file\"\n if [ $ACTION = \"install\" ]; then\n echo \"You're installing: Make sure to keep all submodules up-to-date and run carthage build after changes.\"\n fi\nelse\n echo \"Bootstrapping carthage dependencies\"\n\n xcconfig=$(mktemp /tmp/static.xcconfig.XXXXXX)\n trap 'rm -f \"$xcconfig\"' INT TERM HUP EXIT\n\n# For Xcode 12 make sure EXCLUDED_ARCHS is set to arm architectures otherwise\n# the build will fail on lipo due to duplicate architectures.\n# Xcode 12 Beta 3:\necho 'EXCLUDED_ARCHS__EFFECTIVE_PLATFORM_SUFFIX_simulator__NATIVE_ARCH_64_BIT_x86_64__XCODE_1200__BUILD_12A8169g = arm64 arm64e armv7 armv7s armv6 armv8' >> $xcconfig\n# Xcode 12 beta 4\necho 'EXCLUDED_ARCHS__EFFECTIVE_PLATFORM_SUFFIX_simulator__NATIVE_ARCH_64_BIT_x86_64__XCODE_1200__BUILD_12A8179i = arm64 arm64e armv7 armv7s armv6 armv8' >> $xcconfig\n# Xcode 12 beta 5\necho 'EXCLUDED_ARCHS__EFFECTIVE_PLATFORM_SUFFIX_simulator__NATIVE_ARCH_64_BIT_x86_64__XCODE_1200__BUILD_12A8189h = arm64 arm64e armv7 armv7s armv6 armv8' >> $xcconfig\n# Xcode 12 beta 6\necho 'EXCLUDED_ARCHS__EFFECTIVE_PLATFORM_SUFFIX_simulator__NATIVE_ARCH_64_BIT_x86_64__XCODE_1200__BUILD_12A8189n = arm64 arm64e armv7 armv7s armv6 armv8' >> $xcconfig\n# Xcode 12 GM\necho 'EXCLUDED_ARCHS__EFFECTIVE_PLATFORM_SUFFIX_simulator__NATIVE_ARCH_64_BIT_x86_64__XCODE_1200__BUILD_12A7208 = arm64 arm64e armv7 armv7s armv6 armv8' >> $xcconfig\n# Xcode 12 GM 2\necho 'EXCLUDED_ARCHS__EFFECTIVE_PLATFORM_SUFFIX_simulator__NATIVE_ARCH_64_BIT_x86_64__XCODE_1200__BUILD_12A7209 = arm64 arm64e armv7 armv7s armv6 armv8' >> $xcconfig\necho 'EXCLUDED_ARCHS__EFFECTIVE_PLATFORM_SUFFIX_simulator__NATIVE_ARCH_64_BIT_x86_64__XCODE_1200 = $(EXCLUDED_ARCHS__EFFECTIVE_PLATFORM_SUFFIX_simulator__NATIVE_ARCH_64_BIT_x86_64__XCODE_1200__BUILD_$(XCODE_PRODUCT_BUILD_VERSION))' >> $xcconfig\necho 'EXCLUDED_ARCHS = $(inherited) $(EXCLUDED_ARCHS__EFFECTIVE_PLATFORM_SUFFIX_$(EFFECTIVE_PLATFORM_SUFFIX)__NATIVE_ARCH_64_BIT_$(NATIVE_ARCH_64_BIT)__XCODE_$(XCODE_VERSION_MAJOR))' >> $xcconfig\necho 'ONLY_ACTIVE_ARCH=NO' >> $xcconfig\necho 'VALID_ARCHS = $(inherited) x86_64' >> $xcconfig\nexport XCODE_XCCONFIG_FILE=\"$xcconfig\"\necho $XCODE_XCCONFIG_FILE\n cat $XCODE_XCCONFIG_FILE\n unset LLVM_TARGET_TRIPLE_SUFFIX\n /usr/local/bin/carthage bootstrap --project-directory \"$SRCROOT\" --cache-builds\nfi\n";
2421
2421
};
2422
2422
432CF88220D8BCD90066B889 /* Homebrew & Carthage Setup */ = {
2423
2423
isa = PBXShellScriptBuildPhase;
Original file line number Diff line number Diff line change 90
90
launchAutomaticallySubstyle = " 32" >
91
91
<RemoteRunnable
92
92
runnableDebuggingMode = " 2"
93
- BundleIdentifier = " com.apple.carousel "
94
- RemotePath = " /Naterade " >
93
+ BundleIdentifier = " com.apple.Carousel "
94
+ RemotePath = " /$(MAIN_APP_DISPLAY_NAME) " >
95
95
<BuildableReference
96
96
BuildableIdentifier = " primary"
97
97
BlueprintIdentifier = " 43A943711B926B7B0051FA24"
110
110
launchAutomaticallySubstyle = " 32" >
111
111
<RemoteRunnable
112
112
runnableDebuggingMode = " 2"
113
- BundleIdentifier = " com.apple.carousel "
114
- RemotePath = " /Naterade " >
113
+ BundleIdentifier = " com.apple.Carousel "
114
+ RemotePath = " /$(MAIN_APP_DISPLAY_NAME) " >
115
115
<BuildableReference
116
116
BuildableIdentifier = " primary"
117
117
BlueprintIdentifier = " 43A943711B926B7B0051FA24"
Original file line number Diff line number Diff line change 91
91
notificationPayloadFile = " WatchApp Extension/PushNotificationPayload.apns" >
92
92
<RemoteRunnable
93
93
runnableDebuggingMode = " 2"
94
- BundleIdentifier = " com.apple.carousel "
95
- RemotePath = " /Naterade " >
94
+ BundleIdentifier = " com.apple.Carousel "
95
+ RemotePath = " /$(MAIN_APP_DISPLAY_NAME) " >
96
96
<BuildableReference
97
97
BuildableIdentifier = " primary"
98
98
BlueprintIdentifier = " 43A943711B926B7B0051FA24"
112
112
notificationPayloadFile = " WatchApp Extension/PushNotificationPayload.apns" >
113
113
<RemoteRunnable
114
114
runnableDebuggingMode = " 2"
115
- BundleIdentifier = " com.apple.carousel "
116
- RemotePath = " /Naterade " >
115
+ BundleIdentifier = " com.apple.Carousel "
116
+ RemotePath = " /$(MAIN_APP_DISPLAY_NAME) " >
117
117
<BuildableReference
118
118
BuildableIdentifier = " primary"
119
119
BlueprintIdentifier = " 43A943711B926B7B0051FA24"
Original file line number Diff line number Diff line change 90
90
notificationPayloadFile = " WatchApp Extension/PushNotificationPayload.apns" >
91
91
<RemoteRunnable
92
92
runnableDebuggingMode = " 2"
93
- BundleIdentifier = " com.apple.carousel "
94
- RemotePath = " /Naterade " >
93
+ BundleIdentifier = " com.apple.Carousel "
94
+ RemotePath = " /$(MAIN_APP_DISPLAY_NAME) " >
95
95
<BuildableReference
96
96
BuildableIdentifier = " primary"
97
97
BlueprintIdentifier = " 43A943711B926B7B0051FA24"
110
110
notificationPayloadFile = " WatchApp Extension/PushNotificationPayload.apns" >
111
111
<RemoteRunnable
112
112
runnableDebuggingMode = " 2"
113
- BundleIdentifier = " com.apple.carousel "
114
- RemotePath = " /Naterade " >
113
+ BundleIdentifier = " com.apple.Carousel "
114
+ RemotePath = " /$(MAIN_APP_DISPLAY_NAME) " >
115
115
<BuildableReference
116
116
BuildableIdentifier = " primary"
117
117
BlueprintIdentifier = " 43A943711B926B7B0051FA24"
You can’t perform that action at this time.
0 commit comments