]> git.saurik.com Git - apple/security.git/blob - keychain/TrustedPeersHelper/TrustedPeersHelper-entitlements.plist
Security-59306.11.20.tar.gz
[apple/security.git] / keychain / TrustedPeersHelper / TrustedPeersHelper-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.TrustedPeersHelper</string>
7 <key>com.apple.application-identifier</key>
8 <string>com.apple.TrustedPeersHelper</string>
9 <key>com.apple.developer.aps-environment</key>
10 <string>serverPreferred</string>
11 <key>aps-environment</key>
12 <string>serverPreferred</string>
13 <key>com.apple.developer.icloud-container-environment</key>
14 <string>Production</string>
15 <key>com.apple.developer.icloud-services</key>
16 <array>
17 <string>CloudKit</string>
18 </array>
19 <key>com.apple.private.appleaccount.app-hidden-from-icloud-settings</key>
20 <true/>
21 <key>com.apple.private.cloudkit.allowUnverifiedAccount</key>
22 <true/>
23 <key>com.apple.private.cloudkit.buddyAccess</key>
24 <true/>
25 <key>com.apple.private.cloudkit.systemService</key>
26 <true/>
27 <key>com.apple.private.cloudkit.supportservice</key>
28 <true/>
29 <key>com.apple.private.cloudkit.prefix</key>
30 <string>com.apple.security.cuttlefish</string>
31 <key>keychain-access-groups</key>
32 <array>
33 <string>com.apple.security.sos</string>
34 <string>com.apple.security.ckks</string>
35 <string>com.apple.security.octagon</string>
36 <string>com.apple.security.egoIdentities</string>
37 </array>
38 </dict>
39 </plist>