Revert "Add entitlements file for hardening and notarizing Gramps.app."

This reverts commit e72695ca90.
I'd already added the correct version of the file.
This commit is contained in:
John Ralls 2019-08-17 17:39:06 -07:00
parent e72695ca90
commit ed02e39d5d

View File

@ -1,13 +0,0 @@
<?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>