MonoTouch bindings for SparkInspector.framework
to use with the Spark Inspector App
Run make
to build the bindings. It assumes you have Spark Inspector installed in /Applications/Spark Inspector.app
Add the .csproj
to your solution and add SparkInspector in your project References.
Then add these lines to your App delegate's FinishedLaunching
#if DEBUG
SparkInspector.EnableObservation ();
#endif