Set LSApplicationCategoryType to games

https://developer.apple.com/documentation/bundleresources/information_property_list/lsapplicationcategorytype
This makes it show up in the Launchpad Games folder
This commit is contained in:
UltraHDR
2023-01-09 14:09:34 +00:00
committed by GitHub
parent 948ac976d1
commit d1be3096af

View File

@@ -42,5 +42,7 @@ SPDX-License-Identifier: GPL-2.0-or-later
<string>NSApplication</string>
<key>NSHighResolutionCapable</key>
<string>True</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.games</string>
</dict>
</plist>