* 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:
lubosd 2014-01-14 14:13:31 +00:00
parent 02c9b12fd3
commit c2932b78cf
3 changed files with 15 additions and 0 deletions

View file

@ -2816,6 +2816,12 @@ IF_NO_GC(
}
}
- (NSURL *) resourceURL
{
return [NSURL fileURLWithPath: [self resourcePath]];
}
- (NSDictionary *) infoDictionary
{
NSString* path;