You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2012/09/06 20:37:10 UTC

ios commit: The new project template had ARC enabled - set CLANG_ENABLE_OBJC_ARC to NO.

Updated Branches:
  refs/heads/master e1781b030 -> d4db38097


The new project template had ARC enabled - set CLANG_ENABLE_OBJC_ARC to NO.


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/d4db3809
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/tree/d4db3809
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/diff/d4db3809

Branch: refs/heads/master
Commit: d4db3809773b0bf08e7b3c2c0843b084f647487d
Parents: e1781b0
Author: Shazron Abdullah <sh...@apache.org>
Authored: Thu Sep 6 11:37:17 2012 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Thu Sep 6 11:37:17 2012 -0700

----------------------------------------------------------------------
 .../project/__TESTING__.xcodeproj/project.pbxproj  |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/d4db3809/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 516bdaa..87f95e8 100755
--- a/bin/templates/project/__TESTING__.xcodeproj/project.pbxproj
+++ b/bin/templates/project/__TESTING__.xcodeproj/project.pbxproj
@@ -509,7 +509,7 @@
 			isa = XCBuildConfiguration;
 			buildSettings = {
 				ALWAYS_SEARCH_USER_PATHS = NO;
-				CLANG_ENABLE_OBJC_ARC = YES;
+				CLANG_ENABLE_OBJC_ARC = NO;
 				CLANG_WARN_OBJCPP_ARC_ABI = YES;
 				COPY_PHASE_STRIP = NO;
 				GCC_DYNAMIC_NO_PIC = NO;
@@ -529,7 +529,7 @@
 			isa = XCBuildConfiguration;
 			buildSettings = {
 				ALWAYS_SEARCH_USER_PATHS = NO;
-				CLANG_ENABLE_OBJC_ARC = YES;
+				CLANG_ENABLE_OBJC_ARC = NO;
 				CLANG_WARN_OBJCPP_ARC_ABI = YES;
 				COPY_PHASE_STRIP = YES;
 				GCC_PRECOMPILE_PREFIX_HEADER = YES;