Add macOS hint for game mode.
Some checks failed
checkrefs / lfscheck (push) Has been cancelled
checkrefs / checkrefs (push) Has been cancelled
lint / cppcheck (push) Has been cancelled
lint / copyright (push) Has been cancelled
lint / jenkinsfiles (push) Has been cancelled
pre-commit / build (push) Has been cancelled

This commit is contained in:
Stan 2026-08-07 13:35:13 +02:00
parent d6bdf51d83
commit f90804c78f
No known key found for this signature in database
GPG key ID: 244943DFF8370D60

View file

@ -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",