ipapatch

Patch iOS IPA files and their plugins with custom modifications

brewmacoslinux
Try with needOr install directly
Source

About

CLI tool to patch iOS IPA files and their plugins

Commands

ipapatch

Examples

Patch an IPA file with a specified patch file$ ipapatch patch -i app.ipa -p patch.json -o patched.ipa
List available plugins in an IPA file$ ipapatch list-plugins app.ipa
Apply modifications to a specific plugin within the IPA$ ipapatch modify-plugin -i app.ipa -n PluginName -m modifications.json