Skip to content

Commit ae646e1

Browse files
committed
Add dependency swift-markdown-ui
1 parent f652d0a commit ae646e1

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

Copilot for Xcode.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

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

Core/Package.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ let package = Package(
3636
.package(url: "https://github.com/raspu/Highlightr", from: "2.1.0"),
3737
.package(url: "https://github.com/JohnSundell/Splash", from: "0.1.0"),
3838
.package(url: "https://github.com/nmdias/FeedKit", from: "9.1.2"),
39+
.package(url: "https://github.com/gonzalezreal/swift-markdown-ui", from: "2.0.0"),
3940
],
4041
targets: [
4142
.target(name: "CGEventObserver"),
@@ -118,6 +119,7 @@ let package = Package(
118119
"Environment",
119120
"Highlightr",
120121
"Splash",
122+
.product(name: "MarkdownUI", package: "swift-markdown-ui"),
121123
]
122124
),
123125
.target(

0 commit comments

Comments
 (0)