From 32145347a93da9818c10044c5fb9c08ef0426fcc Mon Sep 17 00:00:00 2001 From: cbatson Date: Mon, 29 Sep 2014 17:43:46 -0700 Subject: [PATCH 1/2] 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 = ( From 6ef745faaefb0fe758df1780ec22f9a1d0d5a95a Mon Sep 17 00:00:00 2001 From: cbatson Date: Tue, 30 Sep 2014 09:00:09 -0700 Subject: [PATCH 2/2] Facilitate framework paths containing spaces for iOS. (Overlooked Release configuration.) --- legacy/templates/iphone/PROJ.xcodeproj/project.pbxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/templates/iphone/PROJ.xcodeproj/project.pbxproj b/legacy/templates/iphone/PROJ.xcodeproj/project.pbxproj index 3a8e6a5c1..0175b7589 100644 --- a/legacy/templates/iphone/PROJ.xcodeproj/project.pbxproj +++ b/legacy/templates/iphone/PROJ.xcodeproj/project.pbxproj @@ -435,7 +435,7 @@ ); FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", - ::foreach frameworkSearchPaths:: "::__current__::", + ::foreach frameworkSearchPaths:: "\"::__current__::\"", ::end:: ); OTHER_LDFLAGS = (