Skip to content

Commit

Permalink
Fix build scripts not handling paths with spaces in them
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyarnold committed Apr 26, 2016
1 parent b83b159 commit 94762ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MagicalRecord.xcodeproj/project.pbxproj
Expand Up @@ -1679,7 +1679,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = $SRCROOT/Support/Scripts/set_version_information.sh;
shellScript = "\"$SRCROOT/Support/Scripts/set_version_information.sh\"";
};
90A0DE291C50E32200CF5A5A /* Set Version Information */ = {
isa = PBXShellScriptBuildPhase;
Expand All @@ -1693,7 +1693,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = $SRCROOT/Support/Scripts/set_version_information.sh;
shellScript = "\"$SRCROOT/Support/Scripts/set_version_information.sh\"";
};
/* End PBXShellScriptBuildPhase section */

Expand Down

0 comments on commit 94762ad

Please sign in to comment.