ideviceinfo - Man Page
Show information about the first connected device.
Examples (TL;DR)
- Display detailed information about the connected device:
ideviceinfo
- Show information about a specific device by UDID:
ideviceinfo --udid device_udid
Synopsis
ideviceinfo [Options]
Description
Show information about the first connected device.
Options
- -s, --simple
use a simple connection to avoid auto-pairing with the device.
- -u, --udid UDID
target specific device by UDID.
- -n, --network
connect to network device.
- -d, --debug
enable communication debugging.
- -q, --domain NAME
set domain of query to NAME. Default: None.
- -k, --key NAME
only query key specified by NAME. Default: All keys.
- -x, --xml
output information as xml plist instead of key/value pairs.
- -h, --help
prints usage information.
- -v, --version
prints version information.
Author
Martin Szulecki
Man page written to conform with Debian by Julien Lavergne.