Re: Embedding frameworks in a palette
Re: Embedding frameworks in a palette
- Subject: Re: Embedding frameworks in a palette
- From: Clark Cox <email@hidden>
- Date: Fri, 10 Oct 2003 14:28:51 -0400
On Oct 10, 2003, at 13:29, Sailor Quasar wrote:
Here's a stumper for you all...
It's simple enough to embed a private framework in an application. Set
the framework's install path to @executable_path/../Frameworks, do a
Copy Files phase for the application build, etc. etc.
Now... suppose you want to embed a private framework within any sort
of plugin bundle. In my case, an IB Palette. The above trick doesn't
work anymore. This makes reasonable sense, since @executable_path
would become the path to IB, not the palette's bundle, when loaded in
IB's context. How, then, do I juggle the install path and all of that
so that my palette can use a private framework without having to dump
it /Library/Frameworks or ~/Library/Frameworks?
Unfortunately you can't.
--
Clark S. Cox III
email@hidden
http://homepage.mac.com/clarkcox3/blog/B1196589870/index.html
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.