Browse Source

Add application category for OSX

In "View by Category" without this metadata the app gets sorted into "Other" at the bottom.
pull/145/head
duanemoody 10 years ago
parent
commit
1204945742
  1. 3
      share/qt/Info.plist.in

3
share/qt/Info.plist.in

@ -90,5 +90,8 @@
<key>NSHighResolutionCapable</key>
<string>True</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.finance</string>
</dict>
</plist>

Loading…
Cancel
Save