Skip to content

Commit

Permalink
📦 KeychainStorage 패키지가 MSPersistentStorage 타겟을 의존하도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
SwiftyJunnos committed Jan 29, 2024
1 parent 9690880 commit c869c1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iOS/MSCoreKit/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ let package = Package(
]),
.target(name: Target.keychainStorage,
dependencies: [
.target(name: Target.msPersistentStorage),
.product(name: Dependency.msLogger,
package: Dependency.msFoundation),
.product(name: Dependency.msConstants,
Expand Down

0 comments on commit c869c1f

Please sign in to comment.