Utility to compile Xcode iOS/iPadOS projects (via xcodebuild) and wrap them into .ipa package without requirement of codesigning.
Two ways:
- Create configuration file named as
packipa.conf(checkpackipa.example.conf). - Use command line parameters (run
packipa -hto show cmdline usage). Command line parameters have higher priority than configuration file, so parameters from configuration file can be overridden with command line. Then invoke command by typingpackipa.
make install
Make sure to have your $PATH set to contain /usr/local/bin.