Skip to content

Commit

Permalink
Add application category for OSX
Browse files Browse the repository at this point in the history
In "View by Category" without this metadata the app gets sorted into "Other" at the bottom.
  • Loading branch information
duanemoody committed Mar 31, 2014
1 parent db3a5e4 commit 1204945
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions share/qt/Info.plist.in
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,8 @@

<key>NSHighResolutionCapable</key>
<string>True</string>

<key>LSApplicationCategoryType</key>
<string>public.app-category.finance</string>
</dict>
</plist>

0 comments on commit 1204945

Please sign in to comment.