File tree Expand file tree Collapse file tree
Tuist/ProjectDescriptionHelpers Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ]
You can’t perform that action at this time.
0 commit comments