CodableKeychain
CodableKeychain copied to clipboard
Swift framework for storing Codable conforming objects to the keychain.
 
Adds a Swift 5 compatible Swift Package definition while maintaining a Swift 4.2 compatible Package definition using [version-specific manifest selection](https://github.com/apple/swift-package-manager/blob/main/Documentation/Usage.md#version-specific-manifest-selection) Closes https://github.com/toddkramer/CodableKeychain/issues/5
Update Package.swift to make it usable from SPM in Xcode
Previously the query to fetch the existing item was requiring that the existing item’s accessibility attribute was the same as the new accessibility attribute. This would return no results, which...