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/11/27 23:35:56 UTC

docs commit: [CB-1894] Cordova 2.2.0 upgrading guide missing Cordova.plist changes needed

Updated Branches:
  refs/heads/master 5e57a9c34 -> 6adbf755e


[CB-1894] Cordova 2.2.0 upgrading guide missing Cordova.plist changes needed


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

Branch: refs/heads/master
Commit: 6adbf755e151140ec7bd9fb8e7020c7435a794a3
Parents: 5e57a9c
Author: Shazron Abdullah <sh...@apache.org>
Authored: Tue Nov 27 14:35:54 2012 -0800
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Tue Nov 27 14:35:54 2012 -0800

----------------------------------------------------------------------
 docs/en/2.2.0/guide/upgrading/ios/index.md |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/6adbf755/docs/en/2.2.0/guide/upgrading/ios/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.2.0/guide/upgrading/ios/index.md b/docs/en/2.2.0/guide/upgrading/ios/index.md
index cdf2079..cbfca24 100644
--- a/docs/en/2.2.0/guide/upgrading/ios/index.md
+++ b/docs/en/2.2.0/guide/upgrading/ios/index.md
@@ -33,7 +33,8 @@ Please note that **Xcode 4.5 is required**. To submit to the Apple App Store, yo
 7. Update (or replace, if you never changed the file) your **MainViewController.m** according to the one from the new project:
     - Updated -> viewWillAppear
 8. Copy the **"cordova"** folder from the new project into your project's root folder **(in 2.2.0, this has an updated 'emulate' script)** 
-9. Next, update your CordovaLib sub-project reference. Beginning with Cordova 2.1.0, we are not using the CORDOVALIB Xcode variable anymore when referencing where CordovaLib resides, the reference is an absolute file reference now.
+9. Add the new core plugin mapping to **Cordova.plist**: key is **Globalization**, value is **CDVGlobalization**
+10. Next, update your CordovaLib sub-project reference. Beginning with Cordova 2.1.0, we are not using the CORDOVALIB Xcode variable anymore when referencing where CordovaLib resides, the reference is an absolute file reference now.
     1. Launch **Terminal.app**
     2. Go to the location where you installed Cordova **(see Step 1)**, in the **bin** sub-folder
     3. Run the script below where the first parameter is the path to your project's **.xcodeproj** file: