mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +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
58993fdeeb
commit
2d2d75860a
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