Browse Source

MacOS package: Added NSHighResolutionCapable tag to Info.plist

With the flag the application will start enable the high resolution
display. I tested this on a Macbook Pro with a High Resolution Display.
The fonts are better to read.
tags/v1.7.90
Friedrich Beckmann 7 years ago
parent
commit
6c0181c6f7
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      release/Info.plist.in

+ 2
- 0
release/Info.plist.in View File

@@ -6,6 +6,8 @@
<string>English</string>
<key>CFBundleExecutable</key>
<string>TigerVNC Viewer</string>
<key>NSHighResolutionCapable</key>
<string>True</string>
<key>CFBundleGetInfoString</key>
<string>@VERSION@, Copyright © 1998-2011 [many holders]</string>
<key>CFBundleIconFile</key>

Loading…
Cancel
Save