Skip to content

Commit

Permalink
Merge pull request monkeydom#1 from merrysuperstar/master
Browse files Browse the repository at this point in the history
[PROJECT] calling set_build_number script also in project directories with a space inside it's path
  • Loading branch information
monkeydom authored Oct 17, 2018
2 parents f96adfc + 0731178 commit 08435e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Port Map.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "# Type a script or drag a script file from your workspace to insert its path.\n${SRCROOT}/set_build_number.sh BuildRevision\n";
shellScript = "# Type a script or drag a script file from your workspace to insert its path.\n\"${SRCROOT}/set_build_number.sh\" BuildRevision\n";
};
F29A3917214010B900D70A50 /* Set Build Version Number */ = {
isa = PBXShellScriptBuildPhase;
Expand All @@ -776,7 +776,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "# Type a script or drag a script file from your workspace to insert its path.\n${SRCROOT}/set_build_number.sh\n";
shellScript = "# Type a script or drag a script file from your workspace to insert its path.\n\"${SRCROOT}/set_build_number.sh\"\n";
};
/* End PBXShellScriptBuildPhase section */

Expand Down

0 comments on commit 08435e0

Please sign in to comment.