Skip to content

Commit 37a4633

Browse files
committed
Use simctl 0.0.9 for "Invalid Device State" bug fix.
1 parent d10308c commit 37a4633

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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.6",
3+
"version": "5.0.7",
44
"preferGlobal": "true",
55
"description": "launch iOS apps into the iOS Simulator from the command line (Xcode 6.0+)",
66
"main": "ios-sim.js",
@@ -24,7 +24,7 @@
2424
"author": "Shazron Abdullah",
2525
"license": "MIT",
2626
"dependencies": {
27-
"simctl": "^0.0.8",
27+
"simctl": "^0.0.9",
2828
"nopt": "1.0.9",
2929
"bplist-parser" : "^0.0.6"
3030
}

0 commit comments

Comments
 (0)