Skip to content

Commit 913d73a

Browse files
committed
refactor(docs): remove swift-docc-plugin
1 parent 373a757 commit 913d73a

File tree

2 files changed

+1
-21
lines changed

2 files changed

+1
-21
lines changed

FusionAuthSDK.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 0 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ let package = Package(
1818
],
1919
dependencies: [
2020
.package(url: "https://github.com/openid/AppAuth-iOS.git", exact: "1.7.5"),
21-
.package(url: "https://github.com/realm/SwiftLint.git", from: "0.54.0"),
22-
.package(url: "https://github.com/swiftlang/swift-docc-plugin.git", exact: "1.4.3")
21+
.package(url: "https://github.com/realm/SwiftLint.git", from: "0.54.0")
2322
],
2423
targets: [
2524
// Targets are the basic building blocks of a package, defining a module or a test suite.

0 commit comments

Comments
 (0)