Skip to content
This repository has been archived by the owner on May 23, 2021. It is now read-only.

Latest commit

 

History

History
25 lines (14 loc) · 983 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 983 Bytes

XReSign

⚠️ This repo is no longer supported. Future versions of the script can be found at ios-signer-ci. The GUI is abandoned.

XReSign allows you to sign or resign unencrypted ipa-files with certificate for which you hold the corresponding private key. Checked for developer, ad-hoc and enterprise distribution.

How to use

GUI application

Screenshot

Shell command

In addition to GUI app, you can find, inside Scripts folder, xresign.sh script to run resign task from the command line.

Usage:

$ ./xresign.sh --help

Acknowledgments

Inspired by such great tool as iReSign and other command line scripts to resign the ipa files. Unfortunately a lot of them not supported today. So this is an attempt to support resign the app bundle components both through the GUI application and through the command line script.