]>
Commit | Line | Data |
---|---|---|
427c49bc 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> | |
d8f41ccd A |
5 | <key>EnablePressuredExit</key> |
6 | <true/> | |
427c49bc A |
7 | <key>ProgramArguments</key> |
8 | <array> | |
d8f41ccd | 9 | <string>/System/Library/Frameworks/Security.framework/CloudKeychainProxy.bundle/CloudKeychainProxy</string> |
427c49bc A |
10 | </array> |
11 | <key>MachServices</key> | |
12 | <dict> | |
13 | <key>com.apple.security.cloudkeychainproxy3</key> | |
14 | <true/> | |
15 | </dict> | |
16 | <key>RunAtLoad</key> | |
17 | <false/> | |
d8f41ccd A |
18 | <key>enabletransactions</key> |
19 | <true/> | |
427c49bc | 20 | <key>Program</key> |
d8f41ccd | 21 | <string>/System/Library/Frameworks/Security.framework/CloudKeychainProxy.bundle/CloudKeychainProxy</string> |
427c49bc A |
22 | <key>Label</key> |
23 | <string>com.apple.security.cloudkeychainproxy3</string> | |
24 | <key>EnvironmentVariables</key> | |
25 | <dict> | |
26 | <key>DEBUGSCOPE</key> | |
27 | <string>all</string> | |
28 | <key>WAIT4DEBUGGER</key> | |
29 | <string>NO</string> | |
30 | </dict> | |
31 | <key>LaunchEvents</key> | |
32 | <dict> | |
33 | <key>com.apple.notifyd.matching</key> | |
34 | <dict> | |
d8f41ccd | 35 | <key>com.apple.mobile.keybagd.lock_status</key> |
427c49bc A |
36 | <dict> |
37 | <key>Notification</key> | |
d8f41ccd | 38 | <string>com.apple.mobile.keybagd.lock_status</string> |
427c49bc A |
39 | </dict> |
40 | <key>com.apple.security.cloudkeychainproxy.kvstorechange3</key> | |
41 | <dict> | |
42 | <key>Notification</key> | |
43 | <string>com.apple.security.cloudkeychainproxy.kvstorechange3</string> | |
44 | </dict> | |
45 | <key>com.apple.security.cloudkeychain.forceupdate</key> | |
46 | <dict> | |
47 | <key>Notification</key> | |
48 | <string>com.apple.security.cloudkeychain.forceupdate</string> | |
49 | </dict> | |
50 | </dict> | |
51 | </dict> | |
52 | </dict> | |
53 | </plist> |