twostraws / ControlRoom

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

Option to show only active simulators in sidebar #10

Closed AndreiVidrasco closed 4 years ago

AndreiVidrasco commented 4 years ago

In Xcode Project Navigator, besides filter field there are other small buttons, like to show files with git changes. Maybe we can add such icon in this filter field, to show all active(booted) simulators?

Will require some designer help to come up with nice icon as well.

twostraws commented 4 years ago

Note for whoever takes a shot at this: tooltips don't exist in SwiftUI right now, but there are some hacks around that overlay an NSView to get a similar effect. Without a tooltip the button might be a bit inscrutable.