Skip to content

Commit

Permalink
Add KeychainStore dependency (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanekay authored Sep 17, 2022
1 parent c826d90 commit db625cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ let package = Package(
"Blueprints",
"UserDefaultsStore",
"FileSystemStore",
"CoreDataStore"
"CoreDataStore",
"KeychainStore"
],
path: "Sources/Stores"
),
Expand Down

0 comments on commit db625cf

Please sign in to comment.