merge bitcoin-core/gui#418: fix bitcoin-qt app categorization on apple silicon

This commit is contained in:
Kittywhiskers Van Gogh 2021-09-04 18:44:39 -04:00
parent 594177d5fe
commit fa2f7acc2a
No known key found for this signature in database
GPG Key ID: 30CD0C065E5C4AAD

View File

@ -16,6 +16,11 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>@CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@.@CLIENT_VERSION_BUILD@</string> <string>@CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@.@CLIENT_VERSION_BUILD@</string>