Compare commits

...

3 Commits

Author SHA1 Message Date
UltraHDR
56cd2e72ef Ensure file remains sorted 2023-01-09 21:40:04 +00:00
UltraHDR
f3db5f7c14 Remove trailing whitespace 2023-01-09 18:07:42 +00:00
UltraHDR
d1be3096af Set LSApplicationCategoryType to games
https://developer.apple.com/documentation/bundleresources/information_property_list/lsapplicationcategorytype
This makes it show up in the Launchpad Games folder
2023-01-09 14:09:34 +00:00

View File

@@ -34,6 +34,8 @@ SPDX-License-Identifier: GPL-2.0-or-later
<string></string>
<key>CSResourcesFileMapped</key>
<true/>
<key>LSApplicationCategoryType</key>
<string>public.app-category.games</string>
<key>LSRequiresCarbon</key>
<true/>
<key>NSHumanReadableCopyright</key>