Skip to content

Commit

Permalink
merge bitcoin-core/gui#418: fix bitcoin-qt app categorization on appl…
Browse files Browse the repository at this point in the history
…e silicon
  • Loading branch information
kwvg committed Oct 25, 2024
1 parent 594177d commit fa2f7ac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions share/qt/Info.plist.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>

<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>

<key>CFBundleShortVersionString</key>
<string>@CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@.@CLIENT_VERSION_BUILD@</string>

Expand Down

0 comments on commit fa2f7ac

Please sign in to comment.