Enable high-DPI ("retina") on OS X

This commit is contained in:
2018-04-06 08:53:37 +02:00
parent 4b881daa5a
commit 7661464bed

View File

@@ -7,7 +7,11 @@
http://developer.apple.com/documentation/MacOSX/Conceptual/BPRuntimeConfig/Articles/PListKeys.html
-->
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSHighResolutionCapable</key>
<string>True</string>
<key>CFBundleIconFile</key>
<string>icon.icns</string>