iPhone,  Mac OS X,  Mac OS X Server

Script To Sign A Previously Signed .ipa With Your Provisioning Profile

Organizations frequently have another party write iOS apps for them. When doing so, the organization typically wants to sign the .ipa (how iOS apps are deployed) prior to deploying the app to users. To do so, you would sign the .ipa with your provisioning profile. To make doing so easier, here’s ipasign, a python script that does most of the work for ya’:

https://github.com/krypted/ipasign/