discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [NSBundle -bundleIdentifier]?


From: Adam Fedor
Subject: Re: [NSBundle -bundleIdentifier]?
Date: Thu, 27 Mar 2003 20:45:54 -0700
User-agent: Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.1) Gecko/20020905



Philip Mötteli wrote:
Hi


There's a method in Apple's foundation class NSBundle. I don't know, if it was already part of the OpenStep specification, but as it has been decided, to remain as compatible as possible to Apples foundation, I would propose to add it also to Gnusteps NSBundle. The method is very simple and short:


- (NSString *)bundleIdentifier
{
    reutrn [[self infoDictionary] objectForKey:@"CFBundleIdentifier"];
}



OK. I added this.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]