diff options
author | UltraHDR <108294295+UltraHDR@users.noreply.github.com> | 2023-01-10 21:49:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-10 21:49:46 +0000 |
commit | d16288a2a87f0979df30ba69d4fe10660177b6ac (patch) | |
tree | f3b23bff64288d9e82e226f1176e624b33b70295 | |
parent | 600f86dc7b93b24c85f4ad22d2f6a5f2f3556213 (diff) |
Set LSApplicationCategoryType to games (#4257)1.1.535
https://developer.apple.com/documentation/bundleresources/information_property_list/lsapplicationcategorytype
Makes it auto-add to the macOS Launchpad games folder
-rw-r--r-- | distribution/macos/Info.plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/distribution/macos/Info.plist b/distribution/macos/Info.plist index c3e1e08e..6c3f7717 100644 --- a/distribution/macos/Info.plist +++ b/distribution/macos/Info.plist @@ -40,6 +40,8 @@ <true/> <key>NSHumanReadableCopyright</key> <string>Copyright © 2018 - 2022 Ryujinx Team and Contributors.</string> + <key>LSApplicationCategoryType</key> + <string>public.app-category.games</string> <key>LSMinimumSystemVersion</key> <string>11.0</string> </dict> |