chore: add additional entitlements

This commit is contained in:
Johannes Millan 2019-10-09 12:36:14 +02:00
parent 404ff8ad1f
commit d6492fc108
2 changed files with 6 additions and 0 deletions

View file

@ -9,6 +9,8 @@
<true/>
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.security.files.downloads.read-write</key>
<true/>
<key>com.apple.security.cs.allow-jit</key>
<true/>
@ -16,6 +18,8 @@
<true/>
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
<key>com.apple.security.cs.disable-executable-page-protection</key>
<true/>
</dict>
</plist>

View file

@ -15,6 +15,8 @@
<true/>
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.security.files.downloads.read-write</key>
<true/>
</dict>
</plist>