From 9e6ea87997c91c932cd88506c93d863caaaa2133 Mon Sep 17 00:00:00 2001 From: rosen-vladimirov Date: Thu, 15 Jun 2017 18:10:28 +0300 Subject: [PATCH] Update ios-device-lib Update ios-device-lib where the following changes are applied: * uninstall application is changed to use `AMDeviceSecureUninstallApplication` instead of `AMDeviceUninstallApplication`. The `secure` function is guarded against some racing issues that might happen when usign the insecure variant. * Guard against errors when polling for installed applications - fixes issue when checking for currently installed apps is called during uninstalling of application. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4b1438302a..0eb8cc7d44 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "glob": "^7.0.3", "iconv-lite": "0.4.11", "inquirer": "0.9.0", - "ios-device-lib": "0.4.4", + "ios-device-lib": "0.4.5", "ios-mobileprovision-finder": "1.0.9", "ios-sim-portable": "~3.0.0", "lockfile": "1.0.1",