Re: Plugin Interface
Re: Plugin Interface
- Subject: Re: Plugin Interface
- From: David Remahl <email@hidden>
- Date: Tue, 26 Jun 2001 00:19:24 +0200
The documentation for NSBundle has some tantalizing holes (e.g., the
description of the routine -builtinPluginsPath is, you guessed it,
forthcoming), but you should read it carefully. I lost about an hour
yesterday from not having noted that the plugin project has to compile
the .m file containing the plugin's principal class first, before any
other files!
I just checked it out, but uhm, doesn't it say that *if* no principal
class is specified in the plist, then the first compiled one will be
chosen automatiically? That's how I interpret it...(btw, you didn't
figure out what builinPluginsPath was?)
/ david