Skip to content

Instantly share code, notes, and snippets.

@chrisntr
Forked from Clancey/gist:963345
Created May 9, 2011 22:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisntr/963514 to your computer and use it in GitHub Desktop.
Save chrisntr/963514 to your computer and use it in GitHub Desktop.
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