diff --git a/Tuist/ProjectDescriptionHelpers/Feature.swift b/Tuist/ProjectDescriptionHelpers/Feature.swift index f2b0e62a..4ce54078 100644 --- a/Tuist/ProjectDescriptionHelpers/Feature.swift +++ b/Tuist/ProjectDescriptionHelpers/Feature.swift @@ -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")) diff --git a/graph.png b/graph.png index 102110a4..ddc482a9 100644 Binary files a/graph.png and b/graph.png differ