Skip to content

Instantly share code, notes, and snippets.

@follesoe
Forked from Clancey/gist:963345
Created May 9, 2011 21:42
My testflight post build script
//After build
Command : cp -r ${ProjectDir}/bin/iPhone/Release/MyAppName.app toZip/Payload
Working Directory: ${SolutionDir}
//AfterBuild
Command : zip -r ../MyApp.ipa *
WorkingDirectory: ${SolutionDir}/toZip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment