Skip to content
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

Fix build failure with SimpleKeychain 0.11.0. #354

Merged
merged 6 commits into from
Feb 28, 2020
Merged

Fix build failure with SimpleKeychain 0.11.0. #354

merged 6 commits into from
Feb 28, 2020

Conversation

jshier
Copy link
Contributor

@jshier jshier commented Feb 27, 2020

Changes

Fix call to keyRefOfRSAKey to properly handle the optional return from SimpleKeychain 0.11.0.

References

For package managers pulling an unconstrained version of SimpleKeychain (e.g. CocoaPods), Auth0's build is currently broken due to a mismatch in expected optionality between the two libraries.

Testing

Integrating this branch through CocoaPods should catch the build issue.

Checklist

@jshier jshier requested a review from a team February 27, 2020 20:40
Cartfile Outdated Show resolved Hide resolved
Auth0.podspec Outdated Show resolved Hide resolved
Copy link
Contributor

@Widcket Widcket left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for raising this. Please address the comments and it will be merged and released ASAP.

@jshier
Copy link
Contributor Author

jshier commented Feb 27, 2020

Reverted changes to minimum versions for package managers.

Widcket
Widcket previously approved these changes Feb 27, 2020
@stevehobbsdev stevehobbsdev merged commit e399d67 into auth0:master Feb 28, 2020
@Widcket Widcket added this to the vNext milestone Feb 28, 2020
@Widcket Widcket added the tiny label Feb 28, 2020
@Widcket Widcket mentioned this pull request Feb 28, 2020
@Widcket
Copy link
Contributor

Widcket commented Feb 28, 2020

Released, thanks for the PR!

@jshier
Copy link
Contributor Author

jshier commented Feb 28, 2020

Great, thanks!

@jshier jshier deleted the simplekeychain-fixes branch February 28, 2020 19:23
sam-w pushed a commit to LoungeBuddy/Auth0.swift that referenced this pull request Mar 11, 2020
* Fix build failure with SimpleKeychain 0.11.0.

* Trigger new CI build

* Unwrap optional

* Extract logic to private method

* Add iOS 9 test case

* Revert changes

Co-authored-by: Rita Zerrizuela <zeta@widcket.com>
sam-w added a commit to LoungeBuddy/Auth0.swift that referenced this pull request Mar 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants