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 2016/03/08 02:14:26 UTC

docs commit: Updated cordova-ios-4.1.0 blog post to remove use of update command.

Repository: cordova-docs
Updated Branches:
  refs/heads/master 28d8c2354 -> e3cd16a36


Updated cordova-ios-4.1.0 blog post to remove use of update command.


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

Branch: refs/heads/master
Commit: e3cd16a36351b56ab3aa320fd3bf4c34f35b1ce6
Parents: 28d8c23
Author: Shazron Abdullah <sh...@apache.org>
Authored: Mon Mar 7 17:15:57 2016 -0800
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Mon Mar 7 17:15:57 2016 -0800

----------------------------------------------------------------------
 www/_posts/2016-03-02-ios-4.1.0.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/e3cd16a3/www/_posts/2016-03-02-ios-4.1.0.md
----------------------------------------------------------------------
diff --git a/www/_posts/2016-03-02-ios-4.1.0.md b/www/_posts/2016-03-02-ios-4.1.0.md
index 591e7ba..ab5cc69 100644
--- a/www/_posts/2016-03-02-ios-4.1.0.md
+++ b/www/_posts/2016-03-02-ios-4.1.0.md
@@ -18,7 +18,9 @@ To upgrade:
 
     npm install -g cordova
     cd my_project
-    cordova platform update ios@4.1.0
+    cordova platform rm ios
+    cordova platform add ios@4.1.0
+    
 
 To add it explicitly:
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org