diff options
| author | fanquake <[email protected]> | 2019-12-03 15:49:41 -0500 |
|---|---|---|
| committer | fanquake <[email protected]> | 2019-12-31 21:39:05 +0300 |
| commit | c0bc453135b3f549f800545075cb7bdb310c3ad4 (patch) | |
| tree | 8633ffdeb94a5a2c6092a6dcaf7258587da71cc3 | |
| parent | Merge #17825: doc: Update dependencies.md (diff) | |
| download | discoin-c0bc453135b3f549f800545075cb7bdb310c3ad4.tar.xz discoin-c0bc453135b3f549f800545075cb7bdb310c3ad4.zip | |
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.
| -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 275078c88..3befba342 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> |