such entitle

Former-commit-id: de26ae30116e3c13c48a710201a7da0817ffd9e5
This commit is contained in:
Jarred Sumner
2021-09-05 19:40:59 -07:00
parent 7e79d9dae6
commit 0822e67594
5 changed files with 103 additions and 62 deletions

12
entitlements.plist Normal file
View File

@@ -0,0 +1,12 @@
<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/>
<key>com.apple.security.cs.disable-executable-page-protection</key>
<true/>
</dict>