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>
|
2021-11-30 16:56:24 +04:00
|
|
|
<key>com.apple.developer.networking.networkextension</key>
|
|
|
|
|
<array>
|
|
|
|
|
<string>packet-tunnel-provider</string>
|
|
|
|
|
</array>
|
2021-10-23 04:26:47 -07:00
|
|
|
<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>
|
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>
|