Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Latest commit

 

History

History

SparkInspector

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Bindings to the Spark Inspector Framework

MonoTouch bindings for SparkInspector.framework to use with the Spark Inspector App

Building

Run make to build the bindings. It assumes you have Spark Inspector installed in /Applications/Spark Inspector.app

Usage

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