Files
amnezia-client/client/ios/app/main.entitlements
T

21 lines
621 B
XML
Raw Normal View History

2021-10-23 04:26:47 -07:00
<?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>
<key>com.apple.developer.networking.networkextension</key>
<array>
<string>packet-tunnel-provider</string>
</array>
<key>com.apple.security.application-groups</key>
<array>
2021-12-22 17:38:17 +04:00
<string>group.org.amnezia.AmneziaVPN</string>
2021-10-23 04:26:47 -07:00
</array>
<key>com.apple.security.files.user-selected.read-write</key>
<true/>
2021-12-21 23:17:22 +04:00
<key>keychain-access-groups</key>
<array>
2021-12-22 17:38:17 +04:00
<string>$(AppIdentifierPrefix)group.org.amnezia.AmneziaVPN</string>
2021-12-21 23:17:22 +04:00
</array>
2021-10-23 04:26:47 -07:00
</dict>
</plist>