Skip to content

Instantly share code, notes, and snippets.

View REDspaceMHackett's full-sized avatar

Michael Hackett REDspaceMHackett

  • REDspace
  • Bedford, Nova Scotia, Canada
View GitHub Profile
@noamtm
noamtm / build-dist.sh
Created February 1, 2015 15:18
iOS: Re-sign an app for distribution
# This is not a ready-to-run script. It just shows the relevant command-line calls.
XC_WORKSPACE=path/to/MyApp.xcworkspace
XC_SCHEME=MyApp
XC_CONFIG=Release
ARCHIVE_PATH=dest/path/to/MyApp.xcarchive
EXPORT_PATH=dest/path/to/MyApp.ipa
DIST_PROFILE=NameOfDistributionProfile
# Build and archive. This can be done by regular developers, using their developer key/profile.