Hi guys,
Gmail Notifr was originally written in RubyCocoa, which runs as a little NSStatusBar app and checks your gmail feeds at specified intervals. I started updating it to MacRuby last month.
Most changes were just simply updating method_arg1_arg2 to method(arg1:arg2). Since this app saves account/password in Keychain, I also extracted the keychain access code to a separate project. Still have some difficulties on Security.framework's C methods. I also need to make the growl notification work later.
Regarding the C methods calling, the keychain wrapper has to access this API:
SecKeychainItemModifyAttributesAndData
It would be really great if anyone knows how to construct SecKeychainAttributeList and other necessary parameters for this API and offers some help.
_______________________________________________
MacRuby-devel mailing list
MacRuby-devel@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel