Skip to content

Commit

Permalink
Remove output-type specific plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixHerrmann committed Feb 4, 2024
1 parent 1af10e2 commit 7d60ce3
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 384 deletions.
24 changes: 0 additions & 24 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ let package = Package(
products: [
.executable(name: "swift-package-list", targets: ["swift-package-list"]),
.plugin(name: "SwiftPackageListPlugin", targets: ["SwiftPackageListPlugin"]),
.plugin(name: "SwiftPackageListJSONPlugin", targets: ["SwiftPackageListJSONPlugin"]),
.plugin(name: "SwiftPackageListPropertyListPlugin", targets: ["SwiftPackageListPropertyListPlugin"]),
.plugin(name: "SwiftPackageListSettingsBundlePlugin", targets: ["SwiftPackageListSettingsBundlePlugin"]),
.plugin(name: "SwiftPackageListPDFPlugin", targets: ["SwiftPackageListPDFPlugin"]),
.library(name: "SwiftPackageList", targets: ["SwiftPackageList"]),
.library(name: "SwiftPackageListUI", targets: ["SwiftPackageListUI"]),
],
Expand All @@ -40,26 +36,6 @@ let package = Package(
capability: .buildTool(),
dependencies: [.target(name: "swift-package-list")]
),
.plugin(
name: "SwiftPackageListJSONPlugin",
capability: .buildTool(),
dependencies: [.target(name: "swift-package-list")]
),
.plugin(
name: "SwiftPackageListPropertyListPlugin",
capability: .buildTool(),
dependencies: [.target(name: "swift-package-list")]
),
.plugin(
name: "SwiftPackageListSettingsBundlePlugin",
capability: .buildTool(),
dependencies: [.target(name: "swift-package-list")]
),
.plugin(
name: "SwiftPackageListPDFPlugin",
capability: .buildTool(),
dependencies: [.target(name: "swift-package-list")]
),
.target(
name: "SwiftPackageListCore",
dependencies: [.target(name: "SwiftPackageList")]
Expand Down

This file was deleted.

90 changes: 0 additions & 90 deletions Plugins/SwiftPackageListPDFPlugin/SwiftPackageListPDFPlugin.swift

This file was deleted.

This file was deleted.

Loading

0 comments on commit 7d60ce3

Please sign in to comment.