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 2013/10/01 00:15:59 UTC

docs commit: Update iOS Upgrading Guide for 3.1.0

Updated Branches:
  refs/heads/master 076f268f8 -> 026842aec


Update iOS Upgrading Guide for 3.1.0


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

Branch: refs/heads/master
Commit: 026842aecadc64f3051301663134f279b50c131d
Parents: 076f268
Author: Shazron Abdullah <sh...@apache.org>
Authored: Mon Sep 30 15:16:04 2013 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Mon Sep 30 15:16:04 2013 -0700

----------------------------------------------------------------------
 docs/en/edge/guide/platforms/ios/upgrading.md | 23 +++++++++++++++++++---
 1 file changed, 20 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/026842ae/docs/en/edge/guide/platforms/ios/upgrading.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/ios/upgrading.md b/docs/en/edge/guide/platforms/ios/upgrading.md
index 44ea4f1..d9175a0 100644
--- a/docs/en/edge/guide/platforms/ios/upgrading.md
+++ b/docs/en/edge/guide/platforms/ios/upgrading.md
@@ -25,9 +25,26 @@ created with an older set of command-line tools that precede the
 `cordova` CLI utility. See The Command-line Interface for information
 how to update the version of the CLI.
 
-__NOTE:__ Xcode 4.5 is required. To submit to the Apple App Store, you
-must use the latest shipped version of the iOS SDK, which is iOS 6.
-The iOS 6 SDK requires Xcode 4.5.
+__NOTE:__ Xcode 4.6 is required, Xcode 5 is recommended. Currently, to submit to the
+Apple App Store, you should use the latest shipped version of the iOS SDK, which is iOS 7.
+iOS 7 SDK is not required yet, but this may change quickly.
+
+## Upgrading 3.0.0 projects to 3.1.0 ##
+
+For non-CLI projects, run:
+
+        bin/update path/to/project
+        
+For CLI projects, run: 
+
+        1. Update the `cordova` CLI version - see The Command-line Interface 
+        2. Run `cordova platform update ios`
+        
+### iOS 7 Issues
+
+	1. Remove the values "width=device-width, height=device-height" from your meta tag 
+	"viewport" attribute in your index.html file, see https://issues.apache.org/jira/browse/CB-4323
+	2. Update your media, media-capture and splashscreen core plugins for iOS 7 support
 
 ## Upgrade to the CLI (3.0.0) from 2.9.0 ##