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:
authorJens Verwiebe <info@jensverwiebe.de>2012-09-07 19:44:20 +0400
committerJens Verwiebe <info@jensverwiebe.de>2012-09-07 19:44:20 +0400
commit86251329d0db4c331ecee144599b9cf5790dc310 (patch)
tree113acda57515054d154f357549d78a9cea8f7ac7 /source/darwin
parenta9105a7deaccbd98c4e994d8f0f041bef4179bfa (diff)
initial retina support for osx \ to take effect you must perhaps logout/in \i prefer in terminal: /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister -v -f
Diffstat (limited to 'source/darwin')
-rw-r--r--source/darwin/blender.app/Contents/Info.plist2
-rw-r--r--source/darwin/blenderplayer.app/Contents/Info.plist12
2 files changed, 6 insertions, 8 deletions
diff --git a/source/darwin/blender.app/Contents/Info.plist b/source/darwin/blender.app/Contents/Info.plist
index 37920dc8181..064ffe5bc3f 100644
--- a/source/darwin/blender.app/Contents/Info.plist
+++ b/source/darwin/blender.app/Contents/Info.plist
@@ -48,5 +48,7 @@
<key>OMP_NUM_THREADS</key>
<string>4</string>
</dict>
+ <key>NSPrincipalClass</key>
+ <string>NSApplication</string>
</dict>
</plist>
diff --git a/source/darwin/blenderplayer.app/Contents/Info.plist b/source/darwin/blenderplayer.app/Contents/Info.plist
index 54364d18866..c7b9ceb568e 100644
--- a/source/darwin/blenderplayer.app/Contents/Info.plist
+++ b/source/darwin/blenderplayer.app/Contents/Info.plist
@@ -1,33 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
-<plist version="0.9">
+<!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>
@@ -49,5 +43,7 @@
<false/>
</dict>
</array>
+ <key>NSPrincipalClass</key>
+ <string>NSApplication</string>
</dict>
</plist>