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

master
Thomas Hooge 6 years ago
parent 4b881daa5a
commit 7661464bed
  1. 4
      share/macx_bundle/Info.plist

@ -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>