Re: Integrating an applescript into a screensaver
Re: Integrating an applescript into a screensaver
- Subject: Re: Integrating an applescript into a screensaver
- From: Nick Zitzmann <email@hidden>
- Date: Sat, 17 Feb 2007 12:38:57 -0700
On Feb 17, 2007, at 11:52 AM, Jacob Eggers wrote:
NSBundle *theBundle = [NSBundle bundleWithPath:theResourcesPath];
Consider changing that to:
[NSBundle bundleForClass:[self class]];
If that doesn't work, then use +bundleWithIdentifier: instead with
your screen saver's bundle identifier.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden