]>
Commit | Line | Data |
---|---|---|
427c49bc A |
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>keychain-access-groups</key> | |
8 | <array> | |
9 | <string>test</string> | |
10 | <string>*</string> | |
11 | </array> | |
12 | <key>modify-anchor-certificates</key> | |
13 | <true/> | |
d8f41ccd A |
14 | <key>restore-keychain</key> |
15 | <true/> | |
e3d460c9 A |
16 | <key>com.apple.private.syncbubble-keychain</key> |
17 | <true/> | |
18 | <key>com.apple.private.system-keychain</key> | |
19 | <true/> | |
427c49bc A |
20 | <key>application-identifier</key> |
21 | <string>com.apple.security</string> | |
22 | </dict> | |
23 | </plist> |