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

Keychain groups support #64

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

tupps
Copy link

@tupps tupps commented Aug 3, 2015

I needed to support keychain groups to allow the use of this tool in an that has a Share Extension. This way both the main app and the share extension can use the same passcode.

For this I needed to change the queries to use SSKeychainQuery's instead of the convenience methods in SSKeychain. Using this allows access to the accessGroup property which is used to specify the keychain group.

@ericlewis
Copy link
Contributor

This would be better conceptualized as refactoring the usage of keychain as a plugin vs exposing specific interfaces.

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