From 32145347a93da9818c10044c5fb9c08ef0426fcc Mon Sep 17 00:00:00 2001 From: cbatson Date: Mon, 29 Sep 2014 17:43:46 -0700 Subject: [PATCH] Facilitate framework paths containing spaces for iOS. --- legacy/templates/iphone/PROJ.xcodeproj/project.pbxproj | 2 +- templates/iphone/PROJ.xcodeproj/project.pbxproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/templates/iphone/PROJ.xcodeproj/project.pbxproj b/legacy/templates/iphone/PROJ.xcodeproj/project.pbxproj index 9d87f4c30..3a8e6a5c1 100644 --- a/legacy/templates/iphone/PROJ.xcodeproj/project.pbxproj +++ b/legacy/templates/iphone/PROJ.xcodeproj/project.pbxproj @@ -397,7 +397,7 @@ ); FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", - ::foreach frameworkSearchPaths:: "::__current__::", + ::foreach frameworkSearchPaths:: "\"::__current__::\"", ::end:: ); OTHER_LDFLAGS = ( diff --git a/templates/iphone/PROJ.xcodeproj/project.pbxproj b/templates/iphone/PROJ.xcodeproj/project.pbxproj index 9d87f4c30..3a8e6a5c1 100644 --- a/templates/iphone/PROJ.xcodeproj/project.pbxproj +++ b/templates/iphone/PROJ.xcodeproj/project.pbxproj @@ -397,7 +397,7 @@ ); FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", - ::foreach frameworkSearchPaths:: "::__current__::", + ::foreach frameworkSearchPaths:: "\"::__current__::\"", ::end:: ); OTHER_LDFLAGS = (