Skip to content

Commit 6c275bb

Browse files
committed
[#299] MarkdownUI Target 추가 | MarkdownUI - Tuist 충돌로 인한 Tuist 버전 업그레이드 | Tuist 버전 업그레이드 대응 Config.swift -> Tuist.swift
1 parent 8bc756c commit 6c275bb

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

.mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[tools]
2-
tuist = "4.27.0"
2+
tuist = "latest"
33
swiftlint = "latest"

Project.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ let project = Project(
5656
.external(name: "SpotifyAPI"),
5757
.external(name: "KeychainAccess"),
5858
.external(name: "Lottie"),
59-
.external(name: "Kingfisher")
59+
.external(name: "Kingfisher"),
60+
.external(name: "MarkdownUI")
6061
]
6162
)
6263
]
File renamed without changes.

Tuist/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ let package = Package(
2121
.package(url: "https://github.com/airbnb/lottie-ios.git", from: "4.5.0"),
2222
.package(url: "https://github.com/firebase/firebase-ios-sdk.git", from: "10.22.0"),
2323
.package(url: "https://github.com/onevcat/Kingfisher", from: "8.1.0"),
24-
.package(url: "https://github.com/gonzalezreal/swift-markdown-ui", from: "2.0.2")
24+
.package(url: "https://github.com/gonzalezreal/swift-markdown-ui", from: "2.4.1")
2525
],
2626
targets: [
2727
.target(

0 commit comments

Comments
 (0)