Skip to content

Commit

Permalink
Merge pull request #578 from wakmusic/569-setting-factory-stub/keychain
Browse files Browse the repository at this point in the history
🔀 :: (#577) SignInFeature에 KeyChainModule 의존성을 추가합니다.
  • Loading branch information
youn9k authored Jun 6, 2024
2 parents bb75948 + 03491af commit ad85f95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Projects/Features/SignInFeature/Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ let project = Project.module(
resources: ["Resources/**"],
dependencies: [
.feature(target: .PlayerFeature),
.module(target: .KeychainModule),
.domain(target: .AuthDomain, type: .interface),
.domain(target: .UserDomain, type: .interface),
.feature(target: .SignInFeature, type: .interface)
Expand Down

0 comments on commit ad85f95

Please sign in to comment.