Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
iOS 7 or later
|
|
|
|
|
|
from latest git tag
|
|
|
|
identifier
|
|
|
|
Otherwise we see 'Device removed' messages which might be misleading.
|
|
|
|
|
|
|
|
|
|
Thanks to @Minion3665 for noticing it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|