Closed ajsb85 closed 7 years ago
You can change the permissions to execute the scripts with git:
git update-index --chmod=+x scripts/add-key.sh
git update-index --chmod=+x scripts/testflight.sh
git update-index --chmod=+x scripts/remove-key.sh
Then you can remove the lines:
- chmod a+x scripts/add-key.sh
- chmod a+x scripts/testflight.sh
- chmod a+x scripts/remove-key.sh
TestFlight Beta Testing with Travis CI
Create some release notes:
Create a TestFlight account and set up your app. In order to use the TestFlight API, you need to get the api_token and team_token first. Again, we have to make sure to encrypt them. On the command line execute:
Now we can call the API accordingly. Add this to the sign-and-build.sh:
Make sure NOT to use the verbose flag (-v), as this would expose your decrypted tokens!
Reference: https://www.objc.io/issues/6-build-tools/travis-ci/
Badge: