diff options
author | Friedrich Beckmann <friedrich.beckmann@gmx.de> | 2016-10-25 17:58:21 +0200 |
---|---|---|
committer | Friedrich Beckmann <friedrich.beckmann@gmx.de> | 2016-10-25 17:58:21 +0200 |
commit | 6c0181c6f7241eaa9b19417c1729af463677c434 (patch) | |
tree | 5606ab6dc9cc72996a86b7fd3952d5bcc1bcb4f4 /release | |
parent | feca443157346428fea4c9b92ce75ffc7c04d01d (diff) | |
download | tigervnc-6c0181c6f7241eaa9b19417c1729af463677c434.tar.gz tigervnc-6c0181c6f7241eaa9b19417c1729af463677c434.zip |
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.
Diffstat (limited to 'release')
-rw-r--r-- | release/Info.plist.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/release/Info.plist.in b/release/Info.plist.in index ae4fe009..c390ad6c 100644 --- a/release/Info.plist.in +++ b/release/Info.plist.in @@ -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> |