Skip to content

Commit

Permalink
[chore] #303 불필요한 코드 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhaeun-la committed May 13, 2024
1 parent 9743fa4 commit 8403248
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions Tuist/Templates/feature/project.stencil
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ let project = Project.makeProject(
moduleType: .feature,
dependencies: [
.featureDependency
],

]
)
2 changes: 0 additions & 2 deletions Tuist/Templates/framework/project.stencil
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,5 @@ let project = Project.makeProject(
moduleType: .dynamicFramework,
isTestable: true,
dependencies: [
],
scheme: [
]
)

0 comments on commit 8403248

Please sign in to comment.