CodableKeychain icon indicating copy to clipboard operation
CodableKeychain copied to clipboard

Enable updating an item’s accessible attribute

Open ejensen opened this issue 3 years ago • 0 comments

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 caused the existingData == nil code path to be executed and failed since there is an existing item, just with a different accessibility attribute

ejensen avatar Sep 27 '22 19:09 ejensen