From: James M. <jam...@gm...> - 2009-09-25 08:59:01
|
I'm trying to do something similar to this code sample [1] but in RubyCocoa. In particular, I'm having some trouble trying to build a SecKeychainAttributeList. I suspect I need to make use of Array#pack or something to build a suitable structure in Ruby. Any advice on how to build the equivalent of attributes in this chunk of code [2] would be very welcome. Thanks, James. ---- http://blog.floehopper.org [1] http://rubyurl.com/9zE4 [2] http://gist.github.com/193415 |