We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5dc3e9a + a0bd403 commit cf8c04fCopy full SHA for cf8c04f
Projects/App/Project.swift
@@ -49,7 +49,6 @@ let targets: [Target] = [
49
sources: ["WatchApp/Sources/**"],
50
resources: ["WatchApp/Resources/**"],
51
dependencies: [
52
-// .external(name: "Swinject")
53
.WatchModule.watchAppNetwork,
54
.WatchModule.watchDesignSystem
55
]
Tuist/Dependencies.swift
@@ -52,11 +52,6 @@ let dependencies = Dependencies.init(
url: "https://github.com/airbnb/lottie-ios",
requirement: .upToNextMajor(from: "4.3.3")
),
- //SkeletonView
56
- .remote(
57
- url: "https://github.com/Juanpe/SkeletonView.git",
58
- requirement: .upToNextMajor(from: "1.7.0")
59
- ),
60
//FSCalendar
61
.remote(
62
url: "https://github.com/WenchaoD/FSCalendar.git",
0 commit comments