Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
darrarski committed Jul 31, 2024
1 parent 0cfb11c commit 969ca8a
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Projects/App/Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ let project = Project(
name: "AppShared",
resources: [
"AppShared/Resources/**",
],
testDependencies: [
.external(name: "CustomDump"),
]
),
.framework(
Expand All @@ -50,6 +53,7 @@ let project = Project(
.target(name: "Mastodon"),
.external(name: "ComposableArchitecture"),
.external(name: "Kingfisher"),
.external(name: "SwiftHTMLtoMarkdown"),
]
),
.framework(
Expand Down
20 changes: 19 additions & 1 deletion Tuist/Package.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"originHash" : "1b7777963b3deee1191d09f602e0273f6a1db78e84056024649871b9f82d31f8",
"originHash" : "9a6b9d8021fc346ecade96fedcb5f6071e5b547cf879b279109477f018bea070",
"pins" : [
{
"identity" : "combine-schedulers",
Expand Down Expand Up @@ -145,6 +145,24 @@
"version" : "0.10.0"
}
},
{
"identity" : "swifthtmltomarkdown",
"kind" : "remoteSourceControl",
"location" : "https://github.com/ActuallyTaylor/SwiftHTMLToMarkdown.git",
"state" : {
"revision" : "d533b9cb47a8defaa8d9432fad20ecf5964c0668",
"version" : "1.1.1"
}
},
{
"identity" : "swiftsoup",
"kind" : "remoteSourceControl",
"location" : "https://github.com/scinfu/SwiftSoup.git",
"state" : {
"revision" : "e2d11208519549c2e5798d70190472045633f22f",
"version" : "2.7.3"
}
},
{
"identity" : "swiftui-app-icon-creator",
"kind" : "remoteSourceControl",
Expand Down
1 change: 1 addition & 0 deletions Tuist/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ let packageSettings = PackageSettings(
let package = Package(
name: "",
dependencies: [
.package(url: "https://github.com/ActuallyTaylor/SwiftHTMLToMarkdown.git", from: "1.1.1"),
.package(url: "https://github.com/apple/swift-syntax.git", from: "510.0.2"),
.package(url: "https://github.com/darrarski/swiftui-app-icon-creator.git", from: "1.2.0"),
.package(url: "https://github.com/onevcat/Kingfisher.git", from: "7.12.0"),
Expand Down
Binary file modified web/assets/graph-external.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 969ca8a

Please sign in to comment.