I'm making a MobileSubstrate plug-in which is supposed to: a) hook instance methods of a specific class/classes and b) do different things depending on the bundle ID of the application containing the object (which is an UIResponder subclass, to be specific).
Any suggestions on how to implement this?