Skip to content

Commit

Permalink
✨[feat]: depdency 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy-wonji committed Dec 23, 2023
1 parent 552c502 commit 42f2713
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion BeatCounter/Projects/App/Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,9 @@ let project = Project.makeAppModule(
product: .app,
packages: [],
settings: .settings(),
dependencies: []
dependencies: [
.package(product: "ComposableArchitecture", type: .macro)


]
)
2 changes: 1 addition & 1 deletion BeatCounter/Tuist/Dependencies.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Foundation
import ProjectDescription

let swiftpackage = SwiftPackageManagerDependencies([

.remote(url: "http://github.com/pointfreeco/swift-composable-architecture", requirement: .exact("1.5.0")),
])

let dependencie = Dependencies(
Expand Down

0 comments on commit 42f2713

Please sign in to comment.