gramps/mac/release.entitlements.xml

14 lines
616 B
XML

<?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>
<key>com.apple.security.cs.allow-jit</key><false/>
<key>com.apple.security.cs.disable-library-validation</key><false/>
<key>com.apple.security.cs.allow-unsigned-executable-memory</key><false/>
<key>com.apple.security.cs.disable-executable-page-protection</key><false/>
<key>com.apple.security.cs.allow-dyld-environment-variables</key><true/>
<key>com.apple.seciruty.cs.get-task-allow</key><false/>
</dict>
</plist>