Skip to content

Commit

Permalink
Update mac signing
Browse files Browse the repository at this point in the history
NathanaelA committed May 1, 2024
1 parent 4c4339b commit 539fcc3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion build/entitlements.mac.plist
Original file line number Diff line number Diff line change
@@ -2,7 +2,13 @@
<!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.allow-dyld-environment-variables</key>
<true/>
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
</dict>
</plist>
</plist>

0 comments on commit 539fcc3

Please sign in to comment.