Skip to content

Commit 38adbeb

Browse files
committed
Fix #208 - Support new simctl 1.0.0 simctl.list json format
1 parent e260e60 commit 38adbeb

File tree

3 files changed

+544
-27
lines changed

3 files changed

+544
-27
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ios-sim",
3-
"version": "5.0.13",
3+
"version": "5.1.0",
44
"preferGlobal": "true",
55
"description": "launch iOS apps into the iOS Simulator from the command line (Xcode 7.0+)",
66
"main": "ios-sim.js",
@@ -25,7 +25,7 @@
2525
"license": "MIT",
2626
"dependencies": {
2727
"plist": "^1.2.0",
28-
"simctl": "^0.1.0",
28+
"simctl": "^1.0.0",
2929
"nopt": "1.0.9",
3030
"bplist-parser": "^0.0.6"
3131
},

0 commit comments

Comments
 (0)