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:59:21 UTC

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

Repository: cordova-ios
Updated Branches:
  refs/heads/master cf00fb6d9 -> 54c765a1b


CB-9266 - changed target default to iPhone-5s 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/54c765a1
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/54c765a1
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/54c765a1

Branch: refs/heads/master
Commit: 54c765a1bf7dd83b3ee60eed5796696ee65cd799
Parents: cf00fb6
Author: Shazron Abdullah <sh...@gmail.com>
Authored: Thu Jul 2 16:59:15 2015 -0700
Committer: Shazron Abdullah <sh...@gmail.com>
Committed: Thu Jul 2 16:59:15 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/54c765a1/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 be4325c..ff1e59e 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-5'; // set to iPhone-5 for now until CB-9266
+        target = 'iPhone-5s'; // set to iPhone-5s 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