mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 11:14:00 +00:00
Deal with spaces in path names
This commit is contained in:
parent
ea03581088
commit
c1f99cc848
|
@ -763,7 +763,7 @@
|
||||||
);
|
);
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
shellPath = /bin/sh;
|
shellPath = /bin/sh;
|
||||||
shellScript = "$BUILT_PRODUCTS_DIR/VocalEasel.app/Contents/Resources/bin/mmaWrapper -g\n$SRCROOT/Tools/rebuildGrooves $BUILT_PRODUCTS_DIR/VocalEasel.app/Contents/Resources/share/mma/lib $BUILT_PRODUCTS_DIR/VocalEasel.app/Contents/Resources/Grooves.plist\n";
|
shellScript = "\"$BUILT_PRODUCTS_DIR\"/VocalEasel.app/Contents/Resources/bin/mmaWrapper -g\n\"$SRCROOT\"/Tools/rebuildGrooves \"$BUILT_PRODUCTS_DIR\"/VocalEasel.app/Contents/Resources/share/mma/lib \"$BUILT_PRODUCTS_DIR\"/VocalEasel.app/Contents/Resources/Grooves.plist\n";
|
||||||
};
|
};
|
||||||
/* End PBXShellScriptBuildPhase section */
|
/* End PBXShellScriptBuildPhase section */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user