Re: [MacRuby-devel] Blog post: Accessing the Keychain with MacRuby

2010-02-05 Thread Matt Aimonetti
Feel free to ping me on gtalk if you have questions/comments. -Matt Sent from my iPhone On Feb 5, 2010, at 0:06, Carlo Zottmann wrote: On 4 February 2010 19:30, Matt Aimonetti wrote: Great stuff Carlo, I wrote something a bit similar a while back: http://www.macruby.org/recipes/create-an-

Re: [MacRuby-devel] Blog post: Accessing the Keychain with MacRuby

2010-02-05 Thread Carlo Zottmann
On 4 February 2010 19:30, Matt Aimonetti wrote: > Great stuff Carlo, I wrote something a bit similar a while back: > http://www.macruby.org/recipes/create-an-objective-c-bundle.html I know, I've referenced your recipe in my article. :) > Would you mind converting your article into a recipe for t

Re: [MacRuby-devel] Blog post: Accessing the Keychain with MacRuby

2010-02-04 Thread Matt Aimonetti
Great stuff Carlo, I wrote something a bit similar a while back: http://www.macruby.org/recipes/create-an-objective-c-bundle.html Would you mind converting your article into a recipe for the macruby site? (more info there: http://www.macruby.org/documentation/website-contributions.html) Thanks, -

[MacRuby-devel] Blog post: Accessing the Keychain with MacRuby

2010-02-04 Thread Carlo Zottmann
Hi guys, I got around building a wrapper around a C class in order to be able to access OSX' Keychain from MR. I hadn't done something like this before, so I thought it'd be a good idea to write it down. Maybe it'll help some other (Obj-)C newbs. ;) http://blog.zottmann.org/post/370827421/access-