Skip to content

Commit f10bdae

Browse files
committed
Remove Splash
1 parent f6177b7 commit f10bdae

3 files changed

Lines changed: 0 additions & 12 deletions

File tree

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

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

Tool/Package.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ let package = Package(
4040
.package(url: "https://github.com/scinfu/SwiftSoup.git", from: "2.6.0"),
4141
.package(url: "https://github.com/unum-cloud/usearch", from: "0.19.1"),
4242
.package(url: "https://github.com/intitni/Highlightr", branch: "bump-highlight-js-version"),
43-
.package(url: "https://github.com/JohnSundell/Splash", branch: "master"),
4443
.package(
4544
url: "https://github.com/pointfreeco/swift-composable-architecture",
4645
from: "0.55.0"
@@ -148,7 +147,6 @@ let package = Package(
148147
name: "SharedUIComponents",
149148
dependencies: [
150149
"Highlightr",
151-
"Splash",
152150
"Preferences",
153151
]
154152
),

Tool/Sources/SharedUIComponents/SyntaxHighlighting.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import AppKit
22
import Foundation
33
import Highlightr
4-
import Splash
54
import SwiftUI
65

76
public func highlightedCodeBlock(

0 commit comments

Comments
 (0)