Updated Branches: refs/heads/master f7bc24c57 -> 4b94deba0
[CB-4707] Update compiler in default template xcodeproj to "default compiler" Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/4b94deba Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/4b94deba Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/4b94deba Branch: refs/heads/master Commit: 4b94deba093393f0d0be3bbfc412d94fed66dd5d Parents: f7bc24c Author: Shazron Abdullah <[email protected]> Authored: Fri Aug 30 17:59:41 2013 +0800 Committer: Shazron Abdullah <[email protected]> Committed: Fri Aug 30 17:59:41 2013 +0800 ---------------------------------------------------------------------- bin/templates/project/__TESTING__.xcodeproj/project.pbxproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/4b94deba/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 964c29d..a57a350 100755 --- a/bin/templates/project/__TESTING__.xcodeproj/project.pbxproj +++ b/bin/templates/project/__TESTING__.xcodeproj/project.pbxproj @@ -428,7 +428,7 @@ GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "__TESTING__/__TESTING__-Prefix.pch"; GCC_THUMB_SUPPORT = NO; - GCC_VERSION = com.apple.compilers.llvm.clang.1_0; + GCC_VERSION = ""; INFOPLIST_FILE = "__TESTING__/__TESTING__-Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 5.0; OTHER_LDFLAGS = ( @@ -459,7 +459,7 @@ GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "__TESTING__/__TESTING__-Prefix.pch"; GCC_THUMB_SUPPORT = NO; - GCC_VERSION = com.apple.compilers.llvm.clang.1_0; + GCC_VERSION = ""; INFOPLIST_FILE = "__TESTING__/__TESTING__-Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 5.0; OTHER_LDFLAGS = ( @@ -494,7 +494,7 @@ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; GCC_C_LANGUAGE_STANDARD = c99; GCC_THUMB_SUPPORT = NO; - GCC_VERSION = com.apple.compilers.llvm.clang.1_0; + GCC_VERSION = ""; GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_UNDECLARED_SELECTOR = YES; GCC_WARN_UNINITIALIZED_AUTOS = YES; @@ -540,7 +540,7 @@ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; GCC_C_LANGUAGE_STANDARD = c99; GCC_THUMB_SUPPORT = NO; - GCC_VERSION = com.apple.compilers.llvm.clang.1_0; + GCC_VERSION = ""; GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_UNDECLARED_SELECTOR = YES; GCC_WARN_UNINITIALIZED_AUTOS = YES;
