Skip to content

Commit ef92884

Browse files
committed
Trying to fix documentation
1 parent 801272c commit ef92884

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

Package.resolved

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

Package.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version: 5.7.1
1+
// swift-tools-version: 5.7
22
// The swift-tools-version declares the minimum version of Swift required to build this package.
33

44
import PackageDescription
@@ -18,6 +18,9 @@ let package = Package(
1818
name: "Lemmy-Swift-Client",
1919
targets: ["Lemmy-Swift-Client"]),
2020
],
21+
dependencies: [
22+
.package(url: "https://github.com/apple/swift-docc-plugin.git", from: "1.1.0")
23+
],
2124
targets: [
2225
// Targets are the basic building blocks of a package, defining a module or a test suite.
2326
// Targets can depend on other targets in this package and products from dependencies.

0 commit comments

Comments
 (0)