Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2F94718DD8 for ; Sat, 20 Feb 2016 01:08:24 +0000 (UTC) Received: (qmail 88087 invoked by uid 500); 20 Feb 2016 01:08:23 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 88043 invoked by uid 500); 20 Feb 2016 01:08:23 -0000 Mailing-List: contact dev-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 dev@cordova.apache.org Received: (qmail 88029 invoked by uid 99); 20 Feb 2016 01:08:23 -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; Sat, 20 Feb 2016 01:08:23 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 741D1E0092; Sat, 20 Feb 2016 01:08:23 +0000 (UTC) From: rakatyal To: dev@cordova.apache.org Reply-To: dev@cordova.apache.org References: In-Reply-To: Subject: [GitHub] cordova-docs pull request: CB-10526: iOS Guide Improvements Content-Type: text/plain Message-Id: <20160220010823.741D1E0092@git1-us-west.apache.org> Date: Sat, 20 Feb 2016 01:08:23 +0000 (UTC) Github user rakatyal commented on a diff in the pull request: https://github.com/apache/cordova-docs/pull/505#discussion_r53539872 --- Diff: www/docs/en/dev/guide/platforms/ios/index.md --- @@ -132,20 +203,20 @@ To preview the app in the iOS emulator: 4. Press the __Run__ button that appears in the same toolbar to the left of the __Scheme__. That builds, deploys and runs the - application in the emulator. A separate emulator application opens + application in the simulator. A separate simulator application opens to display the app: ![]({{ site.baseurl }}/static/img/guide/platforms/ios/HelloWorldStandard.png) - Only one emulator may run at a time, so if you want to test the app - in a different emulator, you need to quit the emulator application + Only one simulator may run at a time, so if you want to test the app + in a different simulator, you need to quit the simulator application and run a different target within Xcode. -Xcode comes bundled with emulators for the latest versions of iPhone +Xcode comes bundled with simulators for the latest versions of iPhone and iPad. Older versions may be available from the __Xcode → Preferences → Downloads → Components__ panel. -## Deploy to Device +## Deploying to Device --- End diff -- These sections should be moved under 'Project Configuration' above. We should not be speaking of deployment after having a section on 'Signing the app'. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org For additional commands, e-mail: dev-help@cordova.apache.org