Awesome
resign
XCode Project to resign .ipa files
How to use
- Put ipa to be resigned in the ipa_to_resign folder
- Put dylibs (e.g. FridaGadget.dylib) that you want to add to the binary in the dylibs_to_insert folder
- Open the XCode project
- Set a bundle identifier
- Select a Signing Team
- Build the project (Command-B or Product -> Build)
Your resulting modified and resigned binary will be in the build folder.