Skip to content

Instantly share code, notes, and snippets.

@milos1290
Created January 17, 2019 19:14
Show Gist options
  • Save milos1290/2f1c7c2a70d980f1e44bda55e0cca871 to your computer and use it in GitHub Desktop.
Save milos1290/2f1c7c2a70d980f1e44bda55e0cca871 to your computer and use it in GitHub Desktop.
Open Realm database located in iOS simulator Documents directory
#!/bin/sh
cd ~/Library/Developer/CoreSimulator/Devices/
cd "$(ls -t -d */ | head -n 1)"/data/Containers/Data/Application
cd "$(ls -t -d */ | head -n 1)"/Documents
open default.realm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment