soffes / SAMKeychain

Simple Objective-C wrapper for the keychain that works on Mac and iOS
MIT License
5.4k stars 953 forks source link

add access group interfaces in SAMKeychain #174

Closed linkexin closed 7 years ago

linkexin commented 7 years ago

Hi, when I using SAMKeychain in Extension, I noted that there is no accress group interfaces in SAMKeychain.h. Finally I imported SAMKeychainQuery in my code. I think it's convenient to have interfaces about access group, so I opened this pull request. :)

calebd commented 7 years ago

Please see #81.

linkexin commented 7 years ago

Got it! thx