Skip to content

Commit 95aa852

Browse files
committed
[chore] #152 FeatureSetting에 FeatureContentCard 의존성 연결
1 parent 66ff07a commit 95aa852

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Tuist/ProjectDescriptionHelpers/Feature.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,10 @@ public enum Feature: String, CaseIterable {
7878
return [
7979
.project(target: "FeatureContentCard", path: .relativeToRoot("Projects/Feature"))
8080
]
81-
case .setting: return []
81+
case .setting:
82+
return [
83+
.project(target: "FeatureContentCard", path: .relativeToRoot("Projects/Feature"))
84+
]
8285
case .contentList:
8386
return [
8487
.project(target: "FeatureContentCard", path: .relativeToRoot("Projects/Feature"))

graph.png

7.28 KB
Loading

0 commit comments

Comments
 (0)