We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff4addc commit deaeea8Copy full SHA for deaeea8
beyondnetgen.entitlements
@@ -0,0 +1,20 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+<plist version="1.0">
4
+<dict>
5
+ <key>com.apple.security.cs.allow-dyld-environment-variables</key>
6
+ <true/>
7
+ <key>com.apple.security.cs.allow-jit</key>
8
9
+ <key>com.apple.security.cs.allow-unsigned-executable-memory</key>
10
11
+ <key>com.apple.security.cs.debugger</key>
12
13
+ <key>com.apple.security.get-task-allow</key>
14
+ <false/>
15
+ <key>com.apple.security.cs.disable-executable-page-protection</key>
16
17
+ <key>com.apple.security.cs.disable-library-validation</key>
18
19
+</dict>
20
+</plist>
0 commit comments