Re: Embedding frameworks in app bundle
Re: Embedding frameworks in app bundle
- Subject: Re: Embedding frameworks in app bundle
- From: Florijan Stamenkovic <email@hidden>
- Date: Fri, 26 Aug 2005 12:52:50 +0200
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