udidetect

C library for printing a UDID of a currently connected iOS device.

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
udidetect
002.0.02 years ago9 years agoMinified + gzip package size for udidetect in KB

Readme

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 ```