]> git.saurik.com Git - apple/security.git/blob - SecurityTool/sharedTool/macOS/entitlements.plist
Security-59754.41.1.tar.gz
[apple/security.git] / SecurityTool / sharedTool / macOS / entitlements.plist
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>application-identifier</key>
6 <string>com.apple.security</string>
7 <key>com.apple.application-identifier</key>
8 <string>com.apple.security</string>
9 <key>com.apple.developer.icloud-services</key>
10 <array>
11 <string>CloudKit</string>
12 </array>
13 <key>com.apple.private.keychain.keychaincontrol</key>
14 <true/>
15 <key>com.apple.private.keychain.inet_expansion_fields</key>
16 <true/>
17 <key>com.apple.private.syncbubble-keychain</key>
18 <true/>
19 <key>com.apple.private.system-keychain</key>
20 <true/>
21 <key>keychain-access-groups</key>
22 <array>
23 <string>test</string>
24 <string>*</string>
25 </array>
26 <key>keychain-cloud-circle</key>
27 <true/>
28 <key>modify-anchor-certificates</key>
29 <true/>
30 <key>restore-keychain</key>
31 <true/>
32 <key>com.apple.CloudKeychainProxy.client</key>
33 <true/>
34 </dict>
35 </plist>