Skip to content

Commit 9a955c0

Browse files
committed
Add dependency GPTEncoder
1 parent 65dc849 commit 9a955c0

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

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
@@ -39,6 +39,7 @@ let package = Package(
3939
.package(url: "https://github.com/nmdias/FeedKit", from: "9.1.2"),
4040
.package(url: "https://github.com/gonzalezreal/swift-markdown-ui", from: "2.1.0"),
4141
.package(url: "https://github.com/sparkle-project/Sparkle", from: "2.0.0"),
42+
.package(url: "https://github.com/alfianlosari/GPTEncoder", from: "1.0.4"),
4243
],
4344
targets: [
4445
.target(name: "CGEventObserver"),
@@ -144,6 +145,7 @@ let package = Package(
144145
dependencies: [
145146
"Logger",
146147
"Preferences",
148+
"GPTEncoder",
147149
.product(name: "AsyncAlgorithms", package: "swift-async-algorithms"),
148150
]
149151
),

0 commit comments

Comments
 (0)