From: Ferlander D. <fer...@gm...> - 2009-07-29 03:25:54
|
I'm building an application with the intent of distributing it to people that won't have rubycocoa installed. I believe I've successfully included the rubycocoa framework and the ruby runtime library, however I still need to include one or two gems before I'm done. I read: http://rubycocoa.sourceforge.net/EmbedRubyCocoa I tried standaloneify.rb, but as far as I could tell it broke my application. Is there a simple way to include ruby gems? I thought maybe I could store them in Resources, but xcode doesn't seem to like it when I do that. I read that you can specify the path to modules, but does anyone have any suggestions as to the right way to get the gems included in the application? I hope this is an appropriate question. I'm inexperienced. Ferlander |