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 18:59:31 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-06-21 19:00:48 +0300
commiteeffa8a7f479b0a3260b39923b8a93c2960cc11d (patch)
tree8e934526cdc650e8b5aaee706574ab940b23a816 /release/darwin
parent19488ee125734c616559a6ad94369bc28feddc7e (diff)
macOS: remove blenderplayer.app, don't include Blender Foundation in version
Diffstat (limited to 'release/darwin')
-rw-r--r--release/darwin/blender.app/Contents/Info.plist2
-rw-r--r--release/darwin/blenderplayer.app/Contents/Info.plist51
-rw-r--r--release/darwin/blenderplayer.app/Contents/MacOS/blenderplayer1
-rw-r--r--release/darwin/blenderplayer.app/Contents/PkgInfo1
-rw-r--r--release/darwin/blenderplayer.app/Contents/Resources/blender file icon.icnsbin145836 -> 0 bytes
-rw-r--r--release/darwin/blenderplayer.app/Contents/Resources/blender player icon.icnsbin189097 -> 0 bytes
6 files changed, 1 insertions, 54 deletions
diff --git a/release/darwin/blender.app/Contents/Info.plist b/release/darwin/blender.app/Contents/Info.plist
index 92e8d8cc761..9b09ef0f768 100644
--- a/release/darwin/blender.app/Contents/Info.plist
+++ b/release/darwin/blender.app/Contents/Info.plist
@@ -44,7 +44,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>${MACOSX_BUNDLE_LONG_VERSION_STRING}, Blender Foundation</string>
+ <string>${MACOSX_BUNDLE_LONG_VERSION_STRING}</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSHighResolutionCapable</key>
diff --git a/release/darwin/blenderplayer.app/Contents/Info.plist b/release/darwin/blenderplayer.app/Contents/Info.plist
deleted file mode 100644
index 91eb2d7e84d..00000000000
--- a/release/darwin/blenderplayer.app/Contents/Info.plist
+++ /dev/null
@@ -1,51 +0,0 @@
-<?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>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundleExecutable</key>
- <string>blenderplayer</string>
- <key>CFBundlePackageType</key>
- <string>APPL</string>
- <key>CFBundleSignature</key>
- <string>????</string>
- <key>CFBundleIconFile</key>
- <string>blender player icon.icns</string>
- <key>CFBundleName</key>
- <string>BlenderPlayer</string>
- <key>CFBundleIdentifier</key>
- <string>org.blenderfoundation.blenderplayer</string>
- <key>CFBundleVersion</key>
- <string>${MACOSX_BUNDLE_LONG_VERSION_STRING}, Blender Foundation</string>
- <key>CFBundleShortVersionString</key>
- <string>${MACOSX_BUNDLE_SHORT_VERSION_STRING}</string>
- <key>CFBundleGetInfoString</key>
- <string>${MACOSX_BUNDLE_LONG_VERSION_STRING}, Blender Foundation</string>
- <key>CFBundleDocumentTypes</key>
- <array>
- <dict>
- <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>CFBundleTypeExtensions</key>
- <array>
- <string>blend</string>
- </array>
- <key>CFBundleTypeRole</key>
- <string>Viewer</string>
- <key>LSIsAppleDefaultForType</key>
- <false/>
- </dict>
- </array>
- <key>NSPrincipalClass</key>
- <string>NSApplication</string>
- <key>NSHighResolutionCapable</key>
- <true/>
-</dict>
-</plist>
diff --git a/release/darwin/blenderplayer.app/Contents/MacOS/blenderplayer b/release/darwin/blenderplayer.app/Contents/MacOS/blenderplayer
deleted file mode 100644
index 48cdce85287..00000000000
--- a/release/darwin/blenderplayer.app/Contents/MacOS/blenderplayer
+++ /dev/null
@@ -1 +0,0 @@
-placeholder
diff --git a/release/darwin/blenderplayer.app/Contents/PkgInfo b/release/darwin/blenderplayer.app/Contents/PkgInfo
deleted file mode 100644
index bd04210fb49..00000000000
--- a/release/darwin/blenderplayer.app/Contents/PkgInfo
+++ /dev/null
@@ -1 +0,0 @@
-APPL???? \ No newline at end of file
diff --git a/release/darwin/blenderplayer.app/Contents/Resources/blender file icon.icns b/release/darwin/blenderplayer.app/Contents/Resources/blender file icon.icns
deleted file mode 100644
index 9065f1b359c..00000000000
--- a/release/darwin/blenderplayer.app/Contents/Resources/blender file icon.icns
+++ /dev/null
Binary files differ
diff --git a/release/darwin/blenderplayer.app/Contents/Resources/blender player icon.icns b/release/darwin/blenderplayer.app/Contents/Resources/blender player icon.icns
deleted file mode 100644
index 5eef94afde9..00000000000
--- a/release/darwin/blenderplayer.app/Contents/Resources/blender player icon.icns
+++ /dev/null
Binary files differ