[MacRuby-devel] quick question about macrubyc static

2010-10-20 Thread Iain Barnett
Hi, If I compile a ruby script with `macrubyc --static` is that essentially the same as compiling ruby from within an Xcode project or is there a real difference in what is produced? Regards, Iain ___ MacRuby-devel mailing list [email protected]

Re: [MacRuby-devel] NSArray constructor broken?

2010-10-20 Thread Jeff Hemmelgarn
I would be interested in helping out. What would be involved? Jeff On Oct 18, 2010, at 7:36 PM, Laurent Sansonetti wrote: > We generally don't do micro releases, as MacRuby's trunk is more stable than > the previous releases. We are very careful to only commit bug fixes or > well-tested featu

Re: [MacRuby-devel] Frameworks Help

2010-10-20 Thread Shaun August
Thanks Mario, I am digging into the tutorial right now and I realize a pretty important piece of information is missing. After adding the bundle target I need to create a "Copy Headers" folder in the TagLibBundle but the instructions don't say what to do: Adding our Bundle target The first thing

Re: [MacRuby-devel] Frameworks Help

2010-10-20 Thread Nick Ludlam
Thanks Shaun, I'm in the process of revising the tutorial from a couple of other people's feedback, so I'll take a look at this too. Nick On 20 Oct 2010, at 21:04, Shaun August wrote: > Thanks Mario, > > I am digging into the tutorial right now and I realize a pretty important > piece of inf

Re: [MacRuby-devel] Frameworks Help

2010-10-20 Thread Shaun August
Thanks Nick, I appreciate the tutorial. On Wed, Oct 20, 2010 at 1:44 PM, Nick Ludlam wrote: > Thanks Shaun, > I'm in the process of revising the tutorial from a couple of other people's > feedback, so I'll take a look at this too. > > Nick > > > On 20 Oct 2010, at 21:04, Shaun August wrote: > >

[MacRuby-devel] MacRuby in the Mac App Store

2010-10-20 Thread Henry Maddocks
This clause... 2.24 Apps that use deprecated or optionally installed technologies (e.g., Java, Rosetta) will be rejected seems to prohibit MacRuby apps. Anyone know for sure? Henry ___ MacRuby-devel mailing list [email protected] htt

Re: [MacRuby-devel] MacRuby in the Mac App Store

2010-10-20 Thread Brendan G. Lim
Probably not - since you can embed the MacRuby runtime inside your applications. -- Brendan G. Lim Director of Mobile Development Intridea, Inc. | www.Intridea.com p. (404) 494-0123 On Wed, Oct 20, 2010 at 7:20 PM, Henry Maddocks wrote: > This clause... > 2.24 Apps t

Re: [MacRuby-devel] MacRuby in the Mac App Store

2010-10-20 Thread Robert Schaaf
It sems to me that since you can compile an app to native code, using Apple's frameworks and runtime system, there need be no Ruby installation. That said, I think an app store for the Mac is a horrible idea. I won't detail why in this forum, but I'm sure my views will be expresed by others els