Skip to content

Commit 7adcf9a

Browse files
authored
Remove Docc plugin which is no longer required. (apple#311)
Motivation: Plugin is no longer required to produce docs. There are now warnings in the plugin when included and it will delay build a small amount. Modifications: Remove plugin dependency. Result: No dependencies.
1 parent f531269 commit 7adcf9a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Package.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ let package = Package(
2424
products: [
2525
.library(name: "Logging", targets: ["Logging"]),
2626
],
27-
dependencies: [
28-
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
29-
],
3027
targets: [
3128
.target(
3229
name: "Logging",

0 commit comments

Comments
 (0)