Send various state changes to LOK
[LibreOffice.git] / hardened_runtime.xcent.in
blob2bbcda34f18c33c07e36695a9621d7a65a8e25fe
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5 <!-- AppleScript support -->
6 <key>com.apple.security.automation.apple-events</key>
7 <true/>
8 <!-- Needed for our runtime machine code generation -->
9 <key>com.apple.security.cs.allow-jit</key>
10 <true/>
11 <!-- allow use of third-party plugins/frameworks (aka Java) -->
12 <key>com.apple.security.cs.disable-library-validation</key>
13 <true/>
14 @GET_TASK_ALLOW_ENTITLEMENT@
15 </dict>
16 </plist>