From a71e53a2efa06834e699b53d2d28bcfce0855d29 Mon Sep 17 00:00:00 2001 From: rosen-vladimirov Date: Thu, 17 May 2018 10:15:46 +0300 Subject: [PATCH] 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 --- npm-shrinkwrap.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 25aa09f76d..6228f052b5 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -2798,9 +2798,9 @@ "integrity": "sha1-EEqOSqym09jNFXqO+L+rLXo//bY=" }, "ios-device-lib": { - "version": "0.4.10", - "resolved": "https://registry.npmjs.org/ios-device-lib/-/ios-device-lib-0.4.10.tgz", - "integrity": "sha1-1wENLPSJ0y4zSMKrZd9tILaJ8xA=", + "version": "0.4.11", + "resolved": "https://registry.npmjs.org/ios-device-lib/-/ios-device-lib-0.4.11.tgz", + "integrity": "sha512-hqrdyJ8kUnInx1ba454xdIgP9FGSKvwHYUycc7zgAyGauZyUJIyv03+KXNJtoiYA+cGynztjiqbBbM86XlQK8g==", "requires": { "bufferpack": "0.0.6", "node-uuid": "1.4.7" diff --git a/package.json b/package.json index 4733229325..f5f21ee151 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "gaze": "1.1.0", "iconv-lite": "0.4.11", "inquirer": "0.9.0", - "ios-device-lib": "0.4.10", + "ios-device-lib": "0.4.11", "ios-mobileprovision-finder": "1.0.10", "ios-sim-portable": "3.3.3", "jimp": "0.2.28",