1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 01:22:10 +01:00

Add application category for OS X

Because /Applications is typically not subfoldered (updaters don't like it when it is) OS X has had a separate view option View --> Arrange By --> Application Category which simplifies viewing apps. Unfortunately if LSApplicationCategoryType is missing from the app's info.plist, the app will be sorted into "Other" at the bottom. public.app-category.productivity is the category for web browsers.
This commit is contained in:
duanemoody 2014-04-20 16:01:33 -07:00
parent 028db62be0
commit a4d53499ff

View File

@ -44,6 +44,9 @@
<string>QupZilla</string>
<key>CFBundleDisplayName</key>
<string>QupZilla</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.productivity</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>