mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-08-06 15:21:21 +08:00
24 lines
466 B
Markdown
24 lines
466 B
Markdown
<!--
|
|
SPDX-FileCopyrightText: 2019-2021 Vishesh Handa <me@vhanda.in>
|
|
|
|
SPDX-License-Identifier: CC-BY-4.0
|
|
-->
|
|
|
|
# Uninstalling an app
|
|
|
|
Real Devices: ideviceinstaller -U io.gitjournal.gitjournal
|
|
For Simulators: xcrun simctl uninstall booted io.gitjournal.gitjournal
|
|
|
|
# List Devices
|
|
|
|
xcrun instruments -s devices
|
|
|
|
# Access File System
|
|
|
|
cd ~/Library/Developer/CoreSimulator/Devices/
|
|
|
|
Get deivce ID from List Devices. This doesn't seem to work for actual devices.
|
|
|
|
# Logs
|
|
|