Skip to content

Script to resign an IPA package for iOS with a new certificate and provisioning profile

Notifications You must be signed in to change notification settings

akloeber/resign.sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

resign.sh

Script to resign an IPA package for iOS with a new certificate and provisioning profile.

Description

This can be used by customers who do not want to give away their distribution certificate and mobile provisioning profile to the development provider for security reasons. With this script a presigned package (e.g signed with a developer certificate and bundled with a development profile) can be easily resigned with the distribution certificate and distribution provisioning profile by the customer.

Usage

resign.sh <PRESIGNED_PACKAGE> <PROVISIONING_PROFILE> <SIGNATURE_NAME> <SIGNED_PACKAGE>

e.g.

resign.sh app_presigned.ipa Distribution.mobileprovision "iPhone Distribution: Company" app.ipa

About

Script to resign an IPA package for iOS with a new certificate and provisioning profile

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages