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

Update to use CryptoSwift 0.7.1 #93

Open
eeu479 opened this issue Oct 30, 2017 · 1 comment
Open

Update to use CryptoSwift 0.7.1 #93

eeu479 opened this issue Oct 30, 2017 · 1 comment

Comments

@eeu479
Copy link

eeu479 commented Oct 30, 2017

The current build of JSONWebToken is using crypto swift 0.6.9.

I noticed the CI Build failed with commit "UPDATED to use crypto swift 0.7"

Has any progress been made on updating to use >0.7?

@jonblatho
Copy link
Contributor

jonblatho commented Dec 19, 2017

I have opened a pull request (#96) which brings the CryptoSwift version to 0.8.0 and fixes another issue which prevented successful builds. I have verified that builds are successful on both macOS and Linux. (The failing CI builds seem to be related to the unit tests rather than build errors.)

If you need to, you can use my fork at the master branch while the PR awaits review. I don’t plan on making any further changes that would break the project, so referencing the master branch should be harmless. Just remember to monitor #96 and revert back to this repo, assuming it’s approved, for future updates.

In case you don’t know how to reference a Swift package at its master branch (requires Swift 4):
.package(url: "https://github.com/jonblatho/JSONWebToken.swift.git", .branch("master"))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants