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

Remove base64 submodule and replace with new NSData methods #12

Closed
wants to merge 1 commit into from

Conversation

timrossinfo
Copy link

As noted in: https://github.com/nicklockwood/Base64

"In the iOS 7 and Mac OS 10.9 SDKs, Apple introduced new base64 methods on NSData that make it unnecessary to use a 3rd party base 64 decoding library. What's more, they exposed access to private base64 methods that are retrospectively available back as far as IOS 4 and Mac OS 6."

@Whirlwind
Copy link

@kelp404 please check this pull request, and I hope it is merged.

@Whirlwind
Copy link

I think this pull request have a problem:
base64EncodedStringWithOptions is AVAILABLE since (10_9, 7_0), but this project support iOS 6.

@Whirlwind
Copy link

I had create a new pull request #14

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

Successfully merging this pull request may close these issues.

2 participants