Skip to content

Commit cf8c04f

Browse files
authored
Merge pull request #142 from DSM-PICK/feature/refactoring
chore :: 자잘한 수정
2 parents 5dc3e9a + a0bd403 commit cf8c04f

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

Projects/App/Project.swift

-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ let targets: [Target] = [
4949
sources: ["WatchApp/Sources/**"],
5050
resources: ["WatchApp/Resources/**"],
5151
dependencies: [
52-
// .external(name: "Swinject")
5352
.WatchModule.watchAppNetwork,
5453
.WatchModule.watchDesignSystem
5554
]

Tuist/Dependencies.swift

-5
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,6 @@ let dependencies = Dependencies.init(
5252
url: "https://github.com/airbnb/lottie-ios",
5353
requirement: .upToNextMajor(from: "4.3.3")
5454
),
55-
//SkeletonView
56-
.remote(
57-
url: "https://github.com/Juanpe/SkeletonView.git",
58-
requirement: .upToNextMajor(from: "1.7.0")
59-
),
6055
//FSCalendar
6156
.remote(
6257
url: "https://github.com/WenchaoD/FSCalendar.git",

0 commit comments

Comments
 (0)