A Ruby extension for interacting with the OS X keychain. Sample usage: require ENV['TM_SUPPORT_PATH'] + '/lib/osx/keychain' p OSX::Keychain.internet_password_for(:account => 'foo', :server => 'bar', …)
Full usage in the README in the Tools directory Changed: A trunk/Support/lib/osx/keychain.bundle A trunk/Tools/keychain/ A trunk/Tools/keychain/README A trunk/Tools/keychain/extconf.rb A trunk/Tools/keychain/keychain.c A trunk/Tools/keychain/test.rb _______________________________________________ textmate-dev mailing list [email protected] http://lists.macromates.com/mailman/listinfo/textmate-dev
