KeychainAccess v3.0.0 Release Notes

Release Date: 2016-09-15 // over 7 years ago
  • 👌 Support Swift 3.0

    id is now mapped to Any

    [SE-0116] Import Objective-C id as Swift Any type

    OptionSetType => OptionSet

    ErrorType => ErrorProtocol => Error

    AuthenticationPolicy to be UInt

    ⬇️ Drop NS prefix

    • NSData => Data
    • NSURL => URL

    - NSIndexSet => IndexSet

    Lowercase enums (adn OptionSet types)

    ⚡️ Update to Xcode 8 recommended build settings

    • 0️⃣ Enable whole module optimization (by default on Xcode 8)

    🐛 Bug fixes

    • Enable to catch specific errors