Re: Embedding frameworks in app bundle
Re: Embedding frameworks in app bundle
- Subject: Re: Embedding frameworks in app bundle
- From: Clark Mueller <email@hidden>
- Date: Sat, 27 Aug 2005 21:50:00 -0600
Sounds like what I'm looking for - does that also include files like
the EOModel, or other resources?
Clark
On Aug 26, 2005, at 4:52 AM, Florijan Stamenkovic wrote:
Can someone point me to where I can find information on embedding
frameworks in a WebObjects application? I would like to include
frameworks in the application bundle, rather than having to
include them in /Library/Frameworks with each installation.
Essentially I'm looking for a function like the "Merge" of a .jar
file. I've tried indicating my target's Resources folder as a
framework search path, but I can't seem to get the Framework to
actually bundle itself with the application.
I recall doing this before with Cocoa, but it seems to be somewhat
different with WO.
Thanks,
Clark
Or, you can add a .jar of that framework as a normal file, and not
as a framework. Then you can tell Xcode to merge that jar into the
final product.
I have no idea if not importing frameworks like this will harm
anything. I did this with some third party stuff, and it worked
fine (although it produced a 1.2 mb jar for a 100 lines project :).
Cheers
Flor
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden