Skip to content

Instantly share code, notes, and snippets.

@Clancey
Created May 9, 2011 20:39
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save Clancey/963345 to your computer and use it in GitHub Desktop.
Save Clancey/963345 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