kishikawakatsumi / UICKeyChainStore

UICKeyChainStore is a simple wrapper for Keychain on iOS, watchOS, tvOS and macOS. Makes using Keychain APIs as easy as NSUserDefaults.
http://kishikawakatsumi.com
MIT License
3.08k stars 383 forks source link

Support Mac Catalyst #181

Closed kishikawakatsumi closed 4 years ago

kishikawakatsumi commented 4 years ago

Closes https://github.com/kishikawakatsumi/UICKeyChainStore/issues/175

codecov[bot] commented 4 years ago

Codecov Report

Merging #181 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #181   +/-   ##
=======================================
  Coverage   62.97%   62.97%           
=======================================
  Files           1        1           
  Lines         686      686           
=======================================
  Hits          432      432           
  Misses        254      254           
Impacted Files Coverage Δ
Lib/UICKeyChainStore/UICKeyChainStore.m 62.97% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3e2fc9f...7ded987. Read the comment docs.