[Scummvm-git-logs] scummvm master -> 63a39add0a2a99312b1c8ab75b3b2729dc892c9f

larsamannen noreply at scummvm.org
Mon Jul 15 06:56:50 UTC 2024


This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
e486219913 IOS7: Add iPad app icon to Info.plist 
63a39add0a IOS7: Add iPad Pro app icon to Info.plist


Commit: e486219913b5d79dac130e3b5674c58d3fbdb25a
    https://github.com/scummvm/scummvm/commit/e486219913b5d79dac130e3b5674c58d3fbdb25a
Author: anohren (anohren at users.noreply.github.com)
Date: 2024-07-15T08:56:47+02:00

Commit Message:
IOS7: Add iPad app icon to Info.plist 

The 76x76 app icon files (1x and 2x) are present, but not referenced by Info.plist.

Changed paths:
    ports.mk


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</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>";\


Commit: 63a39add0a2a99312b1c8ab75b3b2729dc892c9f
    https://github.com/scummvm/scummvm/commit/63a39add0a2a99312b1c8ab75b3b2729dc892c9f
Author: anohren (anohren at users.noreply.github.com)
Date: 2024-07-15T08:56:47+02:00

Commit Message:
IOS7: Add iPad Pro app icon to Info.plist

Changed paths:
    ports.mk


diff --git a/ports.mk b/ports.mk
index 80e5c788d68..01079711511 100644
--- a/ports.mk
+++ b/ports.mk
@@ -246,6 +246,7 @@ ios7bundle: scummvm-static-ios
 			print "\t\t\t<key>CFBundleIconFiles</key>";\
 			print "\t\t\t<array>";\
 			print "\t\t\t\t<string>AppIcon76x76</string>";\
+			print "\t\t\t\t<string>AppIcon83.5x83.5</string>";\
 			print "\t\t\t</array>";\
 			print "\t\t</dict>";\
 			print "\t</dict>";\




More information about the Scummvm-git-logs mailing list