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

Cleanup availability warnings and fix deployment targets. #220

Open
2 tasks
lolgear opened this issue Oct 21, 2019 · 0 comments
Open
2 tasks

Cleanup availability warnings and fix deployment targets. #220

lolgear opened this issue Oct 21, 2019 · 0 comments

Comments

@lolgear
Copy link
Collaborator

lolgear commented Oct 21, 2019

It seems that SecKeyAlgorithm ( on which whole library depends ) is introduced in fresh apple OSes.

typedef CFStringRef SecKeyAlgorithm CF_STRING_ENUM
__OSX_AVAILABLE(10.12) __IOS_AVAILABLE(10.0) __TVOS_AVAILABLE(10.0) __WATCHOS_AVAILABLE(3.0);

So, we need to raise deployment targets and cleanup availability warnings.

  • Cleanup availability warnings.
  • Raise deployment targets.
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

1 participant