Valet Versions Save

Valet lets you securely store data in the iOS, tvOS, or macOS Keychain without knowing a thing about how the Keychain works. It’s easy. We promise.

2.0.1

8 years ago

Use compile-time checking to enforce use of designated initializers

2.0

8 years ago

• Support Xcode 7 • Update to recommended build settings on Xcode 7 (everything still works on Xcode 6.4) • Treat warnings as errors in all targets • Breaking change: Remove set*:forKey:prompt: on VALSecureEnclaveValet since prompt will never be used. • Fix memory leak caught by the Xcode 7 static analyzer

1.3.1

8 years ago

Conformed to AppleDoc style per #16

1.3

8 years ago
  • Better support for Swift
  • Requires Xcode 6.3 or later

1.2.1

8 years ago

1.2

8 years ago

1.1.3

8 years ago
  • Make canAccessKeychain reliably return NO when the keychain can not be read
  • Ensure locks are unlocked in case of unexpected exceptions

1.1.2

8 years ago
  • Added Travis CI support
  • Shared Xcode schemes

1.1.1

8 years ago

1.1.0

8 years ago

VALMigration*Error -> VALMigrationError* VALAccessible* -> VALAccessibility*

Inspired by issue #2