Re: Bundle and multiple classes (ScreenSaver related stuff)
Re: Bundle and multiple classes (ScreenSaver related stuff)
- Subject: Re: Bundle and multiple classes (ScreenSaver related stuff)
- From: Finlay Dobbie <email@hidden>
- Date: Mon, 23 Jul 2001 19:31:56 +0100
On Monday, July 23, 2001, at 07:12 pm, Douglas Davidson wrote:
Yes, you can have more than one class in a bundle. My first guess here
would be that the wrong class is showing up as the bundle's principal
class. I don't know the details of the screen saver host-plugin
interface, but chances are that it probably tries to instantiate the
bundle's principal class.
In case you're unclear on how to do this, it's under your target's
settings. under Bundle Settings in Cocoa-specific. I would also guess
that it instantiates the bundle's principal class, since that seems to
be the way loadable bundles work, in general :-)
-- Finlay