Skip to content

Commit

Permalink
➕ :: [#457] ReactorKit 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
baekteun committed Mar 10, 2024
1 parent f6ba6af commit 569201e
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public extension TargetDependency.SPM {
static let FirebaseAnalytics = TargetDependency.external(name: "FirebaseAnalyticsWithoutAdIdSupport")
static let FirebaseCrashlytics = TargetDependency.external(name: "FirebaseCrashlytics")
static let NVActivityIndicatorView = TargetDependency.external(name: "NVActivityIndicatorView")
static let ReactorKit = TargetDependency.external(name: "ReactorKit")

// MARK: Native SPM
static let YouTubePlayerKit = TargetDependency.package(product: "YouTubePlayerKit")
Expand Down
3 changes: 2 additions & 1 deletion Projects/Features/BaseFeature/Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ let project = Project.makeModule(
.Project.Service.Domain,
.Project.Module.FeatureThirdPartyLib,
.Project.UserInterfaces.DesignSystem,
.Project.Module.Utility
.Project.Module.Utility,
.SPM.ReactorKit
]
)
18 changes: 18 additions & 0 deletions Tuist/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,15 @@
"version" : "6.7.0"
}
},
{
"identity" : "reactorkit",
"kind" : "remoteSourceControl",
"location" : "https://github.com/ReactorKit/ReactorKit.git",
"state" : {
"revision" : "8fa33f09c6f6621a2aa536d739956d53b84dd139",
"version" : "3.2.0"
}
},
{
"identity" : "rxdatasources",
"kind" : "remoteSourceControl",
Expand Down Expand Up @@ -296,6 +305,15 @@
"revision" : "e421a7b3440a271834337694e6050133a3958bc7",
"version" : "2.7.0"
}
},
{
"identity" : "weakmaptable",
"kind" : "remoteSourceControl",
"location" : "https://github.com/ReactorKit/WeakMapTable.git",
"state" : {
"revision" : "cb05d64cef2bbf51e85c53adee937df46540a74e",
"version" : "1.2.1"
}
}
],
"version" : 2
Expand Down
3 changes: 2 additions & 1 deletion Tuist/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ let package = Package(
.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", from: "1.8.0"),
.package(url: "https://github.com/cbpowell/MarqueeLabel.git", from: "4.3.0"),
.package(url: "https://github.com/firebase/firebase-ios-sdk.git", from: "10.7.0"),
.package(url: "https://github.com/ninjaprox/NVActivityIndicatorView.git", from: "5.1.1")
.package(url: "https://github.com/ninjaprox/NVActivityIndicatorView.git", from: "5.1.1"),
.package(url: "https://github.com/ReactorKit/ReactorKit.git", from: "3.2.0")
]
)

0 comments on commit 569201e

Please sign in to comment.