Re: Loadable bundles and common files
Re: Loadable bundles and common files
- Subject: Re: Loadable bundles and common files
- From: "M. Uli Kusterer" <email@hidden>
- Date: Mon, 8 Nov 2004 15:58:44 +0100
At 11:25 Uhr +0100 08.11.2004, Christian Schneider wrote:
Is it possible that the fact that both bundles use code from the main
app causes problems; I didn't get round to making all the frameworks I
need.
You can't include the source files in both frameworks. You'll have
to put them in a shared framework and have everyone who wants to use
them link to that.
Do the frameworks have to be copied into the
bundles as well or if not how do I specify the path to them.
You'll have to set the bundle's path to
@executable_path/...blahblah..., as with any embedded framework. I'm
not sure, though, whether the @executable_path is the current
application, or whether it is the library in the case of a framework.
So it may not be possible at all. But I think it was the app's path
that is used in that case.
--
Cheers,
M. Uli Kusterer
------------------------------------------------------------
"The Witnesses of TeachText are everywhere..."
http://www.zathras.de
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden