Skip to content

Commit

Permalink
Added Mac entitlement to disable lib validation (#8180)
Browse files Browse the repository at this point in the history
  • Loading branch information
qstokkink authored Sep 26, 2024
2 parents 1cb306c + 431f07a commit 7339d5f
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 7339d5f

Please sign in to comment.