On Nov 13, 2010, at 5:14 PM, David Leimbach wrote:

> Isn't this what Apple does recommend you do with application bundles?  Ship
> the whole directory (.app) with all requisite frameworks and libs?

That's the recommended approach for certain types of distributions.  The 
alternative approach is to not do shared/dynamic libraries in the code you 
ship.  That way the only dynamically linked code is that used in the system 
frameworks.  Many folks also find that their applications launch faster when 
not traversing all sorts of dyldhell.

There's still the open-ended question of bundles of loadable modules, if you 
need them.

-jas


Reply via email to