Skip to content

Commit

Permalink
Add proper entitlements for macos app
Browse files Browse the repository at this point in the history
  • Loading branch information
Exidex committed Aug 25, 2024
1 parent feb61ec commit 4ca19c9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions assets/macos/entitlements.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,12 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<!-- openssl, maybe more -->
<key>com.apple.security.cs.disable-library-validation</key>
<true/>

<!-- v8 -->
<key>com.apple.security.cs.allow-jit</key>
<true/>
</dict>
</plist>

0 comments on commit 4ca19c9

Please sign in to comment.