From d16288a2a87f0979df30ba69d4fe10660177b6ac Mon Sep 17 00:00:00 2001 From: UltraHDR <108294295+UltraHDR@users.noreply.github.com> Date: Tue, 10 Jan 2023 21:49:46 +0000 Subject: [PATCH] Set LSApplicationCategoryType to games (#4257) https://developer.apple.com/documentation/bundleresources/information_property_list/lsapplicationcategorytype Makes it auto-add to the macOS Launchpad games folder --- distribution/macos/Info.plist | 2 ++ 1 file changed, 2 insertions(+) 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>