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">
5 <!-- AppleScript support -->
6 <key>com.apple.security.automation.apple-events
</key>
8 <!-- Needed for our C++/binary UNO bridge runtime machine code generation: -->
9 <key>com.apple.security.cs.allow-jit
</key>
11 <!-- Needed for our C++/binary UNO bridge runtime machine code generation on old macOS that
12 reject mmap MAP_JIT (macOS <= 10.13?); and for in-process JVM: -->
13 <key>com.apple.security.cs.disable-executable-page-protection
</key>
15 <!-- allow use of third-party plugins/frameworks (aka Java) -->
16 <key>com.apple.security.cs.disable-library-validation
</key>
18 <!-- Allow Base to import data from Address Book -->
19 <key>com.apple.security.personal-information.addressbook
</key>
21 @GET_TASK_ALLOW_ENTITLEMENT@