Skip to content

Commit 3b581a1

Browse files
calvincestarigh-action-runner
authored andcommitted
fix: Tuist internal dependency (#824)
1 parent df719fb commit 3b581a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tuist/ProjectDescriptionHelpers/Targets/Target+ApolloCodegenInternalTestHelpers.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ extension Target {
2121
]),
2222
dependencies: [
2323
.target(name: ApolloTarget.apolloCodegenLibWrapper.name),
24+
.target(name: ApolloTarget.apolloInternalTestHelpers.name),
2425
.package(product: "OrderedCollections")
2526
],
2627
settings: .forTarget(target)

0 commit comments

Comments
 (0)