Skip to content

Commit

Permalink
fix: fix open crash for MacOS Cataline
Browse files Browse the repository at this point in the history
  • Loading branch information
KillingJacky committed Apr 10, 2020
1 parent 50619c6 commit 14cabf7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/entitlements.mac.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
<!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/>
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
</dict>
</plist>

0 comments on commit 14cabf7

Please sign in to comment.