Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Otherwise we see 'Device removed' messages which might be misleading.
|
|
|
|
|
|
|
|
|
|
switch
|
|
|
|
|
|
|
|
|
|
Fixes: https://github.com/libimobiledevice/ideviceinstaller/issues/96
|
|
|
|
|
|
calls
|
|
Currently ideviceinstaller hooked to event IDEVICE_DEVICE_REMOVE, but did not
check UDID, so it bailed out if a random idevice was disconnected.
Also added a message to indicate when a device is disconnected.
|
|
The reason for this is that these lines are only useful for very old versions
of libzip, but those versions are now disallowed by the configure script.
This fixes issues #43, #50, #66, and (probably) #55.
|
|
|
|
actually NULL)
|
|
|
|
|
|
|
|
|
|
|
|
This also drops compatibility with older releases but cleans up the code.
Listing apps is also now more efficient due to use of pagination callbacks.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
All other tools around the libimobiledevice stack use a lower case
"-u" argument to specify a target UDID. This change swaps the "--uninstall"
and "--udid" argument short form to provide consistency while allowing
the use in the old way as a fallback.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|