Skip to content

Commit

Permalink
Update Mac entitlements following official docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume committed Oct 20, 2022
1 parent 2dd0ed4 commit c649a5e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/desktop/build-res/entitlements.mac.plist
Expand Up @@ -2,7 +2,9 @@
<!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>
<key>com.apple.security.cs.allow-jit</key>
<true/>
<key>com.apple.security.cs.debugger</key>
<true/>
</dict>
</plist>

0 comments on commit c649a5e

Please sign in to comment.