Skip to content

Commit 969ca8a

Browse files
committed
Fix dependencies
1 parent 0cfb11c commit 969ca8a

File tree

4 files changed

+24
-1
lines changed

4 files changed

+24
-1
lines changed

Projects/App/Project.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ let project = Project(
3030
name: "AppShared",
3131
resources: [
3232
"AppShared/Resources/**",
33+
],
34+
testDependencies: [
35+
.external(name: "CustomDump"),
3336
]
3437
),
3538
.framework(
@@ -50,6 +53,7 @@ let project = Project(
5053
.target(name: "Mastodon"),
5154
.external(name: "ComposableArchitecture"),
5255
.external(name: "Kingfisher"),
56+
.external(name: "SwiftHTMLtoMarkdown"),
5357
]
5458
),
5559
.framework(

Tuist/Package.resolved

Lines changed: 19 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tuist/Package.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ let packageSettings = PackageSettings(
3131
let package = Package(
3232
name: "",
3333
dependencies: [
34+
.package(url: "https://github.com/ActuallyTaylor/SwiftHTMLToMarkdown.git", from: "1.1.1"),
3435
.package(url: "https://github.com/apple/swift-syntax.git", from: "510.0.2"),
3536
.package(url: "https://github.com/darrarski/swiftui-app-icon-creator.git", from: "1.2.0"),
3637
.package(url: "https://github.com/onevcat/Kingfisher.git", from: "7.12.0"),

web/assets/graph-external.png

144 Bytes
Loading

0 commit comments

Comments
 (0)