Added the swift-docc-plugin package as a dependency in the Package.swift file.

This commit is contained in:
2025-10-06 01:09:15 +02:00
parent 76aaa0dcbd
commit c064bc8805
+3 -1
View File
@@ -29,7 +29,9 @@ let package = Package(
targets: [AppStoreConnectService.target]
),
],
dependencies: [],
dependencies: [
.package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.1.0")
],
targets: [
.target(
name: AppStoreConnectService.target,