dsmelov / simsim

Use SimSim to explore iOS application folders in Terminal or Finder. Fast, stable, free alternative to SimPholders.
MIT License
1.47k stars 95 forks source link

Improved RealmModule #17

Closed 2h4u closed 7 years ago

2h4u commented 7 years ago

In iOS, Realm uses the /Documents Folder as a default for the default.realm file, so I added this path to the "findRealmFiles" Method. simsim will now find all realm files in "Library/Caches" and "Documents".

I also improved the Menu for Realm. If there is only one realm file in the simulator, simsim will display no submenu with just one entry instead, you can click the realm-menu itself.

Multiple realm files:

bildschirmfoto 2017-07-01 um 09 03 21

Single realm file:

bildschirmfoto 2017-07-01 um 09 03 58

No RealmBrowser installed:

bildschirmfoto 2017-07-01 um 10 24 43
mythodeia commented 7 years ago

excellent work 👍

2h4u commented 7 years ago

thanks 😄

jesuslg123 commented 7 years ago

Nice work!