Re: image not found
Re: image not found
- Subject: Re: image not found
- From: Nick Zitzmann <email@hidden>
- Date: Thu, 3 Dec 2009 10:15:18 -0700
On Dec 3, 2009, at 3:33 AM, Torsten Curdt wrote:
> The Sparkle frameworks uses @loader_path while the FeedbackReporter
> uses @executable_path instead.
>
> What's the difference?
@executable_path is a macro pointing to the path of the executable binary, and nothing else. @loader_path is a macro pointing to whatever binary has instructions to load the library, which can be the application, or a library/framework, or a loadable bundle. @loader_path is more powerful and allows you to easily embed frameworks inside loadable bundles, which is impossible to do with @executable_path unless the framework in question is bundled with the executable.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden