Skip to content

Instantly share code, notes, and snippets.

@MaximumP
MaximumP / ipa-testflight
Created February 20, 2014 08:22
Make iOS IPA and Upload to Testflight
#!/bin/bash
#
# testflightapp.com tokens
API_TOKEN="790a7290435d7a8284f97c65d410bcc7_MTU1NjQ5NzIwMTQtMDEtMDkgMDc6NTI6MzEuNzEyMjI3"
TEAM_TOKEN="2657e25c03d201fbdc07b427c93fe6d0_MjYzMTYwMjAxMy0wOC0yMiAxOToxNDoxOS41NzU1OTM"
PRODUCT_NAME="iKout"
ARTEFACTS="$PWD/Artefacts"