From f90804c78f2a31c0aee354dd8826ab3a9bbc23b5 Mon Sep 17 00:00:00 2001 From: Stan Date: Fri, 7 Aug 2026 13:35:13 +0200 Subject: [PATCH] Add macOS hint for game mode. --- source/tools/dist/build-osx-bundle.py | 1 + 1 file changed, 1 insertion(+) diff --git a/source/tools/dist/build-osx-bundle.py b/source/tools/dist/build-osx-bundle.py index 0e4f50684a..21c50b2ed3 100755 --- a/source/tools/dist/build-osx-bundle.py +++ b/source/tools/dist/build-osx-bundle.py @@ -137,6 +137,7 @@ with open(BUNDLE_CONTENTS + "/Info.plist", "wb") as f: "CFBundleDevelopmentRegion": "English", "CFBundleInfoDictionaryVersion": "6.0", "CFBundleIconFile": "0ad", + "LSApplicationCategoryType": "public.app-category.strategy-games", "LSHasLocalizedDisplayName": True, "LSMinimumSystemVersion": BUNDLE_MIN_OSX_VERSION, "NSHumanReadableCopyright": f"Copyright © {datetime.now(tz=UTC).year} Wildfire Games",