From 86251329d0db4c331ecee144599b9cf5790dc310 Mon Sep 17 00:00:00 2001 From: Jens Verwiebe Date: Fri, 7 Sep 2012 15:44:20 +0000 Subject: 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 --- source/darwin/blender.app/Contents/Info.plist | 2 ++ source/darwin/blenderplayer.app/Contents/Info.plist | 12 ++++-------- 2 files changed, 6 insertions(+), 8 deletions(-) (limited to 'source/darwin') 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 @@ OMP_NUM_THREADS 4 + NSPrincipalClass + NSApplication 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 @@ - - + + CFBundleInfoDictionaryVersion 6.0 - CFBundleExecutable blenderplayer - CFBundlePackageType APPL CFBundleSignature ???? - CFBundleIconFile blender player icon.icns - CFBundleName BlenderPlayer CFBundleIdentifier org.blenderfoundation.blenderplayer - CFBundleVersion ${MACOSX_BUNDLE_LONG_VERSION_STRING}, Blender Foundation CFBundleShortVersionString ${MACOSX_BUNDLE_SHORT_VERSION_STRING} CFBundleGetInfoString ${MACOSX_BUNDLE_LONG_VERSION_STRING}, Blender Foundation - CFBundleDocumentTypes @@ -49,5 +43,7 @@ + NSPrincipalClass + NSApplication -- cgit v1.2.3