You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2014/09/23 00:15:55 UTC

[03/50] [abbrv] git commit: CB-5535: Remove "--arc" from ios platform creation args

CB-5535: Remove "--arc" from ios platform creation args


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

Branch: refs/heads/cb-7219
Commit: 94dea94f1e4aa03aa306e5449349b1338f80b5c5
Parents: a974991
Author: Ian Clelland <ic...@chromium.org>
Authored: Fri Aug 29 09:24:51 2014 -0400
Committer: Anis Kadri <an...@apache.org>
Committed: Fri Sep 5 11:12:19 2014 -0700

----------------------------------------------------------------------
 cordova-lib/src/cordova/platform.js | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/94dea94f/cordova-lib/src/cordova/platform.js
----------------------------------------------------------------------
diff --git a/cordova-lib/src/cordova/platform.js b/cordova-lib/src/cordova/platform.js
index 58e7f24..c206f37 100644
--- a/cordova-lib/src/cordova/platform.js
+++ b/cordova-lib/src/cordova/platform.js
@@ -427,7 +427,6 @@ function call_into_create(target, projectRoot, cfg, libDir, template_dir, opts)
         }
     } else if (target == 'ios') {
         platformVersion = fs.readFileSync(path.join(libDir, 'CordovaLib', 'VERSION'), 'UTF-8').trim();
-        args.push('--arc');
         if (semver.gt(platformVersion, '3.3.0')) {
             args.push('--cli');
         }