mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-06 01:05:48 +02:00
macOS: Bump the minimum required macOS version to Catalina released five years ago.
Catalina is actually already EOL as of July 2022 but we dont need anything from newer releases that isn't detected at runtime. Going to Catalina allows us to use a better format for the generated DMG (UMNO instead of ULFO which compresses better).
This commit is contained in:
2
setup.py
2
setup.py
@@ -1588,7 +1588,7 @@ def macos_info_plist() -> bytes:
|
||||
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
|
||||
LSMinimumSystemVersion='10.12.0',
|
||||
LSMinimumSystemVersion='10.15.0',
|
||||
# Categorization
|
||||
CFBundlePackageType='APPL',
|
||||
CFBundleSignature='????',
|
||||
|
||||
Reference in New Issue
Block a user