changeset 583:0302262fe3c0

Provisionally add HiDPI feature
author Chris Cannam
date Mon, 08 Jul 2013 14:46:35 +0100
parents 73d0c760de5c
children a6e815754782
files deploy/osx/Info.plist
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/deploy/osx/Info.plist	Thu May 16 16:16:59 2013 +0100
+++ b/deploy/osx/Info.plist	Mon Jul 08 14:46:35 2013 +0100
@@ -15,6 +15,13 @@
 	<key>CFBundleShortVersionString</key>
 	<string>SV_VERSION</string>
 	<key>CFBundleDocumentTypes</key>
+
+	<!-- enable HiDPI -->
+	<key>NSPrincipalClass</key>
+	<string>NSApplication</string>
+	<key>NSHighResolutionCapable</key>
+	<string>True</string>
+
 	<array>
 		<!-- we are an 'editor' of SV files -->
 		<dict>