-
Notifications
You must be signed in to change notification settings - Fork 906
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
feat: interactive mode for selecting mode and scheme for iOS #1811
feat: interactive mode for selecting mode and scheme for iOS #1811
Conversation
one thing that comes to my mind is to integrate it in the future with device selection prompt which was merged lately. WDYT? |
This is looking slick! Thanks for putting it behind the flag, let's experiment with it first. Regarding the flag name, I'd go with |
I'd wait for this to merge after the #1744 |
100% agree. And renaming to |
f71d4f1
to
22cac0a
Compare
207d254
to
3607225
Compare
all the tests are green when i run it locally, so i assume it will be fixed once #1804 gets merged, let's wait and see if i am correct 😄 |
3607225
to
e24533c
Compare
e24533c
to
2c36c49
Compare
Summary:
Interactively select configuration and scheme for
run-ios
andbuild-ios
Screen.Recording.2023-01-26.at.15.15.26.mov
Test Plan:
Use
run-ios --explicit
command - select desired configuration and scheme. If there is only one configuration/scheme, the prompt will be ignored. You can create additional schemes and configurations by opening the project in Xcode.