Skip to content

Instantly share code, notes, and snippets.

@junjizhi
Created October 10, 2019 00:31
Show Gist options
  • Save junjizhi/e60e7e70f034aca28d668831f59bff50 to your computer and use it in GitHub Desktop.
Save junjizhi/e60e7e70f034aca28d668831f59bff50 to your computer and use it in GitHub Desktop.
Find the sqlite file location of your iOS / Flutter app
# Returns all db files sorted by modified time. Usually the last one is your sqlite db file.
gfind /Users/<username>/Library/Developer/CoreSimulator/Devices/ -name "*.db" -printf "%T+\t%p\n" | sort
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment