[MacRuby-devel] Security for licensing a MacRuby app

Daniel Lopes danielvlopes at gmail.com
Wed Apr 21 09:47:37 PDT 2010


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.weaver at 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 at lists.macosforge.org
> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-devel/attachments/20100421/f487a36f/attachment.html>


More information about the MacRuby-devel mailing list