]> git.saurik.com Git - apple/security.git/blob - keychain/ckks/tests/testrunner/KeychainEntitledTestRunner-Entitlements.plist
Security-58286.1.32.tar.gz
[apple/security.git] / keychain / ckks / tests / testrunner / KeychainEntitledTestRunner-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>com.apple.application-identifier</key>
6 <string>com.apple.security.KeychainEntitledTestRunner</string>
7 <key>application-identifier</key>
8 <string>com.apple.security.KeychainEntitledTestRunner</string>
9 <key>com.apple.developer.icloud-services</key>
10 <array>
11 <string>CloudKit</string>
12 </array>
13 <key>com.apple.private.cloudkit.masquerade</key>
14 <true/>
15 <key>com.apple.private.cloudkit.customAccounts</key>
16 <true/>
17 <key>com.apple.developer.icloud-container-environment</key>
18 <string>Development</string>
19 <key>com.apple.private.aps-connection-initiate</key>
20 <true/>
21 <key>aps-connection-initiate</key>
22 <true/>
23 <key>aps-environment</key>
24 <string>serverPreferred</string>
25 <key>keychain-access-groups</key>
26 <array>
27 <string>com.apple.security.ckks</string>
28 </array>
29 <key>keychain-cloud-circle</key>
30 <true/>
31 </dict>
32 </plist>