mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-08-15 14:43:32 -07:00
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
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:
parent
d6bdf51d83
commit
f90804c78f
1 changed files with 1 additions and 0 deletions
1
source/tools/dist/build-osx-bundle.py
vendored
1
source/tools/dist/build-osx-bundle.py
vendored
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue