mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-02 12:51:07 +00:00
Removed experimental API NSBundle +bundleForTool:, and extended NSBundle +mainBundle
to support tools as well as applications. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@12461 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a267d80e07
commit
51cd9c7e3f
1 changed files with 10 additions and 0 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
Sat Feb 9 01:45:48 2002 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* Source/NSBundle.m ([+bundleForTool:]): Removed. We switch to a
|
||||
better API, which is to have a tool use +mainBundle, in the same
|
||||
way as applications do, to retrieve the main resource bundle for
|
||||
itself.
|
||||
([+mainBundle]): Modified to support tools as well as
|
||||
applications.
|
||||
* Headers/gnustep/base/NSBundle.h ([+bundleForTool:]): Removed.
|
||||
|
||||
2002-02-08 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Headers/Foundation/NSTask.h: New method -validatedLaunchPath to
|
||||
|
|
Loading…
Reference in a new issue