Skip to content

aral/adhoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

Ad Hoc App Packager (adhoc) Version 1.0 by Aral Balkan

Copyright (c) 2009 Aral Balkan (Blog, Twitter)

Released under the open source MIT License.

Packages an Ad Hoc distribution.

Usage:

  1. Copy the adhoc folder into your Xcode project folder
  2. Make an Ad Hoc distribution build in Xcode
  3. Run ./adhoc/package [ConfigurationName]

If you leave out [ConfigurationName], adhoc will default to the configuration name of "Distribution" (without quotes).

Your Ad Hoc IPA file and the correct provisioning profile to send to your beta testers will be in the adhoc/packages/<AppVersion>/ folder.

The dSYM file (which you use to desymbolize and make sense of the crash reports your beta testers send you) will also be backed up to the /backups folder. Do not send the backups folder to your beta testers.

Notes:

  • If you want a custom icon in your IPA file, create a 512x512 PNG/JPG, save it as "iTunesArtwork" (without an extension, and without the quotes), and copy it into the root folder of your project.

About

Ad Hoc distribution packager for iPhone projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published