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/06/25 23:04:54 UTC

ios commit: Fixes CB-957 - (iOS) iOS Upgrade Guide Migration

Updated Branches:
  refs/heads/master 1b811f8a7 -> 3c6b261b5


Fixes CB-957 - (iOS) iOS Upgrade Guide Migration


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/3c6b261b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/tree/3c6b261b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/diff/3c6b261b

Branch: refs/heads/master
Commit: 3c6b261b510eae86d1439f866b7a1e564be30652
Parents: 1b811f8
Author: Shazron Abdullah <sh...@apache.org>
Authored: Mon Jun 25 14:04:47 2012 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Mon Jun 25 14:04:47 2012 -0700

----------------------------------------------------------------------
 README.md                       |    2 +-
 guides/Cordova Upgrade Guide.md |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/3c6b261b/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 7aa5f17..44e1759 100644
--- a/README.md
+++ b/README.md
@@ -122,7 +122,7 @@ This can be because of:
 
 1. You did not add the plugin mapping in __Cordova.plist/Plugins__ (contact the plugin creator for the proper mapping). The __key__ is the service name used in the JavaScript interface and the __value__ is the classname used in the Objective-C interface. Often the key and value are the same.
 2. You did _not_ add the plugin code as a "group" (__yellow__ folder) but added it as a "folder reference" (blue folder) 
-3. You are having #import problems - see the "Cordova Upgrade Guide" document included in the distribution's "Guides" folder. 
+3. You are having #import problems - see the [Upgrading Cordova iOS](http://docs.phonegap.com/en/edge/guide_upgrading_index.md.html) document
 
 <br />  
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/3c6b261b/guides/Cordova Upgrade Guide.md
----------------------------------------------------------------------
diff --git a/guides/Cordova Upgrade Guide.md b/guides/Cordova Upgrade Guide.md
index 945449d..4e184f0 100644
--- a/guides/Cordova Upgrade Guide.md	
+++ b/guides/Cordova Upgrade Guide.md	
@@ -20,6 +20,9 @@
 -->
 # Cordova Upgrade Guide #
 
+---
+This document is **deprecated** and will be **removed** in Cordova 2.0. Please go to [http://docs.phonegap.com/en/edge/guide_upgrading_index.md.html](http://docs.phonegap.com/en/edge/guide_upgrading_index.md.html) for the latest and up to date upgrade instructions.
+---
 This document is for developers who need to upgrade their Cordova-based projects to a newer Cordova version. Starting with Cordova 1.4.0, Cordova has been re-factored to use Cleaver (Cordova as a Component), and some classes that were used before have been removed - namely PhoneGapDelegate and PhoneGapViewController.
 
 - To upgrade from 1.3.0 to 1.9.0, go through the 1.4.x, 1.5.0, 1.6.0, 1.7.x, 1.8.x then finally the 1.9.0 instructions
@@ -31,7 +34,7 @@ This document is for developers who need to upgrade their Cordova-based projects
 
 ## Upgrading Cordova 1.8.x projects to 1.9.0 ##
 
-1. **Install** Cordova 1.8.0
+1. **Install** Cordova 1.9.0
 2. **Create a new project** - you will have to grab assets from this new project
 3. **Copy** the **www/cordova-1.9.0.js** file from the new project into your **www** folder, and delete your **www/cordova-1.8.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.9.0.js** file