Skip to content

Commit

Permalink
Fix [iOS 11][Xcode 9] launch, install, start hangs Simulator. This cl…
Browse files Browse the repository at this point in the history
…oses #209
  • Loading branch information
shazron committed Sep 17, 2017
1 parent 8bb0824 commit 8efebcd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
@@ -1,15 +1,15 @@
{
"name": "ios-sim",
"version": "6.0.0",
"version": "6.1.0",
"preferGlobal": "true",
"description": "launch iOS apps into the iOS Simulator from the command line (Xcode 7.0+)",
"description": "launch iOS apps into the iOS Simulator from the command line (Xcode 8.0+)",
"main": "ios-sim.js",
"repository": {
"type": "git",
"url": "https://github.com/phonegap/ios-sim"
},
"engines": {
"node": ">=0.10.0"
"node": ">=4"
},
"keywords": [
"ios-sim",
Expand All @@ -25,7 +25,7 @@
"license": "MIT",
"dependencies": {
"plist": "^1.2.0",
"simctl": "^1.0.0",
"simctl": "^1.1.0",
"nopt": "1.0.9",
"bplist-parser": "^0.0.6"
},
Expand Down

0 comments on commit 8efebcd

Please sign in to comment.