SignApp is a simple, minimal footprint script that will extract an IPA and repack it into a deb made for installing on an Apple TV or iOS device respectively.
SignApp extracts an IPA, takes needed info from the info.plist to create a specialized control file, adds entitlements to the main binary and frameworks (so the app can be ran as root), then repacks it back into an ipa
Run '''/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Diatrus/SignApp/master/Install)"''' in terminal. 3. Run SignApp [/path/to/ipa] to repack your IPA.
The Installer script will automatically check for all dependancies and install them if needed using the package manager you currently have installed (Homebrew or MacPorts). If you do not have a package manager installed, it will install Homebrew and then the dependancies.
Simply rerun the Installer script. It automatically pulls the latest SignApp from Github and installs it