mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
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:
parent
2a19447798
commit
e486219913
12
ports.mk
12
ports.mk
@ -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>";\
|
||||
|
Loading…
Reference in New Issue
Block a user