From 8bd94b0af34b2014e4bdc37adcccce97542b02dc Mon Sep 17 00:00:00 2001 From: Jens Verwiebe Date: Thu, 13 Dec 2012 12:46:11 +0000 Subject: [PATCH] OSX: add plist key High Resolution Capable --- release/darwin/blender.app/Contents/Info.plist | 2 ++ release/darwin/blenderplayer.app/Contents/Info.plist | 2 ++ 2 files changed, 4 insertions(+) diff --git a/release/darwin/blender.app/Contents/Info.plist b/release/darwin/blender.app/Contents/Info.plist index 064ffe5bc3f..ecea0e3ec76 100644 --- a/release/darwin/blender.app/Contents/Info.plist +++ b/release/darwin/blender.app/Contents/Info.plist @@ -50,5 +50,7 @@ NSPrincipalClass NSApplication + NSHighResolutionCapable + diff --git a/release/darwin/blenderplayer.app/Contents/Info.plist b/release/darwin/blenderplayer.app/Contents/Info.plist index c7b9ceb568e..91eb2d7e84d 100644 --- a/release/darwin/blenderplayer.app/Contents/Info.plist +++ b/release/darwin/blenderplayer.app/Contents/Info.plist @@ -45,5 +45,7 @@ NSPrincipalClass NSApplication + NSHighResolutionCapable +