Skip to content

Commit

Permalink
➕:: [#49] 의존성 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jjunhaa0211 committed Nov 7, 2023
1 parent 4d19487 commit 04adae1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion DesignSystem/Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ let project = Project(
.ThirdParty.SPM.Then,
.ResourceKit.Implement,
.ThirdParty.SPM.RxCocoa,
.ThirdParty.SPM.RxSwift
.ThirdParty.SPM.RxSwift,
.Core.SuperUI
]
)

Expand Down
3 changes: 2 additions & 1 deletion Features/User/Auth/Login/LoginUserInterface/Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ let project = Project.invertedDualTargetProjectWithDemoApp(
iOSTargetVersion: "15.0.0",
interfaceDependencies: [
.Core.RIBsUtil,
.TokenManager.Interface
.TokenManager.Interface,
.DesignSystem.Implement
],
implementDependencies: [
.Core.SuperUI,
Expand Down

0 comments on commit 04adae1

Please sign in to comment.