-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated Quick and Nimble #641
Conversation
return false | ||
} | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was producing a warning, as CredentialAuthError
already implements Equatable in the library code. See https://github.com/auth0/Lock.swift/blob/master/Lock/CredentialAuthError.swift#L74
@cocojoe can you please update the branch protection settings? The only CircleCI job that should be marked as required is build-and-test-swift-5_2 as the others have been removed. |
Changes
This PR updates the test dependencies Quick and Nimble to the latest majors, making it possible to test Lock.swift with Xcode 12.
The new majors of Quick and Nimble no longer support Swift versions < 5.2. This means that the tests can no longer be run on Xcode versions < 11.4. The CircleCI config has been updated accordingly.
The requirements section in the README has been updated as well.
Testing
Checklist