Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B80FA10BC2 for ; Thu, 20 Jun 2013 21:34:18 +0000 (UTC) Received: (qmail 84589 invoked by uid 500); 20 Jun 2013 21:34:17 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 84537 invoked by uid 500); 20 Jun 2013 21:34:17 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 84087 invoked by uid 99); 20 Jun 2013 21:34:17 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Jun 2013 21:34:17 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id CDA008A9F16; Thu, 20 Jun 2013 21:34:16 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: steven@apache.org To: commits@cordova.apache.org Date: Thu, 20 Jun 2013 21:34:34 -0000 Message-Id: In-Reply-To: <76dc285a9b034ebe8dc0abc399e80de7@git.apache.org> References: <76dc285a9b034ebe8dc0abc399e80de7@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [19/35] ios commit: converted cordova template to arc converted cordova template to 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/9f1d0fdb Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/9f1d0fdb Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/9f1d0fdb Branch: refs/heads/3.0.0 Commit: 9f1d0fdb66c1eef1fc13997d81b38ef1efbdafd6 Parents: 3af6ca4 Author: Steven Gill Authored: Mon Jun 10 18:05:04 2013 -0700 Committer: Steven Gill Committed: Thu Jun 20 14:23:51 2013 -0700 ---------------------------------------------------------------------- bin/templates/project/__TESTING__.xcodeproj/project.pbxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/9f1d0fdb/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 f0f80bb..8617ccb 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 = NO; + CLANG_ENABLE_OBJC_ARC = YES; COPY_PHASE_STRIP = NO; GCC_DYNAMIC_NO_PIC = NO; GCC_OPTIMIZATION_LEVEL = 0; @@ -500,7 +500,7 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ENABLE_OBJC_ARC = NO; + CLANG_ENABLE_OBJC_ARC = YES; COPY_PHASE_STRIP = YES; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "__TESTING__/__TESTING__-Prefix.pch";