macOS: Fix info plist structure version

Set the InfoDictionary version explicitly, hopefully the behavior will
be unchanged when the default version is upgraded.
This commit is contained in:
pagedown 2022-01-29 13:37:21 +08:00
parent 7649e2f3ea
commit 953cf26369
No known key found for this signature in database
GPG Key ID: E921CF18AC8FF6EB

View File

@ -1035,7 +1035,7 @@ def macos_info_plist() -> bytes:
# Bundle Version Info
CFBundleVersion=VERSION,
CFBundleShortVersionString=VERSION,
CFBundleInfoDictionaryVersion=VERSION,
CFBundleInfoDictionaryVersion='6.0',
NSHumanReadableCopyright=time.strftime('Copyright %Y, Kovid Goyal'),
CFBundleGetInfoString='kitty - The fast, feature-rich, GPU based terminal emulator. https://sw.kovidgoyal.net/kitty/',
# Operating System Version