Skip to content

Commit

Permalink
We no longer need XMLCoder, as we now load docs directly from the API…
Browse files Browse the repository at this point in the history
… description file
  • Loading branch information
migueldeicaza committed Jan 3, 2024
1 parent a5f55ba commit 2cfe340
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Generator/Generator/DocModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

import Foundation
import ExtensionApi
import XMLCoder

@available(macOS 13.0, iOS 16.0, *)
let rxConstantParam: Regex<(Substring,Substring,Substring)> = try! Regex ("\\[(constant|param) ([\\w\\._@]+)\\]")
Expand Down
2 changes: 0 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ var targets: [Target] = [
.executableTarget(
name: "Generator",
dependencies: [
"XMLCoder",
"ExtensionApi",
],
path: "Generator",
Expand Down Expand Up @@ -169,7 +168,6 @@ let package = Package(
],
products: products,
dependencies: [
.package(url: "https://github.com/CoreOffice/XMLCoder", from: "0.15.0"),
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
.package(url: "https://github.com/apple/swift-syntax.git", from: "509.0.0"),
],
Expand Down

0 comments on commit 2cfe340

Please sign in to comment.