Skip to content

Commit

Permalink
Merge pull request #571 from pennlabs/tweak-crashlytics-script
Browse files Browse the repository at this point in the history
Fix Crashlytics script behavior when spaces are in directory names
  • Loading branch information
anli5005 authored Nov 18, 2024
2 parents 93e9f65 + c0d9235 commit 70b61bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PennMobile.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2339,7 +2339,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "# Type a script or drag a script file from your workspace to insert its path.\n${BUILD_DIR%Build/*}/SourcePackages/checkouts/firebase-ios-sdk/Crashlytics/run\n";
shellScript = "# Type a script or drag a script file from your workspace to insert its path.\n\"${BUILD_DIR%Build/*}/SourcePackages/checkouts/firebase-ios-sdk/Crashlytics/run\"\n";
};
/* End PBXShellScriptBuildPhase section */

Expand Down

0 comments on commit 70b61bc

Please sign in to comment.