Skip to content

Commit

Permalink
[chore] #152 FeatureSetting에 FeatureContentCard 의존성 연결
Browse files Browse the repository at this point in the history
  • Loading branch information
ShapeKim98 committed Nov 18, 2024
1 parent 66ff07a commit 95aa852
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Tuist/ProjectDescriptionHelpers/Feature.swift
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,10 @@ public enum Feature: String, CaseIterable {
return [
.project(target: "FeatureContentCard", path: .relativeToRoot("Projects/Feature"))
]
case .setting: return []
case .setting:
return [
.project(target: "FeatureContentCard", path: .relativeToRoot("Projects/Feature"))
]
case .contentList:
return [
.project(target: "FeatureContentCard", path: .relativeToRoot("Projects/Feature"))
Expand Down
Binary file modified graph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 95aa852

Please sign in to comment.