From 43859f07ec81476c890e53fbcd085afb00964442 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Thu, 21 Sep 2023 18:43:26 -0400 Subject: [PATCH] MacPDF: Opt in to both automatic and sudden termination Automatic termination means that the app no longer shows up as opened in the doc when the last Window is closed, but it's actually still running and opens immediately when clicked again. Sudden termination means that the app can close quickly on logout. I think it means the runtime just calls _exit() and assumes all data is saved continuously. --- Meta/Lagom/Contrib/MacPDF/Info.plist | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Meta/Lagom/Contrib/MacPDF/Info.plist b/Meta/Lagom/Contrib/MacPDF/Info.plist index 75e16c7e03..a6a9233d6c 100644 --- a/Meta/Lagom/Contrib/MacPDF/Info.plist +++ b/Meta/Lagom/Contrib/MacPDF/Info.plist @@ -19,5 +19,9 @@ LagomPDFDocument + NSSupportsAutomaticTermination + + NSSupportsSuddenTermination +