From 953cf263693113366fbf55f33abafc7263675f22 Mon Sep 17 00:00:00 2001 From: pagedown Date: Sat, 29 Jan 2022 13:37:21 +0800 Subject: [PATCH] macOS: Fix info plist structure version Set the InfoDictionary version explicitly, hopefully the behavior will be unchanged when the default version is upgraded. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f931b94bf..0a83e2ed0 100755 --- a/setup.py +++ b/setup.py @@ -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