This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# (Above line comes out when placing in Xcode scheme) | |
# | |
# Valid and working as of 10/29/2013 | |
# Xcode 5.0.1, XCode Server | |
# | |
API_TOKEN="<Your TesFlight API Token>" | |
TEAM_TOKEN="<Your TestFlight Team Token>" | |
DISTRIBUTION_LISTS="<Comma separated TestFlight Distribution List Names for auto deploy>" |