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

This commit is contained in:
Thomas Hooge 2018-04-06 08:53:37 +02:00
parent 4b881daa5a
commit 7661464bed
1 changed files with 4 additions and 0 deletions

View File

@ -7,7 +7,11 @@
http://developer.apple.com/documentation/MacOSX/Conceptual/BPRuntimeConfig/Articles/PListKeys.html 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> <key>CFBundleIconFile</key>
<string>icon.icns</string> <string>icon.icns</string>