Skip to content

Commit 8efebcd

Browse files
committed
Fix [iOS 11][Xcode 9] launch, install, start hangs Simulator. This closes #209
1 parent 8bb0824 commit 8efebcd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "ios-sim",
3-
"version": "6.0.0",
3+
"version": "6.1.0",
44
"preferGlobal": "true",
5-
"description": "launch iOS apps into the iOS Simulator from the command line (Xcode 7.0+)",
5+
"description": "launch iOS apps into the iOS Simulator from the command line (Xcode 8.0+)",
66
"main": "ios-sim.js",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/phonegap/ios-sim"
1010
},
1111
"engines": {
12-
"node": ">=0.10.0"
12+
"node": ">=4"
1313
},
1414
"keywords": [
1515
"ios-sim",
@@ -25,7 +25,7 @@
2525
"license": "MIT",
2626
"dependencies": {
2727
"plist": "^1.2.0",
28-
"simctl": "^1.0.0",
28+
"simctl": "^1.1.0",
2929
"nopt": "1.0.9",
3030
"bplist-parser": "^0.0.6"
3131
},

0 commit comments

Comments
 (0)