jrendel / SwiftKeychainWrapper

A simple wrapper for the iOS Keychain to allow you to use it in a similar fashion to User Defaults. Written in Swift.
MIT License
1.59k stars 339 forks source link

Deprecation warnings for iOS12 #156

Open SlavcoPetkovski opened 3 years ago

SlavcoPetkovski commented 3 years ago

Hi.

I have updated the library to 4.0.0 and still see the warnings for deprecation for iOS12. Screen Shot 2020-09-28 at 14 42 25 Can you fix them?

jrendel commented 3 years ago

I'm thinking about how best to approach this. I can bump the minimum iOS version to iOS 12 and remove the deprecated api. But I wonder if that's going to alienate any users that support older versions.

I should have done this as part of bumping the major version to 4.0 but I was just trying to get all the updates out and wasn't thinking through it all.

andyj-at-aspin commented 3 years ago

if #available(iOS 12, *) ?

SlavcoPetkovski commented 3 years ago

@jrendel Hi. Any updates on this one?

diegoprados commented 3 years ago

Hi! any plan to fix those @jrendel ? thanks for the awesome library!