Re: [MacRuby-devel] MacRuby Document-based Application template in XCode?

2009-06-17 Thread Matt Aimonetti
I believe someone already worked on a template like that, you might want to do a twitter search before giving it a try. - Matt On Tue, Jun 16, 2009 at 11:59 PM, Paul Howson wrote: > Hi, > > When using Objective-C, XCode provides you with a template for a "Cocoa > Document-based Application". > >

Re: [MacRuby-devel] MacRuby Document-based Application template in XCode?

2009-06-17 Thread John Shea
Hi Paul, I think when I first did it I just copied what an objective C document based application did. The thing that was not so obvious to me at the time was putting the appropriate text in the Info.plist file. I have a few document based application examples translated from Hillegas a

Re: [MacRuby-devel] MacRuby Document-based Application template in XCode?

2009-06-17 Thread Eloy Duran
I think this is the one you mean: http://github.com/atduskgreg/MacRuby-Document-App-Template/tree/master Eloy On 17 jun 2009, at 09:23, Matt Aimonetti wrote: I believe someone already worked on a template like that, you might want to do a twitter search before giving it a try. - Matt On T

Re: [MacRuby-devel] MacRuby Document-based Application template in XCode?

2009-06-17 Thread Matt Aimonetti
Thanks Eloy. If anyone can confirm that the template works fine, I think we could bundle it with MacRuby 0.5 (if Laurent and Greg are ok with that). - Matt On Wed, Jun 17, 2009 at 1:33 AM, Eloy Duran wrote: > I think this is the one you mean: > http://github.com/atduskgreg/MacRuby-Document-App-

Re: [MacRuby-devel] MacRuby Document-based Application template in XCode?

2009-06-17 Thread Laurent Sansonetti
The problem is that this is not an Xcode template but a skeleton app (that you're supposed to copy). If someone is willing to contribute a real Xcode template, then I would be happy to bundle it. Laurent On Jun 17, 2009, at 10:11 AM, Matt Aimonetti wrote: Thanks Eloy. If anyone can confir

Re: [MacRuby-devel] MacRuby Document-based Application template in XCode?

2009-06-17 Thread Paul Howson
Thanks everyone for those tips. Paul Howson ___ MacRuby-devel mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Re: [MacRuby-devel] Setting Breakpoints/Debugger

2009-06-17 Thread Paul Howson
On 04/06/2009, at 6:57 AM, Laurent Sansonetti wrote: I have an idea about adding facilities inside the new VM in order to attach a debugger to it (and we could even patch gdb to add Ruby support!) but I won't be able to start this any time soon, because there are too many higher priority th