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 2015/07/03 01:13:08 UTC

ios commit: CB-9266 - changed target default to iPhone-5 in the interim

Repository: cordova-ios
Updated Branches:
  refs/heads/master 867a24d6e -> cf00fb6d9


CB-9266 - changed target default to iPhone-5 in the interim


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

Branch: refs/heads/master
Commit: cf00fb6d90a9037eb523708b26d89b6999784c9e
Parents: 867a24d
Author: Shazron Abdullah <sh...@gmail.com>
Authored: Thu Jul 2 16:10:18 2015 -0700
Committer: Shazron Abdullah <sh...@gmail.com>
Committed: Thu Jul 2 16:10:18 2015 -0700

----------------------------------------------------------------------
 bin/templates/scripts/cordova/lib/run.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/cf00fb6d/bin/templates/scripts/cordova/lib/run.js
----------------------------------------------------------------------
diff --git a/bin/templates/scripts/cordova/lib/run.js b/bin/templates/scripts/cordova/lib/run.js
index a31c5da..be4325c 100644
--- a/bin/templates/scripts/cordova/lib/run.js
+++ b/bin/templates/scripts/cordova/lib/run.js
@@ -148,7 +148,7 @@ function deployToDevice(appPath, target) {
 function deployToSim(appPath, target) {
     // Select target device for emulator. Default is 'iPhone-6' 
     if (!target) {
-        target = 'iPhone-6';
+        target = 'iPhone-5'; // set to iPhone-5 for now until CB-9266
         console.log('No target specified for emulator. Deploying to ' + target + ' simulator');
     }
     var logPath = path.join(cordovaPath, 'console.log');


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org