macOS: Disable sudden termination

Since we have the quit confirmation feature, so we explicitly specify
that sudden termination is not supported.
This commit is contained in:
pagedown 2022-01-29 13:41:59 +08:00
parent 953cf26369
commit 81e7e6a356
No known key found for this signature in database
GPG Key ID: E921CF18AC8FF6EB

View File

@ -1048,8 +1048,8 @@ def macos_info_plist() -> bytes:
# App Execution
CFBundleExecutable=appname,
LSEnvironment={'KITTY_LAUNCHED_BY_LAUNCH_SERVICES': '1'},
# Launch Conditions
LSRequiresNativeExecution=True,
NSSupportsSuddenTermination=False,
# Localization
# see https://github.com/kovidgoyal/kitty/issues/1233
CFBundleDevelopmentRegion='English',