2023-07-06 17:18:41 +03:30
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
|
|
|
<plist version="1.0">
|
|
|
|
|
<dict>
|
2023-08-21 00:54:11 +03:00
|
|
|
<key>com.apple.security.network.client</key>
|
|
|
|
|
<true/>
|
2023-08-21 11:51:18 +00:00
|
|
|
<!-- <key>com.apple.security.app-sandbox</key>
|
|
|
|
|
<true/> -->
|
2023-07-06 17:18:41 +03:30
|
|
|
<key>com.apple.security.app-sandbox</key>
|
2023-08-21 11:51:18 +00:00
|
|
|
<false/>
|
2023-07-06 17:18:41 +03:30
|
|
|
<key>com.apple.security.cs.allow-jit</key>
|
|
|
|
|
<true/>
|
|
|
|
|
<key>com.apple.security.network.server</key>
|
|
|
|
|
<true/>
|
2023-08-21 11:21:43 +00:00
|
|
|
<!-- <key>com.apple.developer.system-extension.install</key>
|
|
|
|
|
<true/> -->
|
2023-08-21 11:51:18 +00:00
|
|
|
<!--
|
2023-08-21 11:21:43 +00:00
|
|
|
<key>com.apple.developer.networking.networkextension</key>
|
|
|
|
|
<array>
|
2023-08-21 11:51:18 +00:00
|
|
|
<string>packet-tunnel-provider-systemextension</string>
|
2023-08-21 11:21:43 +00:00
|
|
|
<string>app-proxy-provider-systemextension</string>
|
|
|
|
|
<string>content-filter-provider-systemextension</string>
|
2023-08-21 11:51:18 +00:00
|
|
|
<string>dns-proxy-systemextension</string>
|
|
|
|
|
<string>dns-settings</string>
|
2023-08-21 11:21:43 +00:00
|
|
|
<string>dns-proxy</string>
|
|
|
|
|
<string>app-proxy-provider</string>
|
|
|
|
|
<string>packet-tunnel-provider</string>
|
|
|
|
|
</array>
|
|
|
|
|
<key>com.apple.developer.networking.vpn.api</key>
|
2023-08-21 11:51:18 +00:00
|
|
|
<string>allow-vpn</string> -->
|
2023-08-21 11:21:43 +00:00
|
|
|
|
2023-07-06 17:18:41 +03:30
|
|
|
</dict>
|
|
|
|
|
</plist>
|