IOS7: Add iPad app icon to Info.plist

The 76x76 app icon files (1x and 2x) are present, but not referenced by Info.plist.
This commit is contained in:
anohren 2024-07-07 22:15:17 +02:00 committed by Lars Sundström
parent 2a19447798
commit e486219913

View File

@ -238,6 +238,18 @@ ios7bundle: scummvm-static-ios
print "\t\t</dict>";\
print "\t</dict>";\
s=2}\
/<key>CFBundleIcons~ipad<\/key>/ {\
print $$0;\
print "\t<dict>";\
print "\t\t<key>CFBundlePrimaryIcon</key>";\
print "\t\t<dict>";\
print "\t\t\t<key>CFBundleIconFiles</key>";\
print "\t\t\t<array>";\
print "\t\t\t\t<string>AppIcon76x76</string>";\
print "\t\t\t</array>";\
print "\t\t</dict>";\
print "\t</dict>";\
s=2}\
/<key>UILaunchImages<\/key>/ {\
print $$0;\
print "\t<array>";\