discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bundle installation


From: Helge Hess
Subject: Re: Bundle installation
Date: Wed, 17 Apr 2002 21:23:22 +0200

On Mittwoch, April 17, 2002, at 08:44  Uhr, Chris B.Vetter wrote:
quick question about bundle installation paths:

If you were to write a bundle and want to make it available for several
applications, what would be the appropriate place to put _header_ files
during the bundle's installation?

I guess, .../Library/Bundles/bundlename/Headers would not ...

Any suggestions?

Yepp. IMHO this is incorrect use of bundles ! The interface to a bundle should be specified by a protocol or superclass and you shouldn't export Headers of bundle classes.
Some options:
a) use a library with headers
b) use a framework with headers
c) use a library-bundle combination (I prefer this)

Can you explain what exactly the bundle contains ?

Greetings
  Helge




reply via email to

[Prev in Thread] Current Thread [Next in Thread]