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.
This commit is contained in:
Nico Weber 2023-09-21 18:43:26 -04:00 committed by Andreas Kling
parent 819a602ee1
commit 43859f07ec
Notes: sideshowbarker 2024-07-17 02:06:40 +09:00

View file

@ -19,5 +19,9 @@
<string>LagomPDFDocument</string>
</dict>
</array>
<key>NSSupportsAutomaticTermination</key>
<true/>
<key>NSSupportsSuddenTermination</key>
<true/>
</dict>
</plist>