-
Notifications
You must be signed in to change notification settings - Fork 13
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
Let users specify which simulator to use #8
Comments
I mean "device" when I say "simulator". |
I actually think I did mean simulator, at least to start with. We're not actually specifying OS versions anywhere right now. I'm going to rename this to match that expectation. Basically what I think we'd want:
I'm going to implement this the simplest way possible for right now, which is to use Good Ol' Freeform Text. I'll open up a couple more issues to track improvements. |
Actually, adding basic autocomplete to this will be easy (using |
This was done in #58 |
ideally, users would be able to (at least) pick an OS version to run against. This seems fairly important. We could (should) probably go further, and let users decide which simulator to run against.
The text was updated successfully, but these errors were encountered: