Update Release.entitlements to fix binding issue

This commit is contained in:
Hiddify
2023-08-21 00:28:16 +02:00
committed by GitHub
parent ca54b615fc
commit 35ab5090b0

View File

@@ -6,5 +6,9 @@
<true/>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.cs.allow-jit</key>
<true/>
<key>com.apple.security.network.server</key>
<true/>
</dict>
</plist>