Skip to content

Commit 32569e4

Browse files
Update ios-device-lib (#2893)
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.
1 parent ea88148 commit 32569e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"glob": "^7.0.3",
4343
"iconv-lite": "0.4.11",
4444
"inquirer": "0.9.0",
45-
"ios-device-lib": "0.4.4",
45+
"ios-device-lib": "0.4.5",
4646
"ios-mobileprovision-finder": "1.0.9",
4747
"ios-sim-portable": "~3.0.0",
4848
"lockfile": "1.0.1",

0 commit comments

Comments
 (0)