Skip to content

Commit 3b9626b

Browse files
fix: File connections to iOS device work for a single app only
In case you have a long living process, the CLI should be able to access files to different applications. However, file connections on iOS device require to be closed after finishing operation. Currently this fails, but it is fixed in the latest version of ios-device-lib
1 parent c08b575 commit 3b9626b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

npm-shrinkwrap.json

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"gaze": "1.1.0",
4242
"iconv-lite": "0.4.11",
4343
"inquirer": "0.9.0",
44-
"ios-device-lib": "0.4.13",
44+
"ios-device-lib": "0.4.14",
4545
"ios-mobileprovision-finder": "1.0.10",
4646
"ios-sim-portable": "3.4.5",
4747
"jimp": "0.2.28",

0 commit comments

Comments
 (0)