This project includes the Ruby lib and header files used by SketchUp.
Notes on how the solution is set up:
- The project name must match the name of the
Init_*()
function. Example: If the project name is HelloWorld the init function must be namedInit_HelloWorld
. - The init function must be exported in the .def file - named the same as the project.
Tested to also work on Xcode 4.6 and Xcode 5.