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 900F61795A for ; Thu, 2 Jul 2015 23:13:08 +0000 (UTC) Received: (qmail 31916 invoked by uid 500); 2 Jul 2015 23:13:08 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 31887 invoked by uid 500); 2 Jul 2015 23:13:08 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 31878 invoked by uid 99); 2 Jul 2015 23:13:08 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jul 2015 23:13:08 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 3A682E367A; Thu, 2 Jul 2015 23:13:08 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: shazron@apache.org To: commits@cordova.apache.org Message-Id: <2631b29be8e14fe6b011b0349a740fc0@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: ios commit: CB-9266 - changed target default to iPhone-5 in the interim Date: Thu, 2 Jul 2015 23:13:08 +0000 (UTC) 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 Authored: Thu Jul 2 16:10:18 2015 -0700 Committer: Shazron Abdullah 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