Skip to content

Commit 0f0ceb2

Browse files
committed
MEDIA: Fix legacy icon of old Mac OS X versions
The icons generated with iconutil is not compatible with old Mac OS X versions. The only way I have found to generate compaible icons is to use Icon Composer on an old Mac. So comment out the rule to generate this icon and update the icon using one that was generated manually with Icon Composer. This fixes bug #11261: MAC OS X: App icon doesn’t display on OS X 10.5.8.
1 parent e0387d3 commit 0f0ceb2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,11 @@ scummvm_tools_icon_%.png: scummvm_tools_icon.png
104104
convert $< -resize $*x$* $@
105105

106106
# Mac
107-
mac: scummvm_icon.icns scummvm_icon_legacy.icns scummvm_tools_icon.icns
107+
# The legacy icns generated with iconutil doesn't actually work properly on Mac OS X 10.5 (see bug #11261)
108+
# Instead it needs to be generated with Icon Composer on an old Mac (but the scummvm_icon_legacy.iconset
109+
# rule below can be used to generate the source png images for Icon Composer).
110+
#mac: scummvm_icon.icns scummvm_icon_legacy.icns scummvm_tools_icon.icns
111+
mac: scummvm_icon.icns scummvm_tools_icon.icns
108112

109113
scummvm_icon.iconset: scummvm_icon.png
110114
mkdir $@

scummvm_icon_legacy.icns

38.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)