Skip to content

Commit cc247e6

Browse files
committed
chore: TCA 의존성 추가
1 parent 43b34b7 commit cc247e6

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Tuist/ProjectDescriptionHelpers/Project+Packages.swift

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ public enum DevLogPackages {
99
url: "https://github.com/apple/swift-collections.git",
1010
.upToNextMajor(from: "1.3.0")
1111
)
12+
public static let composableArchitecturePackage: Package = .package(
13+
url: "https://github.com/pointfreeco/swift-composable-architecture",
14+
.upToNextMajor(from: "1.25.5")
15+
)
1216
public static let firebasePackage: Package = .package(
1317
url: "https://github.com/firebase/firebase-ios-sdk",
1418
.upToNextMajor(from: "11.15.0")
@@ -23,6 +27,7 @@ public enum DevLogPackages {
2327
)
2428

2529
public static let presentationPackageDependencies: [TargetDependency] = [
30+
.package(product: "ComposableArchitecture"),
2631
.package(product: "MarkdownUI"),
2732
.package(product: "OrderedCollections"),
2833
]
@@ -41,6 +46,7 @@ public enum DevLogPackages {
4146
public static let defaultPackages: [Package] = []
4247

4348
public static let presentationPackages: [Package] = [
49+
composableArchitecturePackage,
4450
markdownUIPackage,
4551
swiftCollectionsPackage,
4652
]

0 commit comments

Comments
 (0)