-
Notifications
You must be signed in to change notification settings - Fork 104
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
Switch to a Swift-friendly Base32 library #135
Comments
A prerequisite of this is probably converting the last of the legacy tests to Swift, since |
@mattrubin Anything to help out here? I noticed that the current /cc @nrubin29 |
@EmDee Help is always welcome! Can you clarify what issues the current dependency has with Swift 5.3? I'm not seeing any issues with Xcode 12 beta 3. |
@mattrubin You're right. It was actually a problem on |
The current dependency for Base32 encoding and decoding exposes an Objective-C API which doesn't bridge nicely to Swift.
The text was updated successfully, but these errors were encountered: