From e486219913b5d79dac130e3b5674c58d3fbdb25a Mon Sep 17 00:00:00 2001 From: anohren Date: Sun, 7 Jul 2024 22:15:17 +0200 Subject: [PATCH] IOS7: Add iPad app icon to Info.plist The 76x76 app icon files (1x and 2x) are present, but not referenced by Info.plist. --- ports.mk | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ports.mk b/ports.mk index 5a2046bac15..80e5c788d68 100644 --- a/ports.mk +++ b/ports.mk @@ -238,6 +238,18 @@ ios7bundle: scummvm-static-ios print "\t\t";\ print "\t";\ s=2}\ + /CFBundleIcons~ipad<\/key>/ {\ + print $$0;\ + print "\t";\ + print "\t\tCFBundlePrimaryIcon";\ + print "\t\t";\ + print "\t\t\tCFBundleIconFiles";\ + print "\t\t\t";\ + print "\t\t\t\tAppIcon76x76";\ + print "\t\t\t";\ + print "\t\t";\ + print "\t";\ + s=2}\ /UILaunchImages<\/key>/ {\ print $$0;\ print "\t";\