Skip to content

Commit e85ccc6

Browse files
feat: support Xcode 11 and iOS 13
Use [email protected] version which can work with iOS 13 devices.
1 parent 81fa73d commit e85ccc6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

npm-shrinkwrap.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"glob": "7.1.3",
4747
"iconv-lite": "0.4.11",
4848
"inquirer": "6.2.0",
49-
"ios-device-lib": "0.5.2",
49+
"ios-device-lib": "0.6.0",
5050
"ios-mobileprovision-finder": "1.0.10",
5151
"ios-sim-portable": "4.0.9",
5252
"istextorbinary": "2.2.1",
@@ -139,4 +139,4 @@
139139
"engines": {
140140
"node": ">=10.0.0 <13.0.0"
141141
}
142-
}
142+
}

0 commit comments

Comments
 (0)