Skip to content

Commit

Permalink
build: remove deprecated key from macOS Info.plist
Browse files Browse the repository at this point in the history
Note that the current release binaries don't show incorrect version
numbers anywhere in the GUI, and we haven't reintroduced the issue that
bitcoin#14701 fixed. This is just swapping a deprecated field for a newer
one and removing the additional version number.
  • Loading branch information
fanquake committed Dec 31, 2019
1 parent 35fff5b commit c0bc453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/qt/Info.plist.in
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit c0bc453

Please sign in to comment.