Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E1A441138F for ; Thu, 12 Jun 2014 18:37:03 +0000 (UTC) Received: (qmail 27961 invoked by uid 500); 12 Jun 2014 18:37:03 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 27876 invoked by uid 500); 12 Jun 2014 18:37:03 -0000 Mailing-List: contact issues-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 issues@cordova.apache.org Received: (qmail 27726 invoked by uid 99); 12 Jun 2014 18:37:03 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jun 2014 18:37:03 +0000 Date: Thu, 12 Jun 2014 18:37:03 +0000 (UTC) From: "James White (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CB-6933) Add simulator OS version option to iOS platform run/emulate scripts MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-6933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James White updated CB-6933: ---------------------------- Description: Use case: {noformat} The existing "cordova run ios --emulator" and "cordova emulate ios" scripts include an option "--target" to specify the desired simulator configuration when invoking the simulator. The simulator by default will launch with the latest version of the iOS being simulated. Adding a new option "--targetos" to the platform's run/emulate scripts would allow developers to specify which version of iOS to start the simulator with. ie: cordova run ios --debug --emulator --target="iPhone Retina (4-inch)" --targetos=6.1 If the "--targetos" option is provided to the run/emulate script being executed, the string "--sdk " can be appended to the TARGET_FLAG variable that gets passed to ios-sim. {noformat} was: {noformat} Use case: The existing "cordova run ios --emulator" and "cordova emulate ios" scripts include an option "--target" to specify the desired simulator configuration when invoking the simulator. The simulator by default will launch with the latest version of the iOS being simulated. Adding a new option "--targetos" to the platform's run/emulate scripts would allow developers to specify which version of iOS to start the simulator with. ie: cordova run ios --debug --emulator --target="iPhone Retina (4-inch)" --targetos=6.1 If the "--targetos" option is provided to the run/emulate script being executed, the string "--sdk " can be appended to the TARGET_FLAG variable that gets passed to ios-sim.{/noformat} > Add simulator OS version option to iOS platform run/emulate scripts > ------------------------------------------------------------------- > > Key: CB-6933 > URL: https://issues.apache.org/jira/browse/CB-6933 > Project: Apache Cordova > Issue Type: Improvement > Components: CLI, iOS > Affects Versions: 3.5.0 > Environment: iOS build environment > Reporter: James White > > Use case: > {noformat} > The existing "cordova run ios --emulator" and "cordova emulate ios" scripts include an option "--target" to specify the desired simulator configuration when invoking the simulator. The simulator by default will launch with the latest version of the iOS being simulated. > Adding a new option "--targetos" to the platform's run/emulate scripts would allow developers to specify which version of iOS to start the simulator with. > ie: cordova run ios --debug --emulator --target="iPhone Retina (4-inch)" --targetos=6.1 > If the "--targetos" option is provided to the run/emulate script being executed, the string "--sdk " can be appended to the TARGET_FLAG variable that gets passed to ios-sim. > {noformat} -- This message was sent by Atlassian JIRA (v6.2#6252)