We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bb0824 commit 8efebcdCopy full SHA for 8efebcd
package.json
@@ -1,15 +1,15 @@
1
{
2
"name": "ios-sim",
3
- "version": "6.0.0",
+ "version": "6.1.0",
4
"preferGlobal": "true",
5
- "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+)",
6
"main": "ios-sim.js",
7
"repository": {
8
"type": "git",
9
"url": "https://github.com/phonegap/ios-sim"
10
},
11
"engines": {
12
- "node": ">=0.10.0"
+ "node": ">=4"
13
14
"keywords": [
15
"ios-sim",
@@ -25,7 +25,7 @@
25
"license": "MIT",
26
"dependencies": {
27
"plist": "^1.2.0",
28
- "simctl": "^1.0.0",
+ "simctl": "^1.1.0",
29
"nopt": "1.0.9",
30
"bplist-parser": "^0.0.6"
31
0 commit comments