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

Adds support for shared App Groups #32

Closed GyroJoe closed 6 years ago

GyroJoe commented 6 years ago

This change adds support for showing shared App Groups from simulators in the menu alongside applications.

App Groups provide a way to share data between extensions and other applications by the same developer or development team. See Adding an App to an App Group for more details.

A few of the applications I work on use App Groups as the primary location for their data storage so it's very useful to be able to navigate to them directly.

This change also includes fixes for a few Swift related crashes I encountered.

dsmelov commented 6 years ago

Thanks!