lib/keychain/keychain.rb in ruby-keychain-0.3.0 vs lib/keychain/keychain.rb in ruby-keychain-0.3.1

- old
+ new

@@ -27,16 +27,9 @@ :lock_on_sleep, :uchar, :use_lock_interval, :uchar, #apple ignores this :lock_interval, :uint32 end - class Keychain::TrustedApplication < Sec::Base - register_type 'SecTrustedApplication' - end - - class Keychain::Access < Sec::Base - register_type 'SecAccess' - end attach_function 'SecKeychainSetSettings', [:keychainref, KeychainSettings], :osstatus attach_function 'SecKeychainCopySettings', [:keychainref, KeychainSettings], :osstatus attach_function 'SecKeychainLock', [:keychainref], :osstatus \ No newline at end of file