build: macos bundle plist add hint to tell mac os its not allowed to kill the process

based on https://github.com/input-leap/input-leap/pull/2115"
This commit is contained in:
sithlord48
2025-01-08 16:19:24 -05:00
committed by Nick Bolton
parent 4b6d0059c5
commit 692860f9e9

View File

@ -30,5 +30,9 @@
<true/>
<key>NSHumanReadableCopyright</key>
<string>@BUNDLE_COPYRIGHT@</string>
<!-- Don't Allow Os to kill for memory -->
<key>NSSupportsSuddenTermination</key>
<false/>
</dict>
</plist>