This commit is contained in:
Hiddify
2023-11-07 13:52:09 +01:00
parent ae40d27cd1
commit cf237f5a28
5 changed files with 61 additions and 1 deletions

View File

@@ -4,11 +4,19 @@
<dict>
<key>com.apple.developer.networking.networkextension</key>
<array>
<string>app-proxy-provider</string>
<string>dns-proxy</string>
<string>packet-tunnel-provider</string>
</array>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.application-groups</key>
<array>
<string>group.$(BASE_BUNDLE_IDENTIFIER)</string>
</array>
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.security.network.server</key>
<true/>
</dict>
</plist>