Skip to content

Commit

Permalink
[Setting] ReactorKit 세팅하기 DO-SOPT-iOS-Part#17
Browse files Browse the repository at this point in the history
  • Loading branch information
HELLOHIDI committed Jun 6, 2024
1 parent 09d639c commit 8b61bb8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ public extension TargetDependency.SPM {
static let RxSwift = TargetDependency.external(name: "RxSwift")
static let RxCocoa = TargetDependency.external(name: "RxCocoa")
static let RxRelay = TargetDependency.external(name: "RxRelay")
static let ReactorKit = TargetDependency.external(name: "ReactorKit")
}
3 changes: 2 additions & 1 deletion Projects/Modules/ThirdPartyLibs/Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ let project = Project.makeModule(
.SPM.RxCocoa,
.SPM.RxDataSources,
.SPM.RxRelay,
.SPM.RxSwift
.SPM.RxSwift,
.SPM.ReactorKit
]
)
3 changes: 2 additions & 1 deletion Tuist/Dependencies.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ let spm = SwiftPackageManagerDependencies([
.remote(url: "https://github.com/onevcat/Kingfisher.git", requirement: .upToNextMajor(from: "7.6.2")),
.remote(url: "https://github.com/ReactiveX/RxSwift", requirement: .upToNextMajor(from: "6.6.0")),
.remote(url: "https://github.com/RxSwiftCommunity/RxGesture", requirement: .upToNextMajor(from: "4.0.4")),
.remote(url: "https://github.com/RxSwiftCommunity/RxDataSources", requirement: .upToNextMajor(from: "5.0.2"))
.remote(url: "https://github.com/RxSwiftCommunity/RxDataSources", requirement: .upToNextMajor(from: "5.0.2")),
.remote(url: "https://github.com/ReactorKit/ReactorKit", requirement: .upToNextMajor(from: "5.0"))
], baseSettings: Settings.settings(
))

Expand Down

0 comments on commit 8b61bb8

Please sign in to comment.