Updated Branches: refs/heads/master cae760d52 -> 0a95ef7d1
[CB-3920] iOS 2.8 to 2.9 upgrade 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/0a95ef7d Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/0a95ef7d Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/0a95ef7d Branch: refs/heads/master Commit: 0a95ef7d179d2d67aab644d227fef840c68a5bfd Parents: cae760d Author: lorinbeer <[email protected]> Authored: Thu Jun 20 14:06:22 2013 -0700 Committer: lorinbeer <[email protected]> Committed: Thu Jun 20 14:07:50 2013 -0700 ---------------------------------------------------------------------- docs/en/2.9.0rc1/guide/upgrading/ios/index.md | 10 ++++++++++ docs/en/edge/guide/upgrading/ios/index.md | 10 ++++++++++ 2 files changed, 20 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/0a95ef7d/docs/en/2.9.0rc1/guide/upgrading/ios/index.md ---------------------------------------------------------------------- diff --git a/docs/en/2.9.0rc1/guide/upgrading/ios/index.md b/docs/en/2.9.0rc1/guide/upgrading/ios/index.md index deba7b3..b73da37 100644 --- a/docs/en/2.9.0rc1/guide/upgrading/ios/index.md +++ b/docs/en/2.9.0rc1/guide/upgrading/ios/index.md @@ -22,6 +22,16 @@ Upgrading Cordova iOS Please note that **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. +## Upgrading Cordova 2.8.0 projects to 2.9.0 ## + +1. **Download and extract the Cordova 2.9.0 source** to a **permanent folder location** on your hard drive (say to ~/Documents/Cordova-2.9.0) +2. **Quit Xcode** if it is running. +3. **Navigate** to the directory where you put the downloaded source above, using **Terminal.app**. +4. [**Create a new project**](guide_command-line_index.md.html#Command-Line%20Usage_ios) from the command-line tools - you will have to grab the assets from this new project +5. **Copy** the **www/cordova.js** (note that it does not have a version suffix anymore, the version is in the file itself in the header) file from the new project into your **www** folder, and delete your **www/cordova.js** file +6. **Update** the Cordova script reference in your **www/index.html** file (and any other files that contain the script reference) to point to the new **cordova.js** file +7. Delete your **"CordovaLib"** folder, and copy the **"CordovaLib"** folder from the new project into your project's root folder + ## Upgrading Cordova 2.7.0 projects to 2.8.0 ## 1. **Download and extract the Cordova 2.8.0 source** to a **permanent folder location** on your hard drive (say to ~/Documents/Cordova-2.8.0) http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/0a95ef7d/docs/en/edge/guide/upgrading/ios/index.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/guide/upgrading/ios/index.md b/docs/en/edge/guide/upgrading/ios/index.md index deba7b3..b73da37 100644 --- a/docs/en/edge/guide/upgrading/ios/index.md +++ b/docs/en/edge/guide/upgrading/ios/index.md @@ -22,6 +22,16 @@ Upgrading Cordova iOS Please note that **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. +## Upgrading Cordova 2.8.0 projects to 2.9.0 ## + +1. **Download and extract the Cordova 2.9.0 source** to a **permanent folder location** on your hard drive (say to ~/Documents/Cordova-2.9.0) +2. **Quit Xcode** if it is running. +3. **Navigate** to the directory where you put the downloaded source above, using **Terminal.app**. +4. [**Create a new project**](guide_command-line_index.md.html#Command-Line%20Usage_ios) from the command-line tools - you will have to grab the assets from this new project +5. **Copy** the **www/cordova.js** (note that it does not have a version suffix anymore, the version is in the file itself in the header) file from the new project into your **www** folder, and delete your **www/cordova.js** file +6. **Update** the Cordova script reference in your **www/index.html** file (and any other files that contain the script reference) to point to the new **cordova.js** file +7. Delete your **"CordovaLib"** folder, and copy the **"CordovaLib"** folder from the new project into your project's root folder + ## Upgrading Cordova 2.7.0 projects to 2.8.0 ## 1. **Download and extract the Cordova 2.8.0 source** to a **permanent folder location** on your hard drive (say to ~/Documents/Cordova-2.8.0)
