auth0 / Guardian.swift

Swift toolkit for Auth0 Guardian API
https://auth0.com/guardian
MIT License
9 stars 19 forks source link

Use auth0/SimpleKeychain version 0.12.2 #102

Closed ionutmanolache-okta closed 2 years ago

ionutmanolache-okta commented 2 years ago

Description

auth0/SimpleKeychain evolved and dropped support for swift 4. Currently, the demo app fails to compile because carthage resolves auth0/SimpleKeychain with version 1.0.0. The demo app was designed to work with auth0/SimpleKeychain version 0.12.2, yet it was not explicitly set. We will have to integrate the latest version eventually, but by that time, this fix should do.

ionutmanolache-okta commented 2 years ago

@Widcket, It looks like CircleCI dropped support for Xcode 12.5.0 and that's why the CI build failed. They retain a single image which is the last stable release of Xcode 12, and that is 12.5.1. I fixed the config file. Please take a look and approve again. Thanks.

Widcket commented 2 years ago

Should be migrated to Xcode 13 at some point.