Merge pull request #16 from G07cha/patch-1
Add script to get connected device's UDID
This commit is contained in:
commit
49b8c7a428
@ -471,6 +471,11 @@ atsutil server -ping
|
||||
networksetup -listallhardwareports
|
||||
```
|
||||
|
||||
#### Show Connected Device's UDID
|
||||
```bash
|
||||
system_profiler SPUSBDataType | sed -n -e '/iPad/,/Serial/p' -e '/iPhone/,/Serial/p'
|
||||
```
|
||||
|
||||
#### Show Current Screen Resolution
|
||||
```bash
|
||||
system_profiler SPDisplaysDataType | grep Resolution
|
||||
|
Loading…
Reference in New Issue
Block a user