420 Signer is an extremely fast and versatile signing utility for the macOS (and CentOS soon) operating system.
- Based on zSign by @zhlynn
- Used by the Ignition Team @TryIgnition
- 100% Open Source
- OpenSSL 1.0.2t
- macOS
- P12
- Mobileprovision
- Password
- Some terminal knowledge
- Sign app
- Bulk resign app
cd path/to/420Signer/folder/
chmod 777 420
chmod 777 420Signer
# Sign a single app
./420Signer -f SA -a ~/Downloads/unc0ver.ipa -m ~/Downloads/420/mobileprovision.mobileprovision -c ~/Downloads/420/p12.p12 -p password
# Sign a folder full of apps
./420Signer -f R -b ~/Desktop/IPAs -m ~/Downloads/420/mobileprovision.mobileprovision -c ~/Downloads/420/p12.p12 -p password
GNU General Public License v3.0
Free Software, Hell Yeah!