Created
June 2, 2021 09:03
-
-
Save taji-taji/170774aa00080a4909040f09be48b25a to your computer and use it in GitHub Desktop.
Open the `Documents` folder of the most recently used iOS Simulator.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| cd ~/Library/Developer/CoreSimulator/Devices/ | |
| cd $(find . -type d -name Documents -path "*/data/Containers/Data/Application/*" | xargs ls -dt | head -1) | |
| open . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment