twostraws / ControlRoom

A macOS app to control the Xcode Simulator.
MIT License
5.71k stars 306 forks source link

Show and sort by OS version for simulators in sidebar #144

Closed Pretz closed 2 years ago

Pretz commented 2 years ago

Update the simulator listing to show the OS version, styled to match the simulator listing in Xcode, and sort by the version when the names match. I updated the simulatorSummary var in SimulatorSidebarView, which appeared to otherwise be unused.

I used this to identify excess simulators I didn't want to keep, it was very helpful in cleaning up old sims. Thanks for such a useful tool!

Before:

Screen Shot 2022-02-02 at 8 25 46 PM

After:

Screen Shot 2022-02-02 at 8 25 10 PM
twostraws commented 2 years ago

Really nice – thank you!