DanTheMan827 / ios-app-signer

This is an app for OS X that can (re)sign apps and bundle them into ipa files that are ready to be installed on an iOS device.
https://dantheman827.github.io/ios-app-signer
GNU General Public License v3.0
5.55k stars 1.05k forks source link

Custom app icon support #189

Open MichaelMKenny opened 2 years ago

MichaelMKenny commented 2 years ago

Added UI to main window for picking a png file to use as a custom app icon. Updates bundle to reference new icon.

The trick in the end was to use "AltIcon" as a key in the plist.

Now you can install your custom side-loaded app with a custom icon :)