-
Notifications
You must be signed in to change notification settings - Fork 139
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
Automate running script for each simulator #123
Comments
Hmm, you could probably grep the output of |
ChatGPT came up with the same idea. I haven't tried it, but you could do something like this: https://chat.openai.com/share/23e601a8-6ae5-4db1-8f79-6d966cd25319 |
This outputs the list of booted simulators. Now I just have to find how to run
|
This might work
|
That looks like it works! Thanks @chrisvasselli ! (didn't fully test yet as I had already manually run it so status bars were already "cleaned") Perhaps we can add something to README, like "boot up every wanted simulator and then run this" |
@chrisvasselli now I'm looking for a way to quickly boot a list of simulators, given a list of names like
Basically trying to automate some more of the process I'm guessing some more of the EDIT: Maybe my approach is a "XY", and really there is a more direct way to boot sims and run something on them. |
Is there any way we can automate the script so that
inject
runs for each simulator, instead of running it manually for each result ofxcrun <UDID>
?The text was updated successfully, but these errors were encountered: