Skip to content

Commit

Permalink
Credentials: only read credentials labeled "Tart Credentials"
Browse files Browse the repository at this point in the history
  • Loading branch information
edigaryev committed May 3, 2022
1 parent adf80e2 commit b6fd0ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/tart/Credentials.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class Credentials {
kSecMatchLimit as String: kSecMatchLimitOne,
kSecReturnAttributes as String: true,
kSecReturnData as String: true,
kSecAttrLabel as String: "Tart Credentials",
]

var item: CFTypeRef?
Expand Down

0 comments on commit b6fd0ed

Please sign in to comment.