xemu.entitlements: Add for macOS release signing

This commit is contained in:
Matt Borgerson
2026-01-01 22:10:16 -07:00
committed by mborgerson
parent 33e5c97ab7
commit b46767c7f9

10
xemu.entitlements Normal file
View 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>