SwiftKeychainWrapper icon indicating copy to clipboard operation
SwiftKeychainWrapper copied to clipboard

Deprecation warnings for iOS12

Open SlavcoPetkovski opened this issue 4 years ago • 4 comments

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?

SlavcoPetkovski avatar Sep 28 '20 12:09 SlavcoPetkovski

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.

jrendel avatar Sep 28 '20 23:09 jrendel

if #available(iOS 12, *) ?

andyj-at-aspin avatar Oct 21 '20 12:10 andyj-at-aspin

@jrendel Hi. Any updates on this one?

SlavcoPetkovski avatar Nov 27 '20 10:11 SlavcoPetkovski

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

diegoprados avatar Mar 16 '21 06:03 diegoprados