Skip to content

Commit

Permalink
Removed build script workaround that is no longer needed (and will no…
Browse files Browse the repository at this point in the history
…w cause Xcode crash on App Store upload). See: Carthage/Carthage#1394 (comment)
  • Loading branch information
mluisbrown committed Sep 8, 2016
1 parent ce9e272 commit cf04f2d
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions Memories.xcodeproj/project.pbxproj
Expand Up @@ -399,7 +399,6 @@
4C09B8321C53F75600C7D40F /* ShellScript */,
4C211F581C3DB8270082F4DF /* Embed App Extensions */,
4CF410571C4BB099002FD49A /* Embed Frameworks */,
4CF0606C1D42CE51005A068E /* ShellScript */,
);
buildRules = (
);
Expand Down Expand Up @@ -552,23 +551,6 @@
shellPath = /bin/sh;
shellScript = "/usr/local/bin/carthage copy-frameworks";
};
4CF0606C1D42CE51005A068E /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
"$(SRCROOT)/Carthage/Build/iOS/Cartography.framework",
"$(SRCROOT)/Carthage/Build/iOS/DACircularProgress.framework",
"$(SRCROOT)/Carthage/Build/iOS/RMStore.framework",
"$(TARGET_BUILD_DIR)/PHAssetHelper.framework",
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "# Include Frameworks\nfor i in `seq 1 ${SCRIPT_INPUT_FILE_COUNT}`; do\nNUM=`expr $i - 1`\nNEXT_FOLDER_ARG=SCRIPT_INPUT_FILE_$NUM\nINCLUDE_FRAMEWORK_FOLDER_ARGS=\"${INCLUDE_FRAMEWORK_FOLDER_ARGS} --scan-folder ${!NEXT_FOLDER_ARG}\"\ndone\n\n# Run the correct tool 🤗\n${TOOLCHAIN_DIR}/usr/bin/swift-stdlib-tool \\\n--copy --verbose --sign ${EXPANDED_CODE_SIGN_IDENTITY} \\\n--scan-executable \"${TARGET_BUILD_DIR}/${EXECUTABLE_PATH}\" \\\n--scan-folder \"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}\" \\\n--scan-folder \"${TARGET_BUILD_DIR}/${PLUGINS_FOLDER_PATH}\" \\\n--platform ${PLATFORM_NAME} \\\n--toolchain ${TOOLCHAIN_DIR} \\\n--destination \"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}\" \\\n--strip-bitcode --resource-destination \"${TARGET_BUILD_DIR}/${FULL_PRODUCT_NAME}\" \\\n--resource-library libswiftRemoteMirror.dylib \\\n${INCLUDE_FRAMEWORK_FOLDER_ARGS}";
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
Expand Down

0 comments on commit cf04f2d

Please sign in to comment.