diff options
author | fanquake <fanquake@gmail.com> | 2019-12-03 15:49:41 -0500 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2019-12-31 21:39:05 +0300 |
commit | c0bc453135b3f549f800545075cb7bdb310c3ad4 (patch) | |
tree | 8633ffdeb94a5a2c6092a6dcaf7258587da71cc3 /share | |
parent | 35fff5be60e853455abc24713481544e91adfedb (diff) |
build: remove deprecated key from macOS Info.plist
Note that the current release binaries don't show incorrect version
numbers anywhere in the GUI, and we haven't reintroduced the issue that
#14701 fixed. This is just swapping a deprecated field for a newer
one and removing the additional version number.
Diffstat (limited to 'share')
-rw-r--r-- | share/qt/Info.plist.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qt/Info.plist.in b/share/qt/Info.plist.in index 275078c88d..3befba3425 100644 --- a/share/qt/Info.plist.in +++ b/share/qt/Info.plist.in @@ -16,7 +16,7 @@ <key>CFBundlePackageType</key> <string>APPL</string> - <key>CFBundleGetInfoString</key> + <key>NSHumanReadableCopyright</key> <string>@CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@.@CLIENT_VERSION_REVISION@.@CLIENT_VERSION_BUILD@, Copyright © 2009-@COPYRIGHT_YEAR@ @COPYRIGHT_HOLDERS_FINAL@</string> <key>CFBundleShortVersionString</key> |