Showing
2 changed files
with
0 additions
and
18 deletions
No preview for this file type
@@ -213,7 +213,6 @@ | @@ -213,7 +213,6 @@ | ||
213 | 95F31C3B20D0F8C9000BDAC4 /* Resources */, | 213 | 95F31C3B20D0F8C9000BDAC4 /* Resources */, |
214 | 2F2866C9626CA31B9760B5C4 /* [CP] Embed Pods Frameworks */, | 214 | 2F2866C9626CA31B9760B5C4 /* [CP] Embed Pods Frameworks */, |
215 | F8948772789F21F588832CFB /* [CP] Copy Pods Resources */, | 215 | F8948772789F21F588832CFB /* [CP] Copy Pods Resources */, |
216 | - 7EFDD5BE25A6A2EA0021A7DB /* ShellScript */, | ||
217 | ); | 216 | ); |
218 | buildRules = ( | 217 | buildRules = ( |
219 | ); | 218 | ); |
@@ -325,23 +324,6 @@ | @@ -325,23 +324,6 @@ | ||
325 | shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; | 324 | shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; |
326 | showEnvVarsInLog = 0; | 325 | showEnvVarsInLog = 0; |
327 | }; | 326 | }; |
328 | - 7EFDD5BE25A6A2EA0021A7DB /* ShellScript */ = { | ||
329 | - isa = PBXShellScriptBuildPhase; | ||
330 | - buildActionMask = 2147483647; | ||
331 | - files = ( | ||
332 | - ); | ||
333 | - inputFileListPaths = ( | ||
334 | - ); | ||
335 | - inputPaths = ( | ||
336 | - ); | ||
337 | - outputFileListPaths = ( | ||
338 | - ); | ||
339 | - outputPaths = ( | ||
340 | - ); | ||
341 | - runOnlyForDeploymentPostprocessing = 0; | ||
342 | - shellPath = /bin/sh; | ||
343 | - shellScript = "# Type a script or drag a script file from your workspace to insert its path.\nAPP_PATH=\"${TARGET_BUILD_DIR}/${WRAPPER_NAME}\" \n\n# This script loops through the frameworks embedded in the application and \n\n# removes unused architectures. \n\n find \"$APP_PATH\" -name '*.framework' -type d | while read -r FRAMEWORK \n do \n FRAMEWORK_EXECUTABLE_NAME=$(defaults read \"$FRAMEWORK/Info.plist\" CFBundleExecutable) \n FRAMEWORK_EXECUTABLE_PATH=\"$FRAMEWORK/$FRAMEWORK_EXECUTABLE_NAME\" \n echo \"Executable is $FRAMEWORK_EXECUTABLE_PATH\" \n\n EXTRACTED_ARCHS=() \n\n for ARCH in $ARCHS \n do \n echo \"Extracting $ARCH from $FRAMEWORK_EXECUTABLE_NAME\" \n lipo -extract \"$ARCH\" \"$FRAMEWORK_EXECUTABLE_PATH\" -o \"$FRAMEWORK_EXECUTABLE_PATH-$ARCH\" \n EXTRACTED_ARCHS+=(\"$FRAMEWORK_EXECUTABLE_PATH-$ARCH\") \n done \n\n echo \"Merging extracted architectures: ${ARCHS}\" \n lipo -o \"$FRAMEWORK_EXECUTABLE_PATH-merged\" -create \"${EXTRACTED_ARCHS[@]}\" \n rm \"${EXTRACTED_ARCHS[@]}\" \n\n echo \"Replacing original executable with thinned version\" \n rm \"$FRAMEWORK_EXECUTABLE_PATH\" \n mv \"$FRAMEWORK_EXECUTABLE_PATH-merged\" \"$FRAMEWORK_EXECUTABLE_PATH\" \n\n done\n"; | ||
344 | - }; | ||
345 | F8948772789F21F588832CFB /* [CP] Copy Pods Resources */ = { | 327 | F8948772789F21F588832CFB /* [CP] Copy Pods Resources */ = { |
346 | isa = PBXShellScriptBuildPhase; | 328 | isa = PBXShellScriptBuildPhase; |
347 | buildActionMask = 2147483647; | 329 | buildActionMask = 2147483647; |
-
Please register or login to post a comment