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