mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 16:50:58 +00:00
Minor feature fix - Info.plist -> Info-gnustep.plist
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3315 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8f31ce4ef5
commit
22e6600970
2 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,9 @@
|
||||||
Mon Nov 23 22:10:00 1998 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
Mon Nov 24 4:10:00 1998 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||||
|
|
||||||
* src/Tools/GNUmakefile: removed make_services
|
* src/Tools/GNUmakefile: removed make_services
|
||||||
* src/Tools/make_services.m: Removed - moved to gui library.
|
* src/Tools/make_services.m: Removed - moved to gui library.
|
||||||
|
* src/NSBundle.m: Changed Info.plist to Info-gnustep.plist since
|
||||||
|
that's what GNUstep uses instead.
|
||||||
|
|
||||||
Fri Nov 20 20:10:00 1998 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
Fri Nov 20 20:10:00 1998 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||||
|
|
||||||
|
|
|
@ -787,7 +787,7 @@ _bundle_load_callback(Class theClass, Category *theCategory)
|
||||||
if (_infoDict)
|
if (_infoDict)
|
||||||
return _infoDict;
|
return _infoDict;
|
||||||
|
|
||||||
path = [self pathForResource: @"Info" ofType: @"plist"];
|
path = [self pathForResource: @"Info-gnustep" ofType: @"plist"];
|
||||||
if (path)
|
if (path)
|
||||||
_infoDict = [[NSDictionary alloc] initWithContentsOfFile: path];
|
_infoDict = [[NSDictionary alloc] initWithContentsOfFile: path];
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue