You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2012/12/20 17:54:13 UTC

ios commit: Revert enabling of ARC in the project template

Updated Branches:
  refs/heads/master d5a82a6df -> a88ea87eb


Revert enabling of ARC in the project template

Turns out we actually haven't updated our template's code to use ARC
yet. We should do this for the next release, but for now it's safer to
just revert this change.


Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/a88ea87e
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/a88ea87e
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/a88ea87e

Branch: refs/heads/master
Commit: a88ea87eb99bbab68ea27e37d2f07f2b8485a620
Parents: d5a82a6
Author: Andrew Grieve <ag...@chromium.org>
Authored: Thu Dec 20 11:52:46 2012 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Thu Dec 20 11:52:46 2012 -0500

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


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/a88ea87e/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 648036a..67eb014 100755
--- a/bin/templates/project/__TESTING__.xcodeproj/project.pbxproj
+++ b/bin/templates/project/__TESTING__.xcodeproj/project.pbxproj
@@ -481,7 +481,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;
@@ -501,7 +501,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;