You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dustin Rue edited this page Nov 6, 2011
·
8 revisions
##ControlPlane Hacking Guide
###Adding a new Evidence Source
Pick a short name for the evidence source; no spaces, starting with a letter
Create an Objective-C class called FooEvidenceSource in the same style as the other sources. It should inherit from one of these:
| | EvidenceSource | GenericEvidenceSource | LoopingEvidenceSource | GenericLoopingEvidenceSource (the simplest) |
| Use custom nib? | |Yes | No | Yes | No |
| Use simple loop? | No | No | Yes | Yes |