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 21:22:20 UTC

[2/2] git commit: Updated README.md FAQ item #5 (upgrades)

Updated README.md FAQ item #5 (upgrades)


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

Branch: refs/heads/master
Commit: d62c2eb2708de68a20768fc01c3ca351307ee858
Parents: 686c2fa
Author: Shazron Abdullah <sh...@apache.org>
Authored: Fri Feb 3 12:21:56 2012 -0800
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Fri Feb 3 12:21:56 2012 -0800

----------------------------------------------------------------------
 README.md |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/d62c2eb2/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 979043e..6ef10a8 100644
--- a/README.md
+++ b/README.md
@@ -128,12 +128,7 @@ This includes external http/https/ftp/ftps links in:
 
 **5. How do I effectively upgrade my project?**
 
-1. Create a __new__ project
-2. Copy your files into the __www__ folder __EXCEPT__ your _phonegap-*.js_ files
-3. In your __index.html__, edit the __script__ tag to point to the __new__ _phonegap-*.js_ file
-4. If you have plugins, copy them to the __Plugins__ folder then __re-add__ them in Xcode (__NOT__ as folder references in blue, they should be folder groups in __yellow__). 
-5. Modify __PhoneGap.plist/Plugins__ to add your plugin mappings (see FAQ question(s) above) 
-6. Modify __PhoneGap.plist/ExternalHosts__ to add your external hosts to the white-list (see FAQ question(s) above)
+Starting with PhoneGap 1.4, follow the instructions in the **"PhoneGap Upgrade Guide"** document that is included with the distribution.
 
 <br />