You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add compact npm badge
* Xcode 9.4 support
* use backticks
* remove obsolete backlog reference
* Update Node.js directions with minimum Node.js version 6
* Rewording in place of "make sure" in a couple places
* More direct LICENSE link
Supports Node 6 and greater, and Xcode 10 and greater -- since version 8.x.
9
+
Supports Node 6 and greater, and Xcode 9.4 and greater -- since version 8.x.
9
10
10
-
The ios-sim tool is a command-line utility that launches an iOS application on the iOS Simulator. This allows for niceties such as automated testing without having to open Xcode.
11
+
The `ios-sim` tool is a command-line utility that launches an iOS application on the iOS Simulator. This allows for niceties such as automated testing without having to open Xcode.
11
12
12
13
Features
13
14
--------
14
15
15
-
* Choose the device family to simulate, i.e. iPhone or iPad. Run using "showdevicetypes" option to see available device types, and pass it in as the "devicetypeid" parameter.
16
+
* Choose the device family to simulate, i.e. iPhone or iPad. Run using `showdevicetypes` option to see available device types, and pass it in as the `devicetypeid` parameter.
16
17
17
18
See the `--help` option for more info.
18
19
19
-
The unimplemented options below are in the [backlog](https://github.com/phonegap/ios-sim/milestones/ios-sim%204.2.0)
20
-
21
20
Usage
22
21
-----
23
22
@@ -65,7 +64,7 @@ Choose one of the following installation methods.
65
64
66
65
### Node JS
67
66
68
-
Install using node.js (at least 0.10.20):
67
+
Install using Node.js (6 or greater):
69
68
70
69
$ npm install ios-sim -g
71
70
@@ -85,17 +84,15 @@ Download using git clone:
85
84
Troubleshooting
86
85
---------------
87
86
88
-
Make sure you enable Developer Mode on your machine:
87
+
Be sure to enable Developer Mode on your machine:
89
88
90
89
$ DevToolsSecurity -enable
91
90
92
-
Make sure multiple instances of launchd_sim are not running:
91
+
Ensure that multiple instances of `launchd_sim` are not running:
93
92
94
93
$ killall launchd_sim
95
94
96
95
License
97
96
-------
98
97
99
-
This project is available under the MIT license. See [LICENSE][license].
0 commit comments