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 2013/07/11 03:22:26 UTC

ios commit: [CB-2180] Convert iOS project template to use ARC

Updated Branches:
  refs/heads/master 01a75e223 -> 5d6d694f5


[CB-2180] Convert iOS project template to use ARC


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

Branch: refs/heads/master
Commit: 5d6d694f5245fb6dd8caebaf164f6a1d34f0682a
Parents: 01a75e2
Author: Shazron Abdullah <sh...@apache.org>
Authored: Wed Jul 10 18:22:17 2013 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Wed Jul 10 18:22:17 2013 -0700

----------------------------------------------------------------------
 bin/templates/project/__TESTING__.xcodeproj/project.pbxproj | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/5d6d694f/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 97e5eb6..8a67ddf 100755
--- a/bin/templates/project/__TESTING__.xcodeproj/project.pbxproj
+++ b/bin/templates/project/__TESTING__.xcodeproj/project.pbxproj
@@ -540,6 +540,7 @@
 		C01FCF4F08A954540054247B /* Debug */ = {
 			isa = XCBuildConfiguration;
 			buildSettings = {
+			        CLANG_ENABLE_OBJC_ARC = YES;
 				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
 				CLANG_WARN_CONSTANT_CONVERSION = YES;
 				CLANG_WARN_ENUM_CONVERSION = YES;
@@ -581,6 +582,7 @@
 		C01FCF5008A954540054247B /* Release */ = {
 			isa = XCBuildConfiguration;
 			buildSettings = {
+			        CLANG_ENABLE_OBJC_ARC = YES;
 				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
 				CLANG_WARN_CONSTANT_CONVERSION = YES;
 				CLANG_WARN_ENUM_CONVERSION = YES;