I have developed a Cocoa application for Mac OS X. I want to make some custom plugins (with interface too) and dynamically load them in my app. My app should look inside a folder and retrieve all files (the plugins) and make them available in the user interface.
Can someone suggest me a starting point?
How can I load them dynamically, the plugins must be dynamic libraries or sth?
Thanks.