Skip to content

Commit 70b704f

Browse files
committed
[chore] #152 FeatureRemind에 FeatureContentCard 의존성 제거
1 parent 2931e25 commit 70b704f

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Tuist/ProjectDescriptionHelpers/Feature.swift

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,7 @@ public enum Feature: String, CaseIterable {
6565
case .contentDetail: return []
6666
case .contentSetting: return []
6767
case .categorySetting: return []
68-
case .remind:
69-
return [
70-
.project(target: "FeatureContentCard", path: .relativeToRoot("Projects/Feature"))
71-
]
68+
case .remind: return []
7269
case .login: return []
7370
case .pokit:
7471
return [

graph.png

-10.5 KB
Loading

0 commit comments

Comments
 (0)