Skip to content

Commit a71e53a

Browse files
fix: Detect iOS devices connected by USB only
Currently CLI detects iOS Devices with Wi-Fi sync enabled. However, we can only detect them, but we are not able to deploy and livesync applications on them. This also breaks the workflow with devices connected by USB, but with Wi-Fi sync enabled. So detect only the USB connected devices and disregard the ones connected with Wi-Fi sync enabled. This is handled in the 0.4.11 version of ios-device-lib, so just update the version
1 parent 04ef22f commit a71e53a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

npm-shrinkwrap.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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.10",
44+
"ios-device-lib": "0.4.11",
4545
"ios-mobileprovision-finder": "1.0.10",
4646
"ios-sim-portable": "3.3.3",
4747
"jimp": "0.2.28",

0 commit comments

Comments
 (0)