Skip to content

Instantly share code, notes, and snippets.

@deremakif
Forked from keith/testflight.sh
Created April 20, 2022 07:44
Show Gist options
  • Save deremakif/9675ffe4cce2d06f507ffbcfbc35f1ca to your computer and use it in GitHub Desktop.
Save deremakif/9675ffe4cce2d06f507ffbcfbc35f1ca to your computer and use it in GitHub Desktop.
Upload an ipa to testflight using altool
#!/bin/bash
set -euo pipefail
xcrun altool --upload-app --type ios --file "path/to/foo.ipa" --username "$ITC_USER" --password "$ITC_PASSWORD"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment