Skip to content

Commit

Permalink
Fix #208 - Support new simctl 1.0.0 simctl.list json format
Browse files Browse the repository at this point in the history
  • Loading branch information
shazron committed Jun 6, 2017
1 parent e260e60 commit 38adbeb
Show file tree
Hide file tree
Showing 3 changed files with 544 additions and 27 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ios-sim",
"version": "5.0.13",
"version": "5.1.0",
"preferGlobal": "true",
"description": "launch iOS apps into the iOS Simulator from the command line (Xcode 7.0+)",
"main": "ios-sim.js",
Expand All @@ -25,7 +25,7 @@
"license": "MIT",
"dependencies": {
"plist": "^1.2.0",
"simctl": "^0.1.0",
"simctl": "^1.0.0",
"nopt": "1.0.9",
"bplist-parser": "^0.0.6"
},
Expand Down
Loading

0 comments on commit 38adbeb

Please sign in to comment.