auth0 / SimpleKeychain

A simple Keychain wrapper for iOS, macOS, tvOS, and watchOS
https://auth0.github.io/SimpleKeychain
MIT License
587 stars 76 forks source link

Drop support for iOS 12, tvOS 12, macOS 10.15, watch0S < 7, and Xcode 13 #184

Closed Widcket closed 1 year ago

Widcket commented 1 year ago

📋 Changes

This PR raises the deployment target of JWTDecode.swift as follows:

Additionally, support for Xcode 13 was dropped, and as such the minimum Swift version was raised to 5.7 (the version shipped with Xcode 14.0).

userNameIsBoris commented 1 year ago

Hi! Just wondering, why did you drop it? It doesn't look like necessary change.

I'm working on the project with iOS 12 deployment target and today i ran into error after package update. Had to fix dependency on 1.0.1.

Widcket commented 1 year ago

Hi @userNameIsBoris, we're aligning our Swift libraries to support iOS 13+, as per our Support Policy.

userNameIsBoris commented 1 year ago

@Widcket Got it, thanks. Have a nice day!