Gary, take a look in this video: Embedding
MacRuby<http://pragmaticstudio.com/screencasts/7-embedding-macruby>

<http://pragmaticstudio.com/screencasts/7-embedding-macruby>You will see
that the xcode template target is just a shell command and you can call it
from terminal. You also be able to open the packaged file and remove things
that you don't need (like showed in video).


On Wed, Apr 21, 2010 at 11:18 AM, Gary Weaver <gary.wea...@duke.edu> wrote:

> Laurent,
>
> That sounds cool!
>
> I read the section on compilation in
> http://www.macruby.org/blog/index.html but am curious- is there an easy
> way to compile an app completely (specifically a HotCocoa app) into machine
> code using macrake (similar to "macrake deploy") and not just on a
> file-by-file basis using macrubyc (rb file) -o t? If so, would like to try
> that to decrease the size of the entire HotCocoa app to be < 150MB possibly,
> while not requiring the runtime or anything else to be installed (so app is
> completely self-contained). Sorry to distract. Am just curious.
>
> Thanks!
> Gary
>
>
>
> On Apr 20, 2010, at 10:42 PM, Laurent Sansonetti wrote:
>
> > FYI, it is possible to compile all your Ruby code into machine code, to
> prevent trivial reverse engineering.
>
> _______________________________________________
> MacRuby-devel mailing list
> MacRuby-devel@lists.macosforge.org
> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
>
_______________________________________________
MacRuby-devel mailing list
MacRuby-devel@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Reply via email to