From a4d53499ff5a830c2dd4070d6328cd2d8791b58d Mon Sep 17 00:00:00 2001 From: duanemoody Date: Sun, 20 Apr 2014 16:01:33 -0700 Subject: [PATCH] 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. --- src/main/Info.plist | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/Info.plist b/src/main/Info.plist index 9f2074c20..4fe9edc71 100644 --- a/src/main/Info.plist +++ b/src/main/Info.plist @@ -44,6 +44,9 @@ QupZilla CFBundleDisplayName QupZilla + + LSApplicationCategoryType + public.app-category.productivity NSPrincipalClass NSApplication