summaryrefslogtreecommitdiff
path: root/misc/dist/osx_tools.app/Contents
diff options
context:
space:
mode:
authorbruvzg <7645683+bruvzg@users.noreply.github.com>2021-06-14 14:21:41 +0300
committerbruvzg <7645683+bruvzg@users.noreply.github.com>2021-06-14 14:28:34 +0300
commitcb480376d874c23bc9eef449109b68e7f7d9968e (patch)
treea8b96a009a0a212aa3ab9e9c5f0aade00ffd9d6e /misc/dist/osx_tools.app/Contents
parent12e0f10c74e9619262f1edcfdc1840432ada0565 (diff)
Add LSApplicationCategoryType to the template and export dialog.
Diffstat (limited to 'misc/dist/osx_tools.app/Contents')
-rw-r--r--misc/dist/osx_tools.app/Contents/Info.plist2
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/dist/osx_tools.app/Contents/Info.plist b/misc/dist/osx_tools.app/Contents/Info.plist
index 1c682f339f..8e70d4c203 100644
--- a/misc/dist/osx_tools.app/Contents/Info.plist
+++ b/misc/dist/osx_tools.app/Contents/Info.plist
@@ -38,6 +38,8 @@
</array>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
+ <key>LSApplicationCategoryType</key>
+ <string>public.app-category.developer-tools</string>
<key>LSMinimumSystemVersion</key>
<string>10.12</string>
<key>LSMinimumSystemVersionByArchitecture</key>