Skip to content

Commit d01c0ef

Browse files
committed
Merge pull request laullon#4 from danielctull-forks/master
Put quotes around the path to the built product to work with paths with spaces
2 parents 02c7864 + 6e5bbf7 commit d01c0ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GitX.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -960,7 +960,7 @@
960960
);
961961
runOnlyForDeploymentPostprocessing = 0;
962962
shellPath = /bin/sh;
963-
shellScript = "# Build the scripting bridge header GitX.h if the GitX.sdef file changes\nsdef $TARGET_BUILD_DIR/GitX.app | sdp -fh --basename GitX";
963+
shellScript = "# Build the scripting bridge header GitX.h if the GitX.sdef file changes\nsdef \"$TARGET_BUILD_DIR/GitX.app\" | sdp -fh --basename GitX";
964964
};
965965
/* End PBXShellScriptBuildPhase section */
966966

0 commit comments

Comments
 (0)