From b34e3435c21d06b3e5a4e7b5246fb6ddb6641a9f Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Mon, 1 Oct 2018 02:32:51 +0200 Subject: tools: Remove length check on device UDID arguments to support newer devices 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 ""). --- docs/ideviceprovision.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ideviceprovision.1') diff --git a/docs/ideviceprovision.1 b/docs/ideviceprovision.1 index b79ea82..5f312a5 100644 --- a/docs/ideviceprovision.1 +++ b/docs/ideviceprovision.1 @@ -12,7 +12,7 @@ Manage provisioning profiles on a device. .SH OPTIONS .TP .B \-u, \-\-udid UDID -target specific device by its 40-digit device UDID. +target specific device by UDID. .TP .B \-x, \-\-xml print XML output when using the 'dump' command. -- cgit v1.1-32-gdbae