Skip to content

Instantly share code, notes, and snippets.

@MonksterFX
Created June 8, 2023 12:37
Show Gist options
  • Save MonksterFX/934939f5d1748623514ad43565149b41 to your computer and use it in GitHub Desktop.
Save MonksterFX/934939f5d1748623514ad43565149b41 to your computer and use it in GitHub Desktop.
open booted simulator directory
#!/bin/bash
# id of expo go app / change if you use dev-client
APP_NAME="host.exp.Exponent"
# get data folder from app container
FILE_LOCATION=$(xcrun simctl get_app_container booted "$APP_NAME" data)
# open path in finder
open "$FILE_LOCATION"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment