aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Schmidt <git@ryandesign.com>2023-08-11 21:09:22 -0500
committerGitHub <noreply@github.com>2023-08-11 21:09:22 -0500
commit79ba5ca7c2863fd1e9de082cad202cf06c22ba49 (patch)
tree15f230105eb7543537b39ba4f4f679de8d18a694
parent094496e7db04af7119c7a27d61a72161ceb2c5cc (diff)
downloadtigervnc-79ba5ca7c2863fd1e9de082cad202cf06c22ba49.tar.gz
tigervnc-79ba5ca7c2863fd1e9de082cad202cf06c22ba49.zip
Make NSHighResolutionCapable a Boolean in Info.plist.in
-rw-r--r--release/Info.plist.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/Info.plist.in b/release/Info.plist.in
index 734ff49d..a6af9b6f 100644
--- a/release/Info.plist.in
+++ b/release/Info.plist.in
@@ -9,7 +9,7 @@
<key>CFBundleExecutable</key>
<string>TigerVNC Viewer</string>
<key>NSHighResolutionCapable</key>
- <string>False</string>
+ <false/>
<key>CFBundleGetInfoString</key>
<string>@VERSION@, Copyright © 1998-2023 [many holders]</string>
<key>CFBundleIconFile</key>