udidetect
Version:
C library for printing a UDID of a currently connected iOS device.
17 lines (12 loc) • 292 B
Markdown
UDID detection utility
----------------------
Prints a UDID of a currently connected iOS device.
### Example usage
Use it with instruments CLI:
```
instruments -w `udidetect` -t ...
```
Or use it to grab UDIDs off multiple devices for your Zucchini configuration:
```
udidetect -z
```