Getting Started - Duplicating an Existing Plug-in Example

Hi,

I’ve downloaded and built the SDK. I was thinking that the best way to start developing my own plug-in would be to duplicate one of the examples and replace the existing code with my own. What I’m not clear about is how to to do this in Xcode. Say I want to duplicate “again” so that it becomes “my_again” - what’s the best way to do this?

Cheers,

Chris

Hey,

you just need to change the name in CMakeLists.txt which resides in your copied again folder. Afterwards you can generate the project files again with cmake.

Ok?

René