Merge pull request #16 from G07cha/patch-1

Add script to get connected device's UDID
This commit is contained in:
Marcel Bischoff 2015-10-19 16:40:38 +02:00
commit 49b8c7a428

View File

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