mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
* Source/NSBundle.m:
* Headers/Foundation/NSBundle.h: add -resourceURL git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@37602 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
02c9b12fd3
commit
c2932b78cf
3 changed files with 15 additions and 0 deletions
|
@ -2816,6 +2816,12 @@ IF_NO_GC(
|
|||
}
|
||||
}
|
||||
|
||||
- (NSURL *) resourceURL
|
||||
{
|
||||
return [NSURL fileURLWithPath: [self resourcePath]];
|
||||
}
|
||||
|
||||
|
||||
- (NSDictionary *) infoDictionary
|
||||
{
|
||||
NSString* path;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue