]> git.saurik.com Git - apple/security.git/blob - tests/TestHostBinaries/KeychainEntitledTestRunner.entitlements
Security-59754.41.1.tar.gz
[apple/security.git] / tests / TestHostBinaries / KeychainEntitledTestRunner.entitlements
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 <string>SecDbBackupManager-UnitTests</string>
29 </array>
30 <key>keychain-cloud-circle</key>
31 <true/>
32 <key>com.apple.security.app-sandbox</key>
33 <false/>
34 <key>com.apple.security.get-task-allow</key>
35 <true/>
36 <key>com.apple.keystore.access-keychain-keys</key>
37 <true/>
38 <key>com.apple.keystore.lockassertion</key>
39 <true/>
40 <key>com.apple.private.associated-domains</key>
41 <true/>
42 <key>com.apple.private.necp.match</key>
43 <true/>
44 <key>com.apple.mkb.usersession.info</key>
45 <true/>
46 </dict>
47 </plist>