From fcab5bf91e9fcebed974c83bbc893e79b28fb51d Mon Sep 17 00:00:00 2001 From: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com> Date: Tue, 12 Aug 2025 19:52:10 +0300 Subject: [PATCH] Mac bundle: Register app as game --- .github/mac-bundle-qt.sh | 1 + .github/mac-bundle.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/mac-bundle-qt.sh b/.github/mac-bundle-qt.sh index 1457700d..451aa7fa 100755 --- a/.github/mac-bundle-qt.sh +++ b/.github/mac-bundle-qt.sh @@ -57,6 +57,7 @@ PlistBuddy Alber.app/Contents/Info.plist -c "add CFBundleInfoDictionaryVersion s PlistBuddy Alber.app/Contents/Info.plist -c "add CFBundleName string Panda3DS" PlistBuddy Alber.app/Contents/Info.plist -c "add CFBundlePackageType string APPL" PlistBuddy Alber.app/Contents/Info.plist -c "add NSHumanReadableCopyright string Copyright 2023 Panda3DS Team" +PlistBuddy Alber.app/Contents/Info.plist -c "add LSApplicationCategoryType string public.app-category.games" PlistBuddy Alber.app/Contents/Info.plist -c "add LSMinimumSystemVersion string 10.15" diff --git a/.github/mac-bundle.sh b/.github/mac-bundle.sh index 32b03e58..1747e2f0 100755 --- a/.github/mac-bundle.sh +++ b/.github/mac-bundle.sh @@ -57,6 +57,7 @@ PlistBuddy Alber.app/Contents/Info.plist -c "add CFBundleInfoDictionaryVersion s PlistBuddy Alber.app/Contents/Info.plist -c "add CFBundleName string Panda3DS" PlistBuddy Alber.app/Contents/Info.plist -c "add CFBundlePackageType string APPL" PlistBuddy Alber.app/Contents/Info.plist -c "add NSHumanReadableCopyright string Copyright 2023 Panda3DS Team" +PlistBuddy Alber.app/Contents/Info.plist -c "add LSApplicationCategoryType string public.app-category.games" PlistBuddy Alber.app/Contents/Info.plist -c "add LSMinimumSystemVersion string 10.15"