twostraws / ControlRoom

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

The "Default" simulator needs special handling/removal #43

Open davedelong opened 4 years ago

davedelong commented 4 years ago

The "Default" simulator refers to "which ever simulator happens to be booted".

But... this simulator can't technically be deleted or renamed. You can perform these actions, but they forward on to apply to the booted simulator.

We should guard against this, or just remove the default simulator.

veb commented 4 years ago

Could guard against deleting it, renaming it, and have a subtitle at the bottom of the "Default" heading:

image

"This is the default simulator and cannot be changed"

I don't know if removing it altogether is a good idea, because if for example you're working with React-Native and you don't have a simulator already booted up, it'll do it'll for you - then that default one would be needed right?