Created
October 10, 2019 00:31
-
-
Save junjizhi/e60e7e70f034aca28d668831f59bff50 to your computer and use it in GitHub Desktop.
Find the sqlite file location of your iOS / Flutter app
This file contains 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
# 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