Skip to content

Commit ae26948

Browse files
authored
Merge pull request #617 from CodaFi/unplug
Remove Docc Plugin Dependency
2 parents 1313c36 + 11fc686 commit ae26948

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Package.swift

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -149,12 +149,3 @@ let package = Package(
149149
),
150150
]
151151
)
152-
153-
#if swift(>=5.6)
154-
// If `SWIFTCI_USE_LOCAL_DEPS` is set, we are in a CI enviornment that might disallow
155-
// internet access, so we can't load swift-docc-plugin. Simply don't load it in these
156-
// environments because we don't build docc in CI at the moment.
157-
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
158-
package.dependencies.append(.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"))
159-
}
160-
#endif

0 commit comments

Comments
 (0)