mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-08-31 14:45:59 +00:00
Mac bundle: Enable game mode support
This commit is contained in:
parent
fcab5bf91e
commit
cd28218958
2 changed files with 2 additions and 0 deletions
1
.github/mac-bundle-qt.sh
vendored
1
.github/mac-bundle-qt.sh
vendored
|
@ -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"
|
||||
|
||||
|
|
1
.github/mac-bundle.sh
vendored
1
.github/mac-bundle.sh
vendored
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue