Skip to content

Commit

Permalink
πŸ› Added missing script
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-sarda committed Apr 18, 2021
1 parent 5682dfd commit 314b851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ViteMaDose.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "# Fixes binary framework bug, see:\n# https://developer.apple.com/documentation/xcode-release-notes/xcode-12_4-release-notes#Swift-Packages\n# https://github.com/firebase/firebase-ios-sdk/issues/6472\n#\n\n";
shellScript = "# Fixes binary framework bug, see:\n# https://developer.apple.com/documentation/xcode-release-notes/xcode-12_4-release-notes#Swift-Packages\n# https://github.com/firebase/firebase-ios-sdk/issues/6472\n#\n\necho \"Removing static frameworks from ${TARGET_NAME}.app\"\nfind \"${BUILT_PRODUCTS_DIR}/${TARGET_NAME}.app/\" -name '*.framework' -print0 | while IFS= read -r -d '' fm; do\n name=$(basename \"${fm}\" .framework)\n target=\"${fm}/${name}\"\n echo \"Checking: ${fm}\"\n if file \"${target}\" | grep -q \"current ar archive\"; then\n rm -rf \"${fm}\"\n echo \"Removed static framework: ${fm}\"\n fi\ndone\n";
};
DA68646626276624005B2AC2 /* Crashlytics */ = {
isa = PBXShellScriptBuildPhase;
Expand Down

0 comments on commit 314b851

Please sign in to comment.