1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5	<key>keychain-cloud-circle</key>
6	<true/>
7	<key>com.apple.keystore.access-keychain-keys</key>
8	<true/>
9	<key>com.apple.keystore.device</key>
10	<true/>
11	<key>restore-keychain</key>
12	<true/>
13	<key>migrate-keychain</key>
14	<true/>
15	<key>modify-anchor-certificates</key>
16	<true/>
17	<key>com.apple.springboard.wipedevice</key>
18	<true/>
19	<key>application-identifier</key>
20	<string>com.apple.security.regressions</string>
21	<key>keychain-access-groups</key>
22	<array>
23		<string>com.apple.security.regressions</string>
24		<string>lockdown-identities</string>
25		<string>apple</string>
26	</array>
27	<key>com.apple.private.ubiquity-kvstore-access</key>
28	<array>
29		<string>com.apple.securityd</string>
30	</array>
31	<key>com.apple.developer.ubiquity-kvstore-identifier</key>
32	<string>com.apple.security.cloudkeychainproxy</string>
33	<key>com.apple.developer.ubiquity-container-identifiers</key>
34	<array>
35		<string>com.apple.security.cloudkeychainproxy</string>
36		<string>com.apple.security.cloudkeychain</string>
37		<string>CloudKeychainProxy.xpc</string>
38	</array>
39</dict>
40</plist>
41