8000 GitHub - dayanch96/iSigner: Tool for fast batch resigning of iOS applications on macOS
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dayanch96/iSigner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Tool for Fast Batch Resigning of iOS Applications on macOS

Steps

Note

If this is your first time using this tool, execute the following commands before you begin:

chmod +x /path/to/iSigner/resign.sh
xattr -c /path/to/iSigner/resign.sh
  1. Open Keychain Access, navigate to the login tab, and import your certificate
  2. Move the *.mobileprovision profile file to the iSigner folder
  3. Rename the profile to embedded.mobileprovision
  4. Open the resign.sh file in a text editor
  5. Find the line: certname="iPhone Distribution: John Doe (XX123XXX123)"
  6. Replace the name and developer ID in the quotes with those specified in your certificate (you can find this in Keychain under the certificate's Common Name), then save and close the file
  7. Create source and output folders inside the iSigner folder
  8. Place the *.ipa files for signing in the Source folder
  9. Double-click the resign.sh file to execute the signing process
  10. Wait for the signing process to finish. The signed .ipa files will appear in the Output folder

Credits

This script is based on the work of Artur Kotov, specifically his ResignTool

The original script was further improved by my friend Dmytro Furman. You can reach him on Telegram

About

Tool for fast batch resigning of iOS applications on macOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0