remove entitlements for hardened runtime

This commit is contained in:
Kyle Spearrin 2019-08-23 17:17:45 -04:00
parent 4d6be3d248
commit 73e471dd60
2 changed files with 0 additions and 8 deletions

View File

@ -6,9 +6,5 @@
<true/>
<key>com.apple.security.files.user-selected.read-write</key>
<true/>
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
<true/>
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
</dict>
</plist>

View File

@ -10,9 +10,5 @@
<true/>
<key>com.apple.security.network.server</key>
<true/>
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
<true/>
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
</dict>
</plist>