An entitlements plist for codesigning Gramps.
Python is an interpreter and therefore needs to create executable memory. Since it doesn't know how to sign that memory it requires the allow-unsigned-executable-memory entitlement to run in a hardened runtime. One must apply this entitlement to both Gramps.app and Gramps.app/Contents/MacOS/dot when codesigning them.
This commit is contained in:
parent
ff6d9a0936
commit
40a81ae8eb
8
mac/release.entitlements.plist
Normal file
8
mac/release.entitlements.plist
Normal file
@ -0,0 +1,8 @@
|
||||
<?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-unsigned-executable-memory</key><true/>
|
||||
</dict>
|
||||
</plist>
|
Loading…
Reference in New Issue
Block a user