From: Eloy D. <elo...@gm...> - 2009-09-04 08:55:20
|
Hey Duncan, Bundling a framework in your app bundle is actually pretty straightforward. See for instance this page: http://rubycocoa.sourceforge.net/EmbedRubyCocoa However, in my case the binary was still linking to one in /Library while compiling and because it's a pref pane I had to fix the lookup path of the framework anyways. I use install_name_tool for that. Checkout the Rakefile of the prefpane for specifics: http://github.com/alloy/passengerpane/blob/master/Rakefile HTH, Eloy On 4 sep 2009, at 10:25, Duncan McGregor wrote: > Could you outline what you do to deploy RubyCocoa.framework in your > bundle? I'd be interested to compare notes. > > Thanks > > Duncan > > On 3 Sep 2009, at 11:21, Eloy Duran wrote: > >> Hey guys, >> >> Yesterday I released a new version of our prefpane for Passenger >> which >> is build with RubyCocoa: http://www.fngtps.com/2009/09/new-os-more-pane-passenger-preference-pane-v1-3 >> >> The RubyCocoa version I used in this case is the 0.13.2 for 10.5 >> which >> is the one that's available as a download. This might be interesting >> for others that have had problems getting their RC app on 10.6. >> >> Afaik, Laurent has some pending patches for RubyCocoa on 10.6. I'm >> not >> sure what they actually do though... >> >> Cheers, >> Eloy >> >> ------------------------------------------------------------------------------ >> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 >> 30-Day >> trial. Simplify your report design, integration and deployment - and >> focus on >> what you do best, core application coding. Discover what's new with >> Crystal Reports now. http://p.sf.net/sfu/bobj-july >> _______________________________________________ >> Rubycocoa-talk mailing list >> Rub...@li... >> https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 > 30-Day > trial. Simplify your report design, integration and deployment - and > focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Rubycocoa-talk mailing list > Rub...@li... > https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk |