Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save taji-taji/170774aa00080a4909040f09be48b25a to your computer and use it in GitHub Desktop.

Select an option

Save taji-taji/170774aa00080a4909040f09be48b25a to your computer and use it in GitHub Desktop.
Open the `Documents` folder of the most recently used iOS Simulator.
#!/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