From 4b9c9a7bea4a004a2b1d95e0a41c90b05637dca9 Mon Sep 17 00:00:00 2001 From: Johannes Jakob Date: Mon, 22 Mar 2021 14:54:33 +0100 Subject: Fix missing document icons on macOS 10.4 and earlier MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Re-adds a legacy document icon for macOS 10.14 Mojave that is consistent with the system generated document icon on macOS 11 Big Sur. It uses the old-style document sheet icon, but includes the file extension underneath the Blender icon (unlike the previous legacy document icon that was removed in D10267). Adds the missing description for the exported type identifier. Finder now correctly displays “Blender File” instead of “data” for Blender files. Differential Revision: https://developer.blender.org/D10746 --- release/darwin/Blender.app/Contents/Info.plist | 4 ++++ .../Resources/Blender_Legacy_Document_Icon.icns | Bin 0 -> 311747 bytes 2 files changed, 4 insertions(+) create mode 100644 release/darwin/Blender.app/Contents/Resources/Blender_Legacy_Document_Icon.icns (limited to 'release/darwin') diff --git a/release/darwin/Blender.app/Contents/Info.plist b/release/darwin/Blender.app/Contents/Info.plist index 67b786bd933..9b2d5248d8e 100644 --- a/release/darwin/Blender.app/Contents/Info.plist +++ b/release/darwin/Blender.app/Contents/Info.plist @@ -11,6 +11,8 @@ blend + CFBundleTypeIconFile + Blender_Legacy_Document_Icon.icns CFBundleTypeName Blender File CFBundleTypeOSTypes @@ -62,6 +64,8 @@ UTTypeIdentifier org.blenderfoundation.blender.file + UTTypeDescription + Blender File UTTypeIcons UTTypeIconName diff --git a/release/darwin/Blender.app/Contents/Resources/Blender_Legacy_Document_Icon.icns b/release/darwin/Blender.app/Contents/Resources/Blender_Legacy_Document_Icon.icns new file mode 100644 index 00000000000..67713105fe2 Binary files /dev/null and b/release/darwin/Blender.app/Contents/Resources/Blender_Legacy_Document_Icon.icns differ -- cgit v1.2.3