Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save 321hendrik/c333a567c47ec27b72c661fcde01bc09 to your computer and use it in GitHub Desktop.
Save 321hendrik/c333a567c47ec27b72c661fcde01bc09 to your computer and use it in GitHub Desktop.
Open the App Data Folder for current iOS Simulator App
open `find ~/Library/Developer/CoreSimulator/Devices -type d -depth 7 -print0 | xargs -0 stat -f "%m %N" | grep Containers | sort -rn | head -1 | cut -f2- -d" "`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment