evgenyneu / keychain-swift

Helper functions for saving text in Keychain securely for iOS, OS X, tvOS and watchOS.
MIT License
2.85k stars 345 forks source link

added kSecUseDataProtectionKeychain to the query to allow macOS group access #168

Closed KonstDevelop closed 1 year ago

DanielZanchi commented 10 months ago

why this wasn't merged to master?

brzzdev commented 2 months ago

@evgenyneu This is essential for access groups to work correctly on macOS (see Important block near the start of this page). Otherwise any other target trying to access the group prompts for your password (See #117)

I've verified that this MR fixes the issue. Would it be possible to get it reopened, merged, and in a new release?