Evan DeLaney
Evan DeLaney
> When we receive a did-save notification, we call `notifyAboutChangedObjects(from notification:)`, which, in turn, calls `processChangedLocalObjects(_:)`. That method will then distribute the objects to all change processors Calling `notify...` happens...
This code change adds support for `kSecAttrSynchronizable`, which is iCloud Keychain syncing. I'm not sure if you want to treat this the same way you've handled `kSecAttrAccessGroup` or if there's...
Unit tests crash in `XCTestCase` subclasses inside of `override func setUp() async throws` at the point where `.oAuth(from:authenticate:callback:scope:completion:)` is called in production code. The stack trace shows `OAuthService.services.getter` force unwrapping...
The ChimpKit SDK doesn't build as a git submodule for projects that don't use a PCH. Also, I've added a `.gitignore` to eliminate Finder's `.DS_Store` files from getting committed into...