mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-03 01:43:17 +00:00
18 lines
385 B
Plaintext
18 lines
385 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# ideviceinfo
|
|
|
|
> Show information about the first connected iOS device.
|
|
> More information: <https://manned.org/ideviceinfo>.
|
|
|
|
- Display detailed information about the connected device:
|
|
|
|
`ideviceinfo`
|
|
|
|
- Show information about a specific device by UDID:
|
|
|
|
`ideviceinfo --udid {{device_udid}}`
|