I currently have a fairly manual process when releasing a new build in TestFlight:
- Download the additional devices text files from TestFlightApp
- Log into the Provisioning Profile
- Upload devices
- Update the Provisioning Profile to include the newly added devices
- Download the generated .mobileprovision file
- Click on the file to add to Xcode
- Product -> Archive, Share, Create IPA
- New Build in TestFlightApp
- Type up the release notes
- Upload (wait)
- Select testers to notify
Are there scripts or utilities that handle these steps for me? I don't mind a solution for part of these steps, as long as it reduces this process.
On the other hand, maybe I'm repeating steps I shouldn't be, or not doing things in an efficient manner.