commit b67bc08028a712d6cc6c0089cb65be39909e154d
parent 0e0833e1579554fad7bd5d1e84b00e14dd828194
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date: Sun, 24 Feb 2013 14:12:35 -0800
osx: Compatibility with retina-based macs (hopefully fixes #32)
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dist/osx/Info.plist.in b/dist/osx/Info.plist.in
@@ -22,8 +22,10 @@
<string>????</string>
<key>CFBundleVersion</key>
<string>@VERSION@</string>
+ <key>NSPrincipalClass</key>
+ <string>NSApplication</string>
<key>NSHumanReadableCopyright</key>
- <string>Copyright (c) 2010-2012 Alexander Kojevnikov and contributors</string>
+ <string>Copyright (c) 2010-2013 Alexander Kojevnikov and contributors</string>
<key>LSMinimumSystemVersion</key>
<string>10.5</string>
<key>CFBundleDocumentTypes</key>