Fix build_and_install.sh failing when run from a path containing spaces.

When build_and_install.sh tried to install BGMXPCHelper, xcodebuild
would fail to run post_install.sh.

Fixes #187.
This commit is contained in:
Kyle Neideck 2019-01-22 21:58:47 +11:00
parent 5257b4c94d
commit a4c93c050b
No known key found for this signature in database
GPG key ID: CAA8D9B8E39EC18C

View file

@ -945,7 +945,7 @@
);
runOnlyForDeploymentPostprocessing = 1;
shellPath = /bin/bash;
shellScript = "/bin/bash $SRCROOT/BGMXPCHelper/post_install.sh\n";
shellScript = "/bin/bash \"$SRCROOT/BGMXPCHelper/post_install.sh\"\n";
};
/* End PBXShellScriptBuildPhase section */