From 74fa19bc53cb12b36f11e2aec21e673c8ebcd72d Mon Sep 17 00:00:00 2001
From: Francois Ferrand <thetypz@gmail.com>
Date: Mon, 24 Feb 2014 20:06:00 +0100
Subject: [PATCH] Advertise retina support.
---
src/interface/resources/MacInfo.plist.in | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/interface/resources/MacInfo.plist.in b/src/interface/resources/MacInfo.plist.in
index d21bff4..922ed7d 100644
a
|
b
|
|
30 | 30 | <true/> |
31 | 31 | <key>LSRequiresCarbon</key> |
32 | 32 | <true/> |
| 33 | <key>NSPrincipalClass</key> |
| 34 | <string>NSApplication</string> |
| 35 | <key>NSHighResolutionCapable</key> |
| 36 | <true/> |
33 | 37 | <key>NSHumanReadableCopyright</key> |
34 | 38 | <string>Copyright (C) 2004-2014 Tim Kosse</string> |
35 | 39 | </dict> |