Skip to content

Instantly share code, notes, and snippets.

View augustj's full-sized avatar

August Jaenicke augustj

  • Bay1
  • San Francisco
View GitHub Profile
@augustj
augustj / gist:4f2e0db660aec78150fa
Created November 25, 2014 23:42
A script to build, sign and upload to TestFlight
#!/bin/bash
#
# testflightapp.com tokens
# This one is per user (and is August's)
API_TOKEN="XXX"
TEAM_TOKEN="XXX"
PRODUCT_NAME="myAppName"