Skip to content

Commit 87ff566

Browse files
UdjinM6codablock
authored andcommitted
Update/modernize macOS plist (#3074)
* Use 4-digit version numbers for macOS bundles * Drop deprecated CFBundleGetInfoString and use NSHumanReadableCopyright instead
1 parent 2141d5f commit 87ff566

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

share/qt/Info.plist.in

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,11 @@
1616
<key>CFBundlePackageType</key>
1717
<string>APPL</string>
1818

19-
<key>CFBundleGetInfoString</key>
20-
<string>@CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@.@CLIENT_VERSION_REVISION@.@CLIENT_VERSION_BUILD@, Copyright © 2009-@COPYRIGHT_YEAR@ The Bitcoin Core developers, 2014-@COPYRIGHT_YEAR@ @COPYRIGHT_HOLDERS_FINAL@</string>
21-
2219
<key>CFBundleShortVersionString</key>
23-
<string>@CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@.@CLIENT_VERSION_REVISION@</string>
20+
<string>@CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@.@CLIENT_VERSION_REVISION@.@CLIENT_VERSION_BUILD@</string>
2421

2522
<key>CFBundleVersion</key>
26-
<string>@CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@.@CLIENT_VERSION_REVISION@</string>
23+
<string>@CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@.@CLIENT_VERSION_REVISION@.@CLIENT_VERSION_BUILD@</string>
2724

2825
<key>CFBundleSignature</key>
2926
<string>????</string>
@@ -100,6 +97,9 @@
10097
<key>NSRequiresAquaSystemAppearance</key>
10198
<string>True</string>
10299

100+
<key>NSHumanReadableCopyright</key>
101+
<string>Copyright © 2009-@COPYRIGHT_YEAR@ The Bitcoin Core developers, 2014-@COPYRIGHT_YEAR@ @COPYRIGHT_HOLDERS_FINAL@</string>
102+
103103
<key>LSApplicationCategoryType</key>
104104
<string>public.app-category.finance</string>
105105
</dict>

0 commit comments

Comments
 (0)