Skip to content

Generates MonoTouch bindings from Objective C headers—extracted from MonoMac

License

Notifications You must be signed in to change notification settings

stampsy/monotouch-binding-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages