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

Expose macOS Keychain options #405

Merged

Conversation

hishboy
Copy link
Contributor

@hishboy hishboy commented Jun 7, 2022

Currently, we're only passing the Apple Keychain options on the iOS platform. macOS has everything wired up in FlutterSecureStorageMacosPlugin.m, but it's not passing the params from Flutter to the objective-c code.

This patch addresses this by:

  1. Renaming IOSAccessiblity to AppleAccessiblity since Keychain is cross-platform in Apple's ecosystem
  2. Created a shared AppleOptions abstract class that both IOSOptions and MacOSOptions extend.

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