diff --git a/release/darwin/Blender.app/Contents/Info.plist b/release/darwin/Blender.app/Contents/Info.plist index 2408cf363b1..67b786bd933 100644 --- a/release/darwin/Blender.app/Contents/Info.plist +++ b/release/darwin/Blender.app/Contents/Info.plist @@ -11,8 +11,6 @@ blend - CFBundleTypeIconFile - blender file icon.icns CFBundleTypeName Blender File CFBundleTypeOSTypes @@ -23,6 +21,12 @@ Editor LSIsAppleDefaultForType + LSItemContentTypes + + org.blenderfoundation.blender.file + + CFBundleTypeIconSystemGenerated + CFBundleExecutable @@ -49,5 +53,30 @@ NSApplication NSHighResolutionCapable + UTExportedTypeDeclarations + + + UTTypeConformsTo + + public.data + + UTTypeIdentifier + org.blenderfoundation.blender.file + UTTypeIcons + + UTTypeIconName + Blender File + UTTypeIconText + blend + + UTTypeTagSpecification + + public.filename-extension + + blend + + + + diff --git a/release/darwin/Blender.app/Contents/Resources/blender file icon.icns b/release/darwin/Blender.app/Contents/Resources/blender file icon.icns deleted file mode 100644 index 2bf78d3eb0d..00000000000 Binary files a/release/darwin/Blender.app/Contents/Resources/blender file icon.icns and /dev/null differ