diff deploy/osx/Info.plist @ 581:9e8d1f0f5066 with-dependencies

Provisionally add HiDPI feature
author Chris Cannam
date Mon, 08 Jul 2013 14:44:16 +0100
parents 44741262c2e0
children 41684d0b0663
line wrap: on
line diff
--- a/deploy/osx/Info.plist	Thu May 16 14:35:31 2013 +0100
+++ b/deploy/osx/Info.plist	Mon Jul 08 14:44:16 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>