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/10/24 21:22:53 UTC

docs commit: Remove ios-sim install instruction, since it is bundled into cordova-ios now

Repository: cordova-docs
Updated Branches:
  refs/heads/master bcc408092 -> 8371d2f26


Remove ios-sim install instruction, since it is bundled into cordova-ios now


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

Branch: refs/heads/master
Commit: 8371d2f26341e2d52ffcedd026a2ed15b800ad01
Parents: bcc4080
Author: Shazron Abdullah <sh...@apache.org>
Authored: Mon Oct 24 14:22:48 2016 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Mon Oct 24 14:22:48 2016 -0700

----------------------------------------------------------------------
 www/docs/en/dev/guide/platforms/ios/index.md | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/8371d2f2/www/docs/en/dev/guide/platforms/ios/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/dev/guide/platforms/ios/index.md b/www/docs/en/dev/guide/platforms/ios/index.md
index 91612d4..c6bbb11 100644
--- a/www/docs/en/dev/guide/platforms/ios/index.md
+++ b/www/docs/en/dev/guide/platforms/ios/index.md
@@ -70,14 +70,12 @@ $ xcode-select --install
 
 ### Deployment Tools
 
-The [ios-sim](https://www.npmjs.org/package/ios-sim) and
-[ios-deploy](https://www.npmjs.org/package/ios-deploy) tools - allows you
-to launch iOS apps into the iOS Simulator and iOS Device from the command-line.
+The [ios-deploy](https://www.npmjs.org/package/ios-deploy) tools - allows you
+to launch iOS apps into an iOS Device from the command-line.
 
-To install them, run the following from command-line terminal:
+To install it, run the following from command-line terminal:
 
 ```bash
-$ npm install -g ios-sim
 $ npm install -g ios-deploy
 ```
 


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