We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd9aeb7 commit 8343acbCopy full SHA for 8343acb
build/azure-pipelines/darwin/server-entitlements.plist
@@ -3,6 +3,10 @@
3
<plist version="1.0">
4
<dict>
5
<key>com.apple.security.cs.allow-jit</key>
6
- <true/>
+ <true/>
7
+ <key>com.apple.security.cs.allow-unsigned-executable-memory</key>
8
9
+ <key>com.apple.security.cs.disable-library-validation</key>
10
11
</dict>
12
</plist>
0 commit comments