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 2012/02/03 01:26:18 UTC

git commit: Updated the Upgrade Guide for 1.4.1

Updated Branches:
  refs/heads/master aa7c7e6c9 -> f96e26929


Updated the Upgrade Guide for 1.4.1


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

Branch: refs/heads/master
Commit: f96e2692932ecb7f7a45f44fa5c9b1cb8e4e1e1f
Parents: aa7c7e6
Author: Shazron Abdullah <sh...@apache.org>
Authored: Thu Feb 2 16:26:03 2012 -0800
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Thu Feb 2 16:26:03 2012 -0800

----------------------------------------------------------------------
 PhoneGap Upgrade Guide.md |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/f96e2692/PhoneGap Upgrade Guide.md
----------------------------------------------------------------------
diff --git a/PhoneGap Upgrade Guide.md b/PhoneGap Upgrade Guide.md
index 89c3755..1c51270 100644
--- a/PhoneGap Upgrade Guide.md	
+++ b/PhoneGap Upgrade Guide.md	
@@ -4,12 +4,22 @@ This document is for developers who need to upgrade their PhoneGap-based project
 
 Your existing 1.3.0 based projects will still work with 1.4.0, but it is recommended that you upgrade, since the classes mentioned above will be removed in a future version.
 
+## Upgrading PhoneGap 1.4.0 projects to 1.4.1 ##
+
+1. **Install** PhoneGap 1.4.1
+2. **Make a backup** of **MainViewController.m**
+3. **Create a new project** - you will have to grab assets from this new project
+4. **Copy** the **MainViewController.m** file from the **new** project into your 1.4.0 based project folder on disk, **replacing** the old file (**backup** your files first from step 2 above).
+5. **Add** the **MainViewController.m** file into your Xcode project
+6. **Integrate** any project specific code that you have in your **backed-up MainViewController.m** into the new file
+7. Updating the phonegap-X.X.X.js file is optional, nothing has changed in the JavaScript between 1.4.0 and 1.4.1
+
 ## Upgrading PhoneGap 1.3.0 projects to 1.4.0 ##
 
 1. **Install** PhoneGap 1.4.0
 2. **Make a backup** of **AppDelegate.m** and **AppDelegate.h** in your project
 3. **Create a new project** - you will have to grab assets from this new project
-4. **Copy** these files from the **new** project into your 1.3.0 based project folder on disk, **replacing** any old files (**backup** your files first from step 1 above):
+4. **Copy** these files from the **new** project into your 1.3.0 based project folder on disk, **replacing** any old files (**backup** your files first from step 2 above):
 
         AppDelegate.h
         AppDelegate.m