Skip to content

Commit 49a7576

Browse files
duncanmakDuncan Mak
authored andcommitted
Add more entitlements
1 parent 56b62f1 commit 49a7576

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

main/build/MacOSX/Entitlements.plist

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,11 @@
44
<dict>
55
<key>com.apple.security.cs.allow-jit</key>
66
<true/>
7+
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
8+
<true />
9+
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
10+
<true />
11+
<key>com.apple.security.cs.disable-library-validation</key>
12+
<true />
713
</dict>
814
</plist>

0 commit comments

Comments
 (0)