diff options
author | UltraHDR <108294295+UltraHDR@users.noreply.github.com> | 2023-01-10 21:09:52 +0000 |
---|---|---|
committer | Nadia Holmquist Pedersen <nadia@nhp.sh> | 2023-01-20 12:17:41 +0100 |
commit | 00edeb3c3c053bc2b3c9ac83e33688626498f2cc (patch) | |
tree | 6fe2d6d7f3818a653233bd559f06ef1f0e30ce3f /res | |
parent | 35f4e504f1de3e21da4d29163f510e84860668ad (diff) |
Set LSApplicationCategoryType to games
https://developer.apple.com/documentation/bundleresources/information_property_list/lsapplicationcategorytype
Adds it to the games folder in the macOS Launchpad
Diffstat (limited to 'res')
-rw-r--r-- | res/melon.plist.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/melon.plist.in b/res/melon.plist.in index 1804d9e..2dd219f 100644 --- a/res/melon.plist.in +++ b/res/melon.plist.in @@ -16,6 +16,8 @@ <string>${melonDS_VERSION}</string> <key>CFBundleShortVersionString</key> <string>${melonDS_VERSION}</string> + <key>LSApplicationCategoryType</key> + <string>public.app-category.games</string> <key>NSHumanReadableCopyright</key> <string>Licensed under GPLv3</string> <key>NSPrincipalClass</key> |