From 406383a02e3b54b34e68f34a2be0594963cf0d80 Mon Sep 17 00:00:00 2001
From: UltraHDR <108294295+UltraHDR@users.noreply.github.com>
Date: Tue, 10 Jan 2023 21:08:10 +0000
Subject: [PATCH] macOS: Set LSApplicationCategoryType to games
https://developer.apple.com/documentation/bundleresources/information_property_list/lsapplicationcategorytype
macOS will auto-add it to the agmes folder in macOS Launchpad
---
macosx/Snes9x/Info.plist | 2 ++
1 file changed, 2 insertions(+)
diff --git a/macosx/Snes9x/Info.plist b/macosx/Snes9x/Info.plist
index 6eea3264..c35132da 100644
--- a/macosx/Snes9x/Info.plist
+++ b/macosx/Snes9x/Info.plist
@@ -177,6 +177,8 @@
$(MARKETING_VERSION)
CFBundleVersion
1
+ LSApplicationCategoryType
+ public.app-category.games
LSMinimumSystemVersion
$(MACOSX_DEPLOYMENT_TARGET)
NSMainNibFile