converts ipa to deb in the terminal
first grab the latest release from the release page
move downloaded binary to /usr/local/bin
or run mv -f ~/Downloads/ipa2deb /usr/local/bin/
install the latest deb file from the release page or add my cydia repo or watch the tutorial
not yet available, i'll have to rewrite the whole thing
right now it's only:
ipa2deb /path/to/ipa /path/to/metadata (optional)
by the way, it will ask for the metadata and ipa if they are missing in case you forgot to specify them
if anything goes wrong, here are some solutions to problems i have faced
Try:
- running
chmod +x /usr/local/bin/ipa2deb
- redownloading the file and follow the setup again
Try:
- redoing the setup
- run
zsh
- run
bash
(might be your shell not seeing it)
see this issue: #1 (comment)