Age | Commit message (Collapse) | Author | Files | Lines |
|
Thanks to @corsac-s for pointing this out.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
options
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Both in idevicediagnostics man page and in an error message
|
|
The 40 characters length check on the device UDID made newer devices unusable
with the libimobiledevice tools and was actually redundant since an invalid
UDID will always fail to resolve. This commit removes the length check
alltogether (but makes sure it is not an empty string "").
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to Julien Lavergne for contributing.
|
|
|
|
|
|
|