mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +00:00
* Headers/Foundation/NSBundle.h (builtInPlugInsPath): New method.
* Source/NSBundle (builtInPlugInsPath): Imeplement (based on patch #3483). git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20341 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8879270729
commit
ee92fa6367
3 changed files with 28 additions and 0 deletions
|
@ -261,6 +261,9 @@ GS_EXPORT NSString* const NSLoadedClasses;
|
|||
/** Returns the absolute path to the resources directory of the bundle. */
|
||||
- (NSString*) resourcePath;
|
||||
|
||||
/** Returns the full path to the plug-in subdirectory of the bundle. */
|
||||
- (NSString *)builtInPlugInsPath;
|
||||
|
||||
/** Returns the bundle identifier, as defined by the CFBundleIdentifier
|
||||
key in the infoDictionary */
|
||||
- (NSString *)bundleIdentifier;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue