]>
Commit | Line | Data |
---|---|---|
b1ab9ed8 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> | |
5c19dc3a | 5 | <key>com.apple.private.security.no-sandbox</key> |
427c49bc | 6 | <true/> |
5c19dc3a | 7 | <key>com.apple.keystore.access-keychain-keys</key> |
d8f41ccd | 8 | <true/> |
5c19dc3a | 9 | <key>com.apple.keystore.device</key> |
d8f41ccd | 10 | <true/> |
5c19dc3a | 11 | <key>com.apple.springboard.wipedevice</key> |
d8f41ccd | 12 | <true/> |
5c19dc3a A |
13 | <key>application-identifier</key> |
14 | <string>com.apple.security.regressions</string> | |
15 | <key>keychain-access-groups</key> | |
16 | <array> | |
17 | <string>com.apple.security.sos</string> | |
18 | </array> | |
b1ab9ed8 A |
19 | </dict> |
20 | </plist> |