Skip to content

Instantly share code, notes, and snippets.

@kmonaghan
kmonaghan / Xcode4TestFlightintegration.sh
Created May 29, 2012 13:07 — forked from c0diq/Xcode4TestFlightintegration.sh
ReWrite of "Xcode 4 scheme Archive step Post-script for automatic TestFlight build uploading. See the original blog post here: http://developmentseed.org/blog/2011/sep/02/automating-development-uploads-testflight-xcode". See http://www.karlmonaghan.com/20
#!/bin/bash
#
# (Above line comes out when placing in Xcode scheme)
#
# Inspired by original script by incanus:
# https://gist.github.com/1186990
#
# Rewritten by martijnthe:
# https://gist.github.com/1379127
#