]>
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-sync-updates</key> | |
6 | <true/> | |
7 | <key>application-identifier</key> | |
8 | <string>com.apple.security.cloudkeychainproxy3</string> | |
9 | <key>sync-keychain</key> | |
10 | <true/> | |
11 | <key>keychain-access-groups</key> | |
12 | <array> | |
13 | <string>sync</string> | |
14 | <string>*</string> | |
15 | </array> | |
16 | <key>com.apple.developer.ubiquity-kvstore-identifier</key> | |
17 | <string>com.apple.security.cloudkeychainproxy3</string> | |
18 | </dict> | |
19 | </plist> |