Skip to content

Commit b824eaa

Browse files
committed
Update ios docs
1 parent 022677f commit b824eaa

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/ios.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ ideviceinstaller -U io.gitjournal.gitjournal
44

55
Only for actual devices, not emulators.
66

7+
# List Devices
8+
9+
xcrun instruments -s devices
10+
11+
# Access File System
12+
13+
cd ~/Library/Developer/CoreSimulator/Devices/
14+
15+
Get deivce ID from List Devices. This doesn't seem to work for actual devices.
16+
717
# Logs
818

919

0 commit comments

Comments
 (0)