create a automation script for install apps in all test phone
jhonny-me opened this issue · 3 comments
jhonny-me commented
Things I come to my mind:
- maybe I can use hockeyapp's API to send the download command from every phone
- I can just send the build to @vera3224 and then use
mobiledevice install_app
command to install since we are in a local area -
for sending the build, I can use airdrop, so may need to find a way to automate this proceed
jhonny-me commented
seems no way to automate the airdrop process, so, I'll drop this idea. And it's just drag and drop, move your buts, lazy!
jhonny-me commented
created an bash script to do a for loop to install on every device.
jhonny-me commented
closing as done.