Skip to content

Commit

Permalink
Remove DocC compiler plugin section (no longer needed)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeehut committed Jun 9, 2022
1 parent 48bee53 commit 6c2b940
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,3 @@ let package = Package(
)
]
)

#if swift(>=5.6)
// Add the documentation compiler plugin if possible
package.dependencies.append(
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0")
)
#endif

0 comments on commit 6c2b940

Please sign in to comment.