Skip to content

Commit 104681c

Browse files
author
Victor Jalencas
committed
Allow the project to be built in directories with spaces in the path name (such as an AFP share mounted as /Network/Servers/servername/Volumes/Macintosh HD/Networkusers/username/…)
1 parent fb6abc7 commit 104681c

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)