[MM-61725] Remove unnecessary macOS entitlements (#3207)

* [MM-61725] Remove `com.apple.security.cs.allow-dyld-environment-variables` entitlement

* Also remove `com.apple.security.cs.allow-unsigned-executable-memory`
This commit is contained in:
Devin Binnie
2024-11-15 09:57:02 -05:00
committed by GitHub
parent 2c9cd85cbc
commit 089daadc9f
3 changed files with 1 additions and 11 deletions

View File

@@ -4,8 +4,6 @@
<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.inherit</key>
<true/>
</dict>

View File

@@ -10,10 +10,6 @@
<true/>
<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.developer.usernotifications.communication</key>
<true/>
</dict>

View File

@@ -12,10 +12,6 @@
<true/>
<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.network.client</key>
<true/>
<key>com.apple.security.network.server</key>