Add application category for OSX

In "View by Category" without this metadata the app gets sorted into "Other" at the bottom.
This commit is contained in:
duanemoody 2014-03-31 10:46:53 -07:00
parent db3a5e4151
commit 1204945742
1 changed files with 3 additions and 0 deletions

View File

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