Updated Branches: refs/heads/master 7b4cf0913 -> e60bec598
Fixes CB-696 -Document iOS Project Migration for 1.8.0 Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/commit/e60bec59 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/tree/e60bec59 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/diff/e60bec59 Branch: refs/heads/master Commit: e60bec59896bb7f66174dcef06504f76ab02cc85 Parents: 7b4cf09 Author: shazron <shaz...@gmail.com> Authored: Fri May 25 16:17:40 2012 -0700 Committer: shazron <shaz...@gmail.com> Committed: Fri May 25 16:17:40 2012 -0700 ---------------------------------------------------------------------- docs/en/edge/guide/upgrading/ios/index.md | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e60bec59/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 024a397..a9d5b1f 100644 --- a/docs/en/edge/guide/upgrading/ios/index.md +++ b/docs/en/edge/guide/upgrading/ios/index.md @@ -19,3 +19,16 @@ license: Licensed to the Apache Software Foundation (ASF) under one Upgrading Cordova iOS ===================== + +## Upgrading Cordova 1.7.0 projects to 1.8.0 ## + +1. **Install** Cordova 1.8.0 +2. **Create a new project** - you will have to grab assets from this new project +3. **Copy** the **www/cordova-1.8.0.js** file from the new project into your **www** folder, and delete your **www/cordova-1.7.x.js** file +4. **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-1.8.0.js** file + +If you intend on using the **Capture API**, you will need the new **iPad retina-display** assets: + +1. **Copy** the **Resources/Capture.bundle** item from the new project into your project folder, over-writing your existing **Resources/Capture.bundle** item +2. In your project, select the **Capture.bundle** item into Xcode into your Project Navigator, and press the **Delete** key, then select **Remove Reference** from the dialog that pops up. +3. Drag the new **Capture.bundle** from Step 1. above into Xcode into your Project Navigator, and select the **Create groups for any added folders** radio-button \ No newline at end of file