From 3b9626b765ed30b6ea87abed86ae6559325967f8 Mon Sep 17 00:00:00 2001 From: rosen-vladimirov Date: Mon, 11 Jun 2018 12:36:59 +0300 Subject: [PATCH] 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 --- 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 73d40c5805..1b8b8592ae 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.13", - "resolved": "https://registry.npmjs.org/ios-device-lib/-/ios-device-lib-0.4.13.tgz", - "integrity": "sha512-2vJpXctCy+ZluPBz9wxzIQ3W8LxxYBXlT5QHL3bV5TR+ClhpZbdHDajt0bmfPR92JAUufejHVRk5jCG6uGfUAA==", + "version": "0.4.14", + "resolved": "https://registry.npmjs.org/ios-device-lib/-/ios-device-lib-0.4.14.tgz", + "integrity": "sha512-e0srWzIoMqaHyLOjYQSlLzYF8uVE8oYOvWBaBMons6OcCNg8rTQaGuu5368x8dKKqTUtLkNkU4Husa7qAD1DXQ==", "requires": { "bufferpack": "0.0.6", "node-uuid": "1.4.7" diff --git a/package.json b/package.json index f9b9063d2d..ef2777e4bb 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.13", + "ios-device-lib": "0.4.14", "ios-mobileprovision-finder": "1.0.10", "ios-sim-portable": "3.4.5", "jimp": "0.2.28",