From cd282189587aa386c25b774fb5c62be1306b1f4e Mon Sep 17 00:00:00 2001 From: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com> Date: Tue, 12 Aug 2025 19:54:00 +0300 Subject: [PATCH] Mac bundle: Enable game mode support --- .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 451aa7fa..69241ab0 100755 --- a/.github/mac-bundle-qt.sh +++ b/.github/mac-bundle-qt.sh @@ -58,6 +58,7 @@ 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 LSSupportsGameMode bool true" 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 1747e2f0..413d7f83 100755 --- a/.github/mac-bundle.sh +++ b/.github/mac-bundle.sh @@ -58,6 +58,7 @@ 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 LSSupportsGameMode bool true" PlistBuddy Alber.app/Contents/Info.plist -c "add LSMinimumSystemVersion string 10.15"