Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configuration file or env variable to define default simulator / AVD #193

Open
jskrepnek opened this issue Jul 9, 2021 · 0 comments
Open

Comments

@jskrepnek
Copy link

jskrepnek commented Jul 9, 2021

The default simulator is the last one returned by xcrun. This can lead to an undesirable default, especially if simulators for multiple versions of iOS are installed, or having to specify the desired default every time or create brittle run scripts. I'm not aware of any way through Xcode to manipulate the order or to "hide" simulators from the list without deleting them.

So I'm suggesting a way to locally set a desired default in the environment - perhaps in a configuration file, and / or environment variables. The benefit of a configuration file is that we could check it in to ensure developers adopt the targeted OS versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant