UNPKG

udidetect

Version:

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

8 lines (7 loc) 289 B
all: rsync -r /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework "./" --exclude=XPCServices --links gcc -o udidetect -framework CoreFoundation -framework MobileDevice -F/`pwd` udidetect.c install: cp udidetect /usr/local/bin/ uninstall: rm /usr/local/bin/udidetect