Skip to content

Commit a676447

Browse files
committed
9.0.0-dev.2
1 parent 1ded982 commit a676447

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $ npm install -g ios-sim
1919
$ ios-sim COMMAND
2020
running command...
2121
$ ios-sim (-v|--version|version)
22-
ios-sim/9.0.0-dev.1 darwin-x64 node-v8.14.0
22+
ios-sim/9.0.0-dev.2 darwin-x64 node-v8.11.4
2323
$ ios-sim --help [COMMAND]
2424
USAGE
2525
$ ios-sim COMMAND
@@ -58,7 +58,7 @@ OPTIONS
5858
--debug=debug Debug level output
5959
```
6060

61-
_See code: [src/commands/install.js](https://github.com/ios-control/ios-sim/blob/v9.0.0-dev.1/src/commands/install.js)_
61+
_See code: [src/commands/install.js](https://github.com/ios-control/ios-sim/blob/v9.0.0-dev.2/src/commands/install.js)_
6262

6363
## `ios-sim launch APPLICATIONPATH`
6464

@@ -88,7 +88,7 @@ OPTIONS
8888
--debug=debug Debug level output
8989
```
9090

91-
_See code: [src/commands/launch.js](https://github.com/ios-control/ios-sim/blob/v9.0.0-dev.1/src/commands/launch.js)_
91+
_See code: [src/commands/launch.js](https://github.com/ios-control/ios-sim/blob/v9.0.0-dev.2/src/commands/launch.js)_
9292

9393
## `ios-sim showdevicetypes`
9494

@@ -105,7 +105,7 @@ OPTIONS
105105
--debug=debug Debug level output
106106
```
107107

108-
_See code: [src/commands/showdevicetypes.js](https://github.com/ios-control/ios-sim/blob/v9.0.0-dev.1/src/commands/showdevicetypes.js)_
108+
_See code: [src/commands/showdevicetypes.js](https://github.com/ios-control/ios-sim/blob/v9.0.0-dev.2/src/commands/showdevicetypes.js)_
109109

110110
## `ios-sim showsdks`
111111

@@ -122,7 +122,7 @@ OPTIONS
122122
--debug=debug Debug level output
123123
```
124124

125-
_See code: [src/commands/showsdks.js](https://github.com/ios-control/ios-sim/blob/v9.0.0-dev.1/src/commands/showsdks.js)_
125+
_See code: [src/commands/showsdks.js](https://github.com/ios-control/ios-sim/blob/v9.0.0-dev.2/src/commands/showsdks.js)_
126126

127127
## `ios-sim start`
128128

@@ -145,5 +145,5 @@ OPTIONS
145145
--debug=debug Debug level output
146146
```
147147

148-
_See code: [src/commands/start.js](https://github.com/ios-control/ios-sim/blob/v9.0.0-dev.1/src/commands/start.js)_
148+
_See code: [src/commands/start.js](https://github.com/ios-control/ios-sim/blob/v9.0.0-dev.2/src/commands/start.js)_
149149
<!-- commandsstop -->

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ios-sim",
3-
"version": "9.0.0-dev.1",
3+
"version": "9.0.0-dev.2",
44
"preferGlobal": true,
55
"description": "launch iOS apps into the iOS Simulator from the command line (Xcode 8.0+)",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)