discuss-gnustep
[Top][All Lists]
Advanced

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

[NSBundle -bundleIdentifier]?


From: Philip Mötteli
Subject: [NSBundle -bundleIdentifier]?
Date: Mon, 3 Mar 2003 01:17:17 +0100

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"];
}


If people do agree, I would like to find somebody to ask him to integrate it.


Re
Phil





reply via email to

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