discuss-gnustep
[Top][All Lists]
Advanced

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

Re: what is bundle?


From: Alexander Malmberg
Subject: Re: what is bundle?
Date: Mon, 02 Jun 2003 20:48:32 +0200

reuss wrote:
> 
> what is bundle in gnustep?

In the most generic form, a bundle is just a directory that appears as a
single entity. In the NSBundle form, the directory would contain code
(which can be dynamically loaded by programs) and/or "resources"
(arbitrary files). Applications and frameworks are bundles.

When bundles are discussed, what is meant is usually bundles with code
that is dynamically loaded into an application (or many applications, if
the bundle isn't application-specific).

- Alexander Malmberg




reply via email to

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