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

SHA2 digests not included when using Carthage #15

Closed
jb431 opened this issue May 31, 2016 · 3 comments
Closed

SHA2 digests not included when using Carthage #15

jb431 opened this issue May 31, 2016 · 3 comments

Comments

@jb431
Copy link

jb431 commented May 31, 2016

I am interested in the new SHA2 digests and I just did a Carthage update to try it out, but I do not see the new overloads for verifySignatureString (with the optional DigestType argument).

In my Cartfile, I only have this (no version restriction):

github "TakeScoop/SwiftyRSA"

My Cartfile.resolved shows that it is still using version 0.3.0 (same as the version I already had from a week ago).

Thanks.

@ldiqual
Copy link
Contributor

ldiqual commented May 31, 2016

@jb431 Thanks for reporting! Can you try resolving from the master branch, something like this:

github "TakeScoop/SwiftyRSA" "master"

I believe Carthage resolves with any tagged version when no version is specified, in this case the last version: 0.3.0. SHA2 changes are not tagged yet.

@jb431
Copy link
Author

jb431 commented May 31, 2016

@ldiqual That handled it! Thanks!!

@ldiqual
Copy link
Contributor

ldiqual commented May 31, 2016

@jb431 Sweet! Closing this issue then.

@ldiqual ldiqual closed this as completed May 31, 2016
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