Skip to content

Scripts used in order to resign (with a new Certificate or PP) and increment the build number of IPAs

Notifications You must be signed in to change notification settings

FDuhen/ipa-resign--script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

IPA Resign

This script allows you to resign any APK with any certificate.
It will also increment the build number by 1 (which should be optional I guess but is mandatory for now)

Prerequisites

You'll need

  • the IPA(s) you want to re-sign
  • the Certificate installed in your keychain (called CertificateName in our example)
  • the Provisioning profile

Disclamer

Only native IPAs were re-signed with this script, never tried anything else but it should work fine.

How to

  1. Clone this project.
  2. Put the Provisioning Profile anywhere nearby
  3. Execute the signing Script with the following command line
./resign.sh Path/To/IPA.ipa Path/To/MobileProvision.mobileprovision "CertificateName"
  1. Optional : If you have multiple IPAs to resign, put them all in the folder of the "automate_resign.sh" and the the following command
./automate_resign.sh Path/To/MobileProvision.mobileprovision "CertificateName"

Authors

  • Florian DUHEN

About

Scripts used in order to resign (with a new Certificate or PP) and increment the build number of IPAs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages