2026-01-06 21:31:04 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
|
|
|
<plist version="1.0">
|
|
|
|
|
<dict>
|
|
|
|
|
<!--
|
|
|
|
|
Intentionally NOT sandboxed. This app is distributed outside the Mac App Store.
|
|
|
|
|
Do not add com.apple.security.app-sandbox.
|
|
|
|
|
|
|
|
|
|
These entitlements are commonly required for WKWebView/WebKit JIT behavior
|
|
|
|
|
under hardened runtime.
|
|
|
|
|
-->
|
|
|
|
|
<key>com.apple.security.cs.allow-jit</key>
|
|
|
|
|
<true/>
|
|
|
|
|
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
|
|
|
|
|
<true/>
|
|
|
|
|
<key>com.apple.security.cs.disable-executable-page-protection</key>
|
|
|
|
|
<true/>
|
|
|
|
|
<key>com.apple.security.cs.disable-library-validation</key>
|
|
|
|
|
<true/>
|
2026-03-16 05:18:22 +08:00
|
|
|
<key>com.apple.security.device.audio-input</key>
|
|
|
|
|
<true/>
|
2026-01-06 21:31:04 +02:00
|
|
|
</dict>
|
|
|
|
|
</plist>
|