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.09k stars 382 forks source link

Add Swift Package Manager support #176

Closed artemisia-absynthium closed 4 years ago

artemisia-absynthium commented 4 years ago

Hi @kishikawakatsumi ,

I have added SPM support and tested importing and using it in an app, everything is working fine on my side.

Referencing issue.

codecov[bot] commented 4 years ago

Codecov Report

Merging #176 into master will increase coverage by 0.09%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #176      +/-   ##
==========================================
+ Coverage   62.97%   63.07%   +0.09%     
==========================================
  Files           1        1              
  Lines         686      677       -9     
==========================================
- Hits          432      427       -5     
+ Misses        254      250       -4
Impacted Files Coverage Δ
Lib/UICKeyChainStore/UICKeyChainStore.m 63.07% <0%> (+0.09%) :arrow_up:

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...13bd929. Read the comment docs.

kishikawakatsumi commented 4 years ago

This has been merged with modifications. Thank you for the PR!

artemisia-absynthium commented 4 years ago

You're welcome!