Re: [MacRuby-devel] Security for licensing a MacRuby app

2010-04-21 Thread Gary Weaver
Isaac please forgive me for mispelling your name. I type too quickly sometimes! On Apr 21, 2010, at 3:46 PM, Gary Weaver wrote: > Daniel, > > Thanks for sharing! Getting a MacRuby app down to 4.4 MB is definitely cool. > > I'm in the minority here because I developed my HotCocoa app only with

Re: [MacRuby-devel] Security for licensing a MacRuby app

2010-04-21 Thread Gary Weaver
Daniel, Thanks for sharing! Getting a MacRuby app down to 4.4 MB is definitely cool. I'm in the minority here because I developed my HotCocoa app only with a text editor (TextMate) and HotCocoa 0.5.1/MacRuby 0.5. I'm looking forward to being able to continue to develop like that in the future,

Re: [MacRuby-devel] Security for licensing a MacRuby app

2010-04-21 Thread Daniel Lopes
Gary, take a look in this video: 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

Re: [MacRuby-devel] Security for licensing a MacRuby app

2010-04-21 Thread Gary Weaver
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 ba

Re: [MacRuby-devel] Security for licensing a MacRuby app

2010-04-21 Thread Daniel Lopes
Hi Laurent, I'm looking for some default way to add a serial and an activation process to a comercial mac ruby app. I'm thinking in do that with rest webservice from a online rails app that talks with macruby app. This aquaticprime sounds very intrusive for me ( change the core foundation

Re: [MacRuby-devel] Security for licensing a MacRuby app

2010-04-20 Thread Laurent Sansonetti
Hi Daniel, Sorry for the late reply. On Apr 18, 2010, at 4:56 PM, Daniel Lopes wrote: > Hello, I'm looking for a way to license one app that I'm working on and I > found AquaticPrime. I would like to know if the use of this tool can be > interfered by MacRuby. How AquaticPrime changes the Core

[MacRuby-devel] Security for licensing a MacRuby app

2010-04-18 Thread Daniel Lopes
Hello, I'm looking for a way to license one app that I'm working on and I found AquaticPrime. I would like to know if the use of this tool can be interfered by MacRuby. How AquaticPrime changes the CoreFoundation, it can be an issue? More about AquaticPrime: http://code.nimblehost.com/ If it can ca