From 84ddce4a2247572eb56c65dcd78ceb70e2c5bf1b Mon Sep 17 00:00:00 2001 From: Thomas Ballinger Date: Wed, 8 Sep 2021 04:27:06 -0700 Subject: [PATCH] build(macOS): Restore support for spaces in the filesystem path (#6237) * Allow spaces in project path in Xcode The changes to support downloading SDL were not compatible with spaces in any parent directory names. * fix copy-paste error --- EndlessSky.xcodeproj/project.pbxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EndlessSky.xcodeproj/project.pbxproj b/EndlessSky.xcodeproj/project.pbxproj index 664e5f72d69f..a6d126b8eec1 100644 --- a/EndlessSky.xcodeproj/project.pbxproj +++ b/EndlessSky.xcodeproj/project.pbxproj @@ -978,7 +978,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "${SRCROOT}/utils/set_dylibs_rpath.sh"; + shellScript = "\"${SRCROOT}/utils/set_dylibs_rpath.sh\""; }; 072599CB26A8C7AB007EC229 /* ShellScript */ = { isa = PBXShellScriptBuildPhase; @@ -993,7 +993,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "${SRCROOT}/utils/fetch_sdl2_framework.sh"; + shellScript = "\"${SRCROOT}/utils/fetch_sdl2_framework.sh\""; showEnvVarsInLog = 0; }; /* End PBXShellScriptBuildPhase section */