diff options
author | Brian P. Hinz <bphinz@users.sf.net> | 2020-05-31 11:37:32 -0400 |
---|---|---|
committer | Brian P. Hinz <bphinz@users.sf.net> | 2020-05-31 11:38:39 -0400 |
commit | 10d9a8d9122effd16bdad230dbf634c5e714ca6b (patch) | |
tree | 0a316f859abbf192a26ceb6257e7ea375403c6b8 /release | |
parent | 0a2108b6767fd18d39e5ddaae073a3c2892232ae (diff) | |
download | tigervnc-10d9a8d9122effd16bdad230dbf634c5e714ca6b.tar.gz tigervnc-10d9a8d9122effd16bdad230dbf634c5e714ca6b.zip |
Update Info.plist copyright, added recommended key.
Diffstat (limited to 'release')
-rw-r--r-- | release/Info.plist.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/release/Info.plist.in b/release/Info.plist.in index b60421c2..6744948e 100644 --- a/release/Info.plist.in +++ b/release/Info.plist.in @@ -4,12 +4,14 @@ <dict> <key>CFBundleDevelopmentRegion</key> <string>English</string> + <key>CFBundleDisplayName</key> + <string>TigerVNC Viewer</string> <key>CFBundleExecutable</key> <string>TigerVNC Viewer</string> <key>NSHighResolutionCapable</key> <string>False</string> <key>CFBundleGetInfoString</key> - <string>@VERSION@, Copyright © 1998-2011 [many holders]</string> + <string>@VERSION@, Copyright © 1998-2020 [many holders]</string> <key>CFBundleIconFile</key> <string>tigervnc.icns</string> <key>CFBundleIdentifier</key> @@ -29,6 +31,6 @@ <key>LSRequiresCarbon</key> <true/> <key>NSHumanReadableCopyright</key> - <string>Copyright © 1998-2011 [many holders]</string> + <string>Copyright © 1998-2020 [many holders]</string> </dict> </plist> |