Updated Branches: refs/heads/master ca705097d -> 4bad0e546
Default template: Re-added quotes around the product name that were clobbered by Xcode's plist writer Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/commit/4bad0e54 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/tree/4bad0e54 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/diff/4bad0e54 Branch: refs/heads/master Commit: 4bad0e5466d5d98fe9e4dc9be334bb420c9efd8c Parents: ca70509 Author: Shazron Abdullah <shaz...@apache.org> Authored: Wed Sep 19 14:17:50 2012 -0700 Committer: Shazron Abdullah <shaz...@apache.org> Committed: Wed Sep 19 14:17:50 2012 -0700 ---------------------------------------------------------------------- .../project/__TESTING__.xcodeproj/project.pbxproj | 18 +++++++------- 1 files changed, 9 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/4bad0e54/bin/templates/project/__TESTING__.xcodeproj/project.pbxproj ---------------------------------------------------------------------- diff --git a/bin/templates/project/__TESTING__.xcodeproj/project.pbxproj b/bin/templates/project/__TESTING__.xcodeproj/project.pbxproj index ea223a1..bc11d3b 100755 --- a/bin/templates/project/__TESTING__.xcodeproj/project.pbxproj +++ b/bin/templates/project/__TESTING__.xcodeproj/project.pbxproj @@ -98,7 +98,7 @@ 1D30AB110D05D00D00671497 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; 1D3623240D0F684500981E51 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; }; 1D3623250D0F684500981E51 /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; }; - 1D6058910D05DD3D006BFB54 /* __TESTING__.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = __TESTING__.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 1D6058910D05DD3D006BFB54 /* __TESTING__.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "__TESTING__.app"; sourceTree = BUILT_PRODUCTS_DIR; }; 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; 1F766FDD13BBADB100FB74C0 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = Localizable.strings; sourceTree = "<group>"; }; 1F766FE013BBADB100FB74C0 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = Localizable.strings; sourceTree = "<group>"; }; @@ -175,7 +175,7 @@ 1D3623250D0F684500981E51 /* AppDelegate.m */, ); name = Classes; - path = __TESTING__/Classes; + path = "__TESTING__/Classes"; sourceTree = SOURCE_ROOT; }; 19C28FACFE9D520D11CA2CBB /* Products */ = { @@ -224,7 +224,7 @@ 29B97316FDCFA39411CA2CEA /* main.m */, ); name = "Other Sources"; - path = __TESTING__; + path = "__TESTING__"; sourceTree = "<group>"; }; 29B97317FDCFA39411CA2CEA /* Resources */ = { @@ -242,7 +242,7 @@ 307D28A1123043350040C0FA /* CordovaBuildSettings.xcconfig */, ); name = Resources; - path = __TESTING__/Resources; + path = "__TESTING__/Resources"; sourceTree = "<group>"; }; 29B97323FDCFA39411CA2CEA /* Frameworks */ = { @@ -281,7 +281,7 @@ children = ( ); name = Plugins; - path = __TESTING__/Plugins; + path = "__TESTING__/Plugins"; sourceTree = SOURCE_ROOT; }; 308D052D1370CCF300D202BF /* icons */ = { @@ -341,8 +341,8 @@ dependencies = ( 301BF551109A68C00062928A /* PBXTargetDependency */, ); - name = __TESTING__; - productName = __TESTING__; + name = "__TESTING__"; + productName = "__TESTING__"; productReference = 1D6058910D05DD3D006BFB54 /* __TESTING__.app */; productType = "com.apple.product-type.application"; }; @@ -524,7 +524,7 @@ GCC_VERSION = com.apple.compilers.llvm.clang.1_0; INFOPLIST_FILE = "__TESTING__/__TESTING__-Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 4.2; - PRODUCT_NAME = __TESTING__; + PRODUCT_NAME = "__TESTING__"; TARGETED_DEVICE_FAMILY = "1,2"; }; name = Debug; @@ -542,7 +542,7 @@ GCC_VERSION = com.apple.compilers.llvm.clang.1_0; INFOPLIST_FILE = "__TESTING__/__TESTING__-Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 4.2; - PRODUCT_NAME = __TESTING__; + PRODUCT_NAME = "__TESTING__"; TARGETED_DEVICE_FAMILY = "1,2"; }; name = Release;