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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2019-06-21 19:12:00 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-06-22 00:37:40 +0300
commitc553b790fc781772e8fbfffb91e3bf062d3202d6 (patch)
treef3168bc8cd2c90a2a5dc9fb070e6065639c1460d /release/darwin/Blender.app
parentad4f5092ecaf919e415fec4ca62b0172293a2075 (diff)
macOS: rename blender.app to Blender.app
Using a capitalized app name fits the platform guidelines. Since macOS file systems are case insensitive by default this should not break scripts that assume lowercase.
Diffstat (limited to 'release/darwin/Blender.app')
-rw-r--r--release/darwin/Blender.app/Contents/Info.plist55
-rw-r--r--release/darwin/Blender.app/Contents/MacOS/blender1
-rw-r--r--release/darwin/Blender.app/Contents/PkgInfo1
-rw-r--r--release/darwin/Blender.app/Contents/Resources/blender file icon.icnsbin0 -> 284786 bytes
-rw-r--r--release/darwin/Blender.app/Contents/Resources/blender icon.icnsbin0 -> 273085 bytes
5 files changed, 57 insertions, 0 deletions
diff --git a/release/darwin/Blender.app/Contents/Info.plist b/release/darwin/Blender.app/Contents/Info.plist
new file mode 100644
index 00000000000..9b09ef0f768
--- /dev/null
+++ b/release/darwin/Blender.app/Contents/Info.plist
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>LSMinimumSystemVersion</key>
+ <string>10.9.0</string>
+ <key>CFBundleDocumentTypes</key>
+ <array>
+ <dict>
+ <key>CFBundleTypeExtensions</key>
+ <array>
+ <string>blend</string>
+ </array>
+ <key>CFBundleTypeIconFile</key>
+ <string>blender file icon.icns</string>
+ <key>CFBundleTypeName</key>
+ <string>Blender File</string>
+ <key>CFBundleTypeOSTypes</key>
+ <array>
+ <string>BLND</string>
+ </array>
+ <key>CFBundleTypeRole</key>
+ <string>Editor</string>
+ <key>LSIsAppleDefaultForType</key>
+ <true/>
+ </dict>
+ </array>
+ <key>CFBundleExecutable</key>
+ <string>blender</string>
+ <key>CFBundleGetInfoString</key>
+ <string>${MACOSX_BUNDLE_LONG_VERSION_STRING}, Blender Foundation</string>
+ <key>CFBundleIconFile</key>
+ <string>blender icon.icns</string>
+ <key>CFBundleIdentifier</key>
+ <string>org.blenderfoundation.blender</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleName</key>
+ <string>Blender</string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>CFBundleShortVersionString</key>
+ <string>${MACOSX_BUNDLE_SHORT_VERSION_STRING}</string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
+ <key>CFBundleVersion</key>
+ <string>${MACOSX_BUNDLE_LONG_VERSION_STRING}</string>
+ <key>NSPrincipalClass</key>
+ <string>NSApplication</string>
+ <key>NSHighResolutionCapable</key>
+ <true/>
+ <key>NSSupportsAutomaticGraphicsSwitching</key>
+ <true/>
+</dict>
+</plist>
diff --git a/release/darwin/Blender.app/Contents/MacOS/blender b/release/darwin/Blender.app/Contents/MacOS/blender
new file mode 100644
index 00000000000..48cdce85287
--- /dev/null
+++ b/release/darwin/Blender.app/Contents/MacOS/blender
@@ -0,0 +1 @@
+placeholder
diff --git a/release/darwin/Blender.app/Contents/PkgInfo b/release/darwin/Blender.app/Contents/PkgInfo
new file mode 100644
index 00000000000..bd04210fb49
--- /dev/null
+++ b/release/darwin/Blender.app/Contents/PkgInfo
@@ -0,0 +1 @@
+APPL???? \ No newline at end of file
diff --git a/release/darwin/Blender.app/Contents/Resources/blender file icon.icns b/release/darwin/Blender.app/Contents/Resources/blender file icon.icns
new file mode 100644
index 00000000000..2bf78d3eb0d
--- /dev/null
+++ b/release/darwin/Blender.app/Contents/Resources/blender file icon.icns
Binary files differ
diff --git a/release/darwin/Blender.app/Contents/Resources/blender icon.icns b/release/darwin/Blender.app/Contents/Resources/blender icon.icns
new file mode 100644
index 00000000000..d0c373fca97
--- /dev/null
+++ b/release/darwin/Blender.app/Contents/Resources/blender icon.icns
Binary files differ