aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/WireGuard.entitlements
blob: b5bbc1606d50db4d8922ca57d6582e1a273e1e73 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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>
         <string>group.$(APP_ID_IOS)</string>
    </array>
</dict>
</plist>