This PR adds ipatool, which can now be added to Procursus as it has been rewritten in Go. This package has been restricted to only be built for macOS targets, as iOS support is not native.
Before running any other command, make sure to authenticate your Apple ID with ipatool auth login.
Checklist
[x] Have you made sure there aren't any other open Pull Requests for the same update/change?
[ ] This Pull Request doesn't contain any package additions; it's a small change (e.g README change)
[ ] Have you confirmed this builds & works as intended on an iOS device (if applicable)?
[x] Have you confirmed this builds & works as intended on a macOS device (if applicable)?
This PR adds
ipatool
, which can now be added to Procursus as it has been rewritten in Go. This package has been restricted to only be built for macOS targets, as iOS support is not native.Before running any other command, make sure to authenticate your Apple ID with
ipatool auth login
.Checklist