Skip to content

Commit f463153

Browse files
committed
Merge pull request brotherbard#59 from victor/master
Allow the project to be built in directories with spaces in the path nam...
2 parents 4205333 + 104681c commit f463153

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
@@ -1337,7 +1337,7 @@
13371337
);
13381338
runOnlyForDeploymentPostprocessing = 0;
13391339
shellPath = /bin/sh;
1340-
shellScript = "# Build the scripting bridge header GitX.h if the GitX.sdef file changes\nsdef $TARGET_BUILD_DIR/GitX.app | sdp -fh --basename GitX";
1340+
shellScript = "# Build the scripting bridge header GitX.h if the GitX.sdef file changes\nsdef \"$TARGET_BUILD_DIR/GitX.app\" | sdp -fh --basename GitX";
13411341
};
13421342
F56439F60F792B2100A579C2 /* ShellScript */ = {
13431343
isa = PBXShellScriptBuildPhase;

0 commit comments

Comments
 (0)