Skip to content

Commit

Permalink
Merge pull request #13199 from kidroca/kidroca/fix/desktop-building-jit
Browse files Browse the repository at this point in the history
Fix Desktop local builds on Apple Silicon MacBooks
  • Loading branch information
danieldoglas authored Dec 1, 2022
2 parents a559ccc + 36b3a93 commit c360a6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions desktop/entitlements.mac.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,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>
Expand Down

0 comments on commit c360a6e

Please sign in to comment.