Skip to content

Commit

Permalink
Use simctl 0.0.9 for "Invalid Device State" bug fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
shazron committed Mar 19, 2016
1 parent d10308c commit 37a4633
Showing 1 changed file with 2 additions and 2 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.6",
"version": "5.0.7",
"preferGlobal": "true",
"description": "launch iOS apps into the iOS Simulator from the command line (Xcode 6.0+)",
"main": "ios-sim.js",
Expand All @@ -24,7 +24,7 @@
"author": "Shazron Abdullah",
"license": "MIT",
"dependencies": {
"simctl": "^0.0.8",
"simctl": "^0.0.9",
"nopt": "1.0.9",
"bplist-parser" : "^0.0.6"
}
Expand Down

0 comments on commit 37a4633

Please sign in to comment.