Skip to content

Commit c0bc453

Browse files
committed
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 bitcoin#14701 fixed. This is just swapping a deprecated field for a newer one and removing the additional version number.
1 parent 35fff5b commit c0bc453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

share/qt/Info.plist.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<key>CFBundlePackageType</key>
1717
<string>APPL</string>
1818

19-
<key>CFBundleGetInfoString</key>
19+
<key>NSHumanReadableCopyright</key>
2020
<string>@CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@.@CLIENT_VERSION_REVISION@.@CLIENT_VERSION_BUILD@, Copyright © 2009-@COPYRIGHT_YEAR@ @COPYRIGHT_HOLDERS_FINAL@</string>
2121

2222
<key>CFBundleShortVersionString</key>

0 commit comments

Comments
 (0)