Skip to content

Instantly share code, notes, and snippets.

@jivkokgist
jivkokgist / testflight.sh
Created November 2, 2012 00:15 — forked from walm/testflight.sh
xcode build & upload testflight from coomand line
#!/bin/sh
######CONFIG#####
# TestFlight API Token
# from https://testflightapp.com/dashboard/team/edit/
# $ git config --global testflight.apitoken XXX
# form https://testflightapp.com/account/#api
# $ git config --global testflight.teamtoken XXX
# Testflight API token
API_TOKEN=$(git config testflight.apitoken)