nagyist / monotouch-binding-generator

Generates MonoTouch bindings from Objective C headers—extracted from MonoMac

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

monotouch-binding-generator

MonoMac contains a parser that can generates MonoTouch bindings from Objective C headers.
It's far from perfect but it's a good starting point nevertheless.

I created this repository to avoid checking out monomac and maccore and maybe tweak the parser a little.
Right now this project just puts together two files from MonoMac codebase:

To compile it, run

gmcs *.cs -out:parse.exe

To use the parser, feed it your ObjC headers:

mono parse.exe GSFancyTextView.h

That's it!

About

Generates MonoTouch bindings from Objective C headers—extracted from MonoMac

License:Other