From: Allison N. <dem...@ma...> - 2008-06-11 14:48:50
|
There's one thing I don't understand about standaloneifying an app. On the EmbedRubyCocoa page, it explains that you tell the XCode project to copy the framework files when building the project, and then you drag in a RubyCocoa.framework into the new copy files group. OK, so far so good. I'm on Leopard, and I just upgraded to RubyCocoa 0.13.2. If I want to make sure that other Leopard users can run my app, using the version of RubyCocoa that I have tested, this function is great. But what happens if I give this standalone app to a Tiger user? If I've understood correctly, it won't work. Is that true? And what happens if I try to use the Tiger version of the framework on Leopard? I'd do the experiment myself, but I haven't ever compiled RubyCocoa from source, so I don't have the Tiger version readily available to me, and I can't afford the time to set the system up just to do this test. If this doesn't work, has anyone come up with an elegant method of making a standalone app that is easy to deploy on both Tiger and Leopard? Alli On Wednesday, June 11, 2008, at 03:29PM, "Eloy Duran" <elo...@gm...> wrote: >Hey Craig, > >Like someone else already pointed out, you'll need to use standaloneify >if you want to package libraries with your app. Like for instance the >sqlite gem. >http://rubycocoa.sourceforge.net/EmbedRubyCocoa > >Cheers, >Eloy > >On 11 jun 2008, at 15:23, Craig Williams wrote: > >> Thanks everyone. The gems is the issue. >> >> Can you point me to some docs on how to remove them and use >> the standard ruby libs? >> >> Craig >> >> ------------------------------------------------------------------------- >> Check out the new SourceForge.net Marketplace. >> It's the best place to buy or sell services for >> just about anything Open Source. >> http://sourceforge.net/services/buy/index.php >> _______________________________________________ >> Rubycocoa-talk mailing list >> Rub...@li... >> https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk > > >------------------------------------------------------------------------- >Check out the new SourceForge.net Marketplace. >It's the best place to buy or sell services for >just about anything Open Source. >http://sourceforge.net/services/buy/index.php >_______________________________________________ >Rubycocoa-talk mailing list >Rub...@li... >https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk > > |