From 18454906cfc2e096ec9ae8ec58250abd81281cd6 Mon Sep 17 00:00:00 2001 From: UltraHDR <108294295+UltraHDR@users.noreply.github.com> Date: Tue, 10 Jan 2023 11:34:42 +0000 Subject: [PATCH] Set LSApplicationCategoryType to games https://developer.apple.com/documentation/bundleresources/information_property_list/lsapplicationcategorytype This makes it show up in the Launchpad Games folder --- Source/Core/DolphinQt/Info.plist.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/Core/DolphinQt/Info.plist.in b/Source/Core/DolphinQt/Info.plist.in index 2f5a108cb3..93c2266280 100644 --- a/Source/Core/DolphinQt/Info.plist.in +++ b/Source/Core/DolphinQt/Info.plist.in @@ -47,6 +47,8 @@ ${DOLPHIN_VERSION_MAJOR}.${DOLPHIN_VERSION_MINOR} NSHumanReadableCopyright Licensed under GPL version 2 or later (GPLv2+) + LSApplicationCategoryType + public.app-category.games LSMinimumSystemVersion ${CMAKE_OSX_DEPLOYMENT_TARGET} NSHighResolutionCapable