Skip to content

Commit 95bd180

Browse files
committed
Change reference of SwiftUIBackport
1 parent 0dbef00 commit 95bd180

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Package.resolved

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

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ let package = Package(
1717
],
1818
dependencies: [
1919
.package(url: "https://github.com/shaps80/swift-markdown", .upToNextMinor(from: "0.3.0")),
20-
.package(url: "https://github.com/shaps80/SwiftUIBackports", .upToNextMajor(from: "1.0.0")),
20+
.package(url: "https://github.com/thirdfort/iOS-SwiftUIBackports", .upToNextMajor(from: "1.0.0")),
2121
],
2222
targets: [
2323
.target(
2424
name: "MarkdownText",
2525
dependencies: [
2626
.product(name: "Markdown", package: "swift-markdown"),
27-
.byName(name: "SwiftUIBackports"),
27+
.product(name: "SwiftUIBackports", package: "iOS-SwiftUIBackports"),
2828
]
2929
),
3030
]

0 commit comments

Comments
 (0)