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 2014/10/29 23:37:26 UTC

docs commit: CB-7902 - Update iOS docs for Xcode 6 minimum requirement

Repository: cordova-docs
Updated Branches:
  refs/heads/master 0ba0ac78a -> 83bd1d1cd


CB-7902 - Update iOS docs for Xcode 6 minimum requirement


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

Branch: refs/heads/master
Commit: 83bd1d1cd397076bc6d6c0f2b049ecb7894eff0b
Parents: 0ba0ac7
Author: Shazron Abdullah <sh...@apache.org>
Authored: Wed Oct 29 15:37:25 2014 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Wed Oct 29 15:37:25 2014 -0700

----------------------------------------------------------------------
 docs/en/edge/guide/platforms/ios/index.md   | 10 +++++-----
 docs/en/edge/guide/platforms/ios/plugin.md  |  6 +++---
 docs/en/edge/guide/platforms/ios/tools.md   | 10 ++++++++--
 docs/en/edge/guide/platforms/ios/webview.md |  2 +-
 4 files changed, 17 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/83bd1d1c/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 f9553ce..7ce66c2 100644
--- a/docs/en/edge/guide/platforms/ios/index.md
+++ b/docs/en/edge/guide/platforms/ios/index.md
@@ -36,16 +36,16 @@ current interface.
 ## Requirements and Support
 
 Apple® tools required to build iOS applications run only on the OS X
-operating system on Intel-based Macs. Xcode® 4.5 (the minimum required
-version) runs only on OS X version 10.7 (Lion) or greater, and
-includes the iOS 6 SDK (Software Development Kit).  To submit apps to
+operating system on Intel-based Macs. Xcode® 6.0 (the minimum required
+version) runs only on OS X version 10.9 (Mavericks) or greater, and
+includes the iOS 8 SDK (Software Development Kit).  To submit apps to
 the Apple App Store℠ requires the latest versions of the Apple tools.
 
 You can test many of the Cordova features using the iOS emulator
 installed with the iOS SDK and Xcode, but you need an actual device to
 fully test all of the app's device features before submitting to the
-App Store.  The device must have at least iOS 5.x installed, the
-minimum iOS version supported as of Cordova 2.3.  Supporting devices
+App Store.  The device must have at least iOS 6.x installed, the
+minimum iOS version supported as of Cordova 3.0.  Supporting devices
 include all iPad® models, iPhone® 3GS and above, and iPod® Touch 3rd
 Generation or later. To install apps onto a device, you must also be a
 member of Apple's

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/83bd1d1c/docs/en/edge/guide/platforms/ios/plugin.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/ios/plugin.md b/docs/en/edge/guide/platforms/ios/plugin.md
index 8d5b67f..043deb7 100644
--- a/docs/en/edge/guide/platforms/ios/plugin.md
+++ b/docs/en/edge/guide/platforms/ios/plugin.md
@@ -231,10 +231,10 @@ example:
 ## Debugging iOS Plugins
 
 To debug on the Objective-C side, you need Xcode's built-in debugger.
-For JavaScript, on iOS 5.0 you can use [Weinre, an Apache Cordova
+For JavaScript, on iOS 5.0 or greater you can use [Weinre, an Apache Cordova
 Project](https://github.com/apache/cordova-weinre) or [iWebInspector,
-a third-party utility](http://www.iwebinspector.com/).  For iOS 6, you
-can attach Safari 6.0 to the app running within the iOS 6 Simulator.
+a third-party utility](http://www.iwebinspector.com/).  For iOS 8, you
+can attach Safari 8.0 to the app running within the iOS 8 Simulator.
 
 ## Common Pitfalls
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/83bd1d1c/docs/en/edge/guide/platforms/ios/tools.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/ios/tools.md b/docs/en/edge/guide/platforms/ios/tools.md
index e7ca14c..df1c672 100644
--- a/docs/en/edge/guide/platforms/ios/tools.md
+++ b/docs/en/edge/guide/platforms/ios/tools.md
@@ -56,11 +56,17 @@ name.
 
 ## Run App on an Emulator
 
-        $ /path/to/my_new_project/cordova/run
+        $ /path/to/my_new_project/cordova/run --emulator
+
+## Run App on a Device
+
+        $ /path/to/my_new_project/cordova/run --device
 
 ## Releasing
 
-        $ /path/to/my_new_project/cordova/release
+        $ /path/to/my_new_project/cordova/build --release
+        
+(modify the `cordova/build-release.xcconfig` file for your Code Signing identity)
 
 ## Logging
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/83bd1d1c/docs/en/edge/guide/platforms/ios/webview.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/ios/webview.md b/docs/en/edge/guide/platforms/ios/webview.md
index 57f8025..9cde15d 100644
--- a/docs/en/edge/guide/platforms/ios/webview.md
+++ b/docs/en/edge/guide/platforms/ios/webview.md
@@ -28,7 +28,7 @@ Support for iOS WebViews started with Cordova version 1.4, using a
 implementation.  Cordova 2.0 and later versions only support the
 subproject-based Cleaver implementation.
 
-These instructions require at least Cordova 2.3 and Xcode 4.5, along
+These instructions require at least Cordova 3.x and Xcode 6.0, along
 with a `config.xml` file from a newly created iOS project. You can use
 the procedure in The Command-Line Interface to create a new project,
 then obtain the `config.xml` file from within the named application's


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org