From a7e81e79d6b29e9872296725b31268c02253406f Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Wed, 17 Apr 2024 13:48:41 -0600 Subject: add docc plugin --- Package.resolved | 23 +++++++++++++++++++++++ Package.swift | 3 +++ 2 files changed, 26 insertions(+) create mode 100644 Package.resolved diff --git a/Package.resolved b/Package.resolved new file mode 100644 index 0000000..e65252d --- /dev/null +++ b/Package.resolved @@ -0,0 +1,23 @@ +{ + "pins" : [ + { + "identity" : "swift-docc-plugin", + "kind" : "remoteSourceControl", + "location" : "https://github.com/apple/swift-docc-plugin", + "state" : { + "revision" : "26ac5758409154cc448d7ab82389c520fa8a8247", + "version" : "1.3.0" + } + }, + { + "identity" : "swift-docc-symbolkit", + "kind" : "remoteSourceControl", + "location" : "https://github.com/apple/swift-docc-symbolkit", + "state" : { + "revision" : "b45d1f2ed151d057b54504d653e0da5552844e34", + "version" : "1.0.0" + } + } + ], + "version" : 2 +} diff --git a/Package.swift b/Package.swift index d1695e8..f9bb845 100644 --- a/Package.swift +++ b/Package.swift @@ -11,6 +11,9 @@ let package = Package( name: "SwiftChessNeo", targets: ["SwiftChessNeo"]), ], + dependencies: [ + .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.1.0") + ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite. // Targets can depend on other targets in this package and products from dependencies. -- cgit v1.2.3