Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--release/darwin/Blender.app/Contents/Info.plist33
-rw-r--r--release/darwin/Blender.app/Contents/Resources/blender file icon.icnsbin284786 -> 0 bytes
2 files changed, 31 insertions, 2 deletions
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 @@
<array>
<string>blend</string>
</array>
- <key>CFBundleTypeIconFile</key>
- <string>blender file icon.icns</string>
<key>CFBundleTypeName</key>
<string>Blender File</string>
<key>CFBundleTypeOSTypes</key>
@@ -23,6 +21,12 @@
<string>Editor</string>
<key>LSIsAppleDefaultForType</key>
<true/>
+ <key>LSItemContentTypes</key>
+ <array>
+ <string>org.blenderfoundation.blender.file</string>
+ </array>
+ <key>CFBundleTypeIconSystemGenerated</key>
+ <true/>
</dict>
</array>
<key>CFBundleExecutable</key>
@@ -49,5 +53,30 @@
<string>NSApplication</string>
<key>NSHighResolutionCapable</key>
<true/>
+ <key>UTExportedTypeDeclarations</key>
+ <array>
+ <dict>
+ <key>UTTypeConformsTo</key>
+ <array>
+ <string>public.data</string>
+ </array>
+ <key>UTTypeIdentifier</key>
+ <string>org.blenderfoundation.blender.file</string>
+ <key>UTTypeIcons</key>
+ <dict>
+ <key>UTTypeIconName</key>
+ <string>Blender File</string>
+ <key>UTTypeIconText</key>
+ <string>blend</string>
+ </dict>
+ <key>UTTypeTagSpecification</key>
+ <dict>
+ <key>public.filename-extension</key>
+ <array>
+ <string>blend</string>
+ </array>
+ </dict>
+ </dict>
+ </array>
</dict>
</plist>
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
--- a/release/darwin/Blender.app/Contents/Resources/blender file icon.icns
+++ /dev/null
Binary files differ