]>
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>UserName</key> |
6 | <string>mobile</string> | |
427c49bc | 7 | <key>Label</key> |
d8f41ccd A |
8 | <string>com.apple.security.CircleJoinRequested</string> |
9 | <key>enabletransactions</key> | |
10 | <true/> | |
11 | <key>ProgramArguments</key> | |
12 | <array> | |
13 | <string>/System/Library/Frameworks/Security.framework/CircleJoinRequested/CircleJoinRequested</string> | |
14 | </array> | |
427c49bc A |
15 | <key>LaunchEvents</key> |
16 | <dict> | |
17 | <key>com.apple.notifyd.matching</key> | |
18 | <dict> | |
fa7225c8 A |
19 | <key>com.apple.mobile.keybagd.lock_status</key> |
20 | <dict> | |
21 | <key>Notification</key> | |
22 | <string>com.apple.mobile.keybagd.lock_status</string> | |
23 | </dict> | |
24 | <key>kPublicKeyNotAvailable</key> | |
25 | <dict> | |
26 | <key>Notification</key> | |
27 | <string>com.apple.security.publickeynotavailable</string> | |
28 | </dict> | |
d8f41ccd | 29 | <key>com.apple.mobile.keybagd.first_unlock</key> |
427c49bc A |
30 | <dict> |
31 | <key>Notification</key> | |
d8f41ccd | 32 | <string>com.apple.mobile.keybagd.first_unlock</string> |
427c49bc | 33 | </dict> |
d8f41ccd | 34 | <key>TICK</key> |
427c49bc A |
35 | <dict> |
36 | <key>Notification</key> | |
d8f41ccd | 37 | <string>com.apple.security.tick</string> |
427c49bc A |
38 | </dict> |
39 | <key>kSOSCCCircleChangedNotification</key> | |
40 | <dict> | |
41 | <key>Notification</key> | |
42 | <string>com.apple.security.secureobjectsync.circlechanged</string> | |
43 | </dict> | |
44 | </dict> | |
45 | </dict> | |
427c49bc A |
46 | </dict> |
47 | </plist> |