[Enhancement] DocC documentation support #23

Merged
javier merged 14 commits from enhancement/documentation into main 2023-08-13 22:01:02 +00:00
Showing only changes of commit 5a7de24866 - Show all commits

View File

@ -96,7 +96,7 @@ let package = Package(
.iOS(.v15),
.macOS(.v12),
.tvOS(.v15),
.watchOS(.v8)
.watchOS(.v8),
],
products: [
.library(
@ -104,7 +104,12 @@ let package = Package(
targets: targetsLibrary
),
],
dependencies: [],
dependencies: [
.package(
url: "https://github.com/apple/swift-docc-plugin",
from: "1.0.0"
),
],
targets: targetsPackage
)