aboutsummaryrefslogtreecommitdiffstats
path: root/src/frontends/osx/charon-xpc/charon-xpc-Info.plist
blob: e8ddd24b050723f293b874d7a224364e9b4b8401 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?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>CFBundleIdentifier</key>
	<string>org.strongswan.charon-xpc</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundleName</key>
	<string>charon-xpc</string>
	<key>CFBundleVersion</key>
	<string>1.0</string>
	<key>SMAuthorizedClients</key>
	<array>
		<string>identifier org.strongswan.osx and certificate leaf[subject.CN] = "Joe Developer"</string>
	</array>
</dict>
</plist>