Skip to content

Commit

Permalink
Added Mac entitlement to disable lib validation
Browse files Browse the repository at this point in the history
  • Loading branch information
qstokkink committed Sep 26, 2024
1 parent caffde7 commit 431f07a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/mac/entitlements.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@
<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 431f07a

Please sign in to comment.