mirror of
https://github.com/mborgerson/xemu.git
synced 2026-02-04 09:15:40 +00:00
xemu.entitlements: Add for macOS release signing
This commit is contained in:
committed by
mborgerson
parent
33e5c97ab7
commit
b46767c7f9
10
xemu.entitlements
Normal file
10
xemu.entitlements
Normal file
@ -0,0 +1,10 @@
|
||||
<?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>
|
||||
<true/>
|
||||
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
||||
Reference in New Issue
Block a user