Re: problem getting main bundle inside initWithCoder:

2008-04-22 Thread stephen joseph butler
On Tue, Apr 22, 2008 at 3:35 AM, Nick Rogers <[EMAIL PROTECTED]> wrote: >// The last parameter is the name of a ".strings" file that > contains the localised prompts >// for any custom rights that we use. >CFStringRef bundleID = > CFBundleGetIdentifi

problem getting main bundle inside initWithCoder:

2008-04-22 Thread Nick Rogers
hi, here's my initWithCoder: method:- This method is for a class other then AppController. - (id)initWithCoder:(NSCoder *)coder { if ((self = [super init]) != nil) { [self setPath:[coder decodeObjectForKey:@"path"]]; [self setModel:[coder decodeObje