Re: [MacRuby-devel] Questions about embedding MacRuby 0.7

2010-10-14 Thread Alistair Holt
MacRuby FTW! :) Alistair Holt On 14 October 2010 22:59, Laurent Sansonetti wrote: > Hi Alistair, > > Yes, you just use the Embed target and you should be fine :) > > Let us know if you have any question. > > Laurent > > On Oct 14, 2010, at 8:11 AM, Alistair Holt wrote: > > Thanks Thibault :) C

Re: [MacRuby-devel] Questions about embedding MacRuby 0.7

2010-10-14 Thread Laurent Sansonetti
Hi Alistair, Yes, you just use the Embed target and you should be fine :) Let us know if you have any question. Laurent On Oct 14, 2010, at 8:11 AM, Alistair Holt wrote: > Thanks Thibault :) Could anyone else confirm that rb_main.rb doesn't need to > be edited when embedding MacRuby 0.7? > >

Re: [MacRuby-devel] Questions about embedding MacRuby 0.7

2010-10-14 Thread Alistair Holt
Thanks Thibault :) Could anyone else confirm that rb_main.rb doesn't need to be edited when embedding MacRuby 0.7? -- Alistair On Oct 14, 2010, at 15:55, Thibault Martin-Lagardette wrote: > Hi :-) > > - MacRuby 0.7 doesn't support 10.5, neither for regular use or embedding. > - If you create

Re: [MacRuby-devel] Questions about embedding MacRuby 0.7

2010-10-14 Thread Thibault Martin-Lagardette
Hi :-) - MacRuby 0.7 doesn't support 10.5, neither for regular use or embedding. - If you create a MacRuby project with the MacRuby Xcode template, you will have a "release" (or something similar) configuration that will do it for you (if I'm not mistaken). -- Thibault Martin-Lagardette On Thu

[MacRuby-devel] Questions about embedding MacRuby 0.7

2010-10-14 Thread Alistair Holt
Hello, I have a few questions about distributing apps with MacRuby 0.7 embedded: - Is embedded 0.7 supported on 10.5? - I followed the tips in this screencast ( http://pragmaticstudio.com/screencasts/7-embedding-macruby) and added some extra code to my rb_main.rb but after reading the 0.7 release