]>
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> | |
d8f41ccd | 19 | <key>com.apple.mobile.keybagd.first_unlock</key> |
427c49bc A |
20 | <dict> |
21 | <key>Notification</key> | |
d8f41ccd | 22 | <string>com.apple.mobile.keybagd.first_unlock</string> |
427c49bc | 23 | </dict> |
d8f41ccd | 24 | <key>TICK</key> |
427c49bc A |
25 | <dict> |
26 | <key>Notification</key> | |
d8f41ccd | 27 | <string>com.apple.security.tick</string> |
427c49bc A |
28 | </dict> |
29 | <key>kSOSCCCircleChangedNotification</key> | |
30 | <dict> | |
31 | <key>Notification</key> | |
32 | <string>com.apple.security.secureobjectsync.circlechanged</string> | |
33 | </dict> | |
34 | </dict> | |
35 | </dict> | |
427c49bc A |
36 | </dict> |
37 | </plist> |