You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mw...@apache.org on 2013/07/16 23:13:59 UTC

docs commit: [CB-3822] minor corrections: ios platform guide

Updated Branches:
  refs/heads/master a1d1c9697 -> d2bbe8d3c


[CB-3822] minor corrections: ios platform guide


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

Branch: refs/heads/master
Commit: d2bbe8d3cdb25b5ed2c585cfa6962ed112c06512
Parents: a1d1c96
Author: Mike Sierra <le...@gmail.com>
Authored: Tue Jul 16 08:09:54 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Tue Jul 16 14:13:42 2013 -0700

----------------------------------------------------------------------
 docs/en/edge/guide/platforms/ios/index.md | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/d2bbe8d3/docs/en/edge/guide/platforms/ios/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/ios/index.md b/docs/en/edge/guide/platforms/ios/index.md
index ffff2e7..6c605ff 100644
--- a/docs/en/edge/guide/platforms/ios/index.md
+++ b/docs/en/edge/guide/platforms/ios/index.md
@@ -20,6 +20,9 @@ license: Licensed to the Apache Software Foundation (ASF) under one
 iOS Platform Guide
 ========================
 
+This guide describes how to set up your SDK development environment to
+deploy Cordova apps for iOS devices such as iPhone and iPad.
+
 ## Requirements and Support
 
 AppleĀ® tools required to build iOS applications run only on the OS X
@@ -53,8 +56,8 @@ There are two ways to download Xcode:
 
 Once Xcode is installed, several command-line tools need to be enabled
 for Cordova to run. From the __Xcode__ menu, select __Preferences__,
-then the __Downloads__ tab. Press the __Install__ button next to the
-__Command Line Tools__ listing.
+then the __Downloads__ tab. From the __Components__ panel, press the
+__Install__ button next to the __Command Line Tools__ listing.
 
 ## Open a Project in the SDK
 
@@ -92,6 +95,14 @@ To preview the app in the iOS emulator:
 
    ![](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
+   and run a different target within Xcode.
+
+Xcode comes bundled with emulators for the lastest versions of iPhone
+and iPad. Older versions may be available from the __Xcode &rarr;
+Preferences &rarr; Downloads &rarr; Components__ panel.
+
 ## Deploy to Device
 
 For details about various requirements to deploy to a device, refer