Skip to content

Commit 4479062

Browse files
authored
Merge pull request #637 from allevato/drop-config-module
Remove the `SwiftFormatConfiguration` module.
2 parents 99c09a4 + 41c657a commit 4479062

File tree

2 files changed

+1
-32
lines changed

2 files changed

+1
-32
lines changed

Package.swift

+1-13
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,7 @@ let package = Package(
2727
),
2828
.library(
2929
name: "SwiftFormat",
30-
targets: ["SwiftFormat", "SwiftFormatConfiguration"]
31-
),
32-
// TODO: Remove this product after the 509 release.
33-
.library(
34-
name: "SwiftFormatConfiguration",
35-
targets: ["SwiftFormatConfiguration"]
30+
targets: ["SwiftFormat"]
3631
),
3732
.plugin(
3833
name: "FormatPlugin",
@@ -62,13 +57,6 @@ let package = Package(
6257
.product(name: "SwiftParserDiagnostics", package: "swift-syntax"),
6358
]
6459
),
65-
// TODO: Remove this target after the 509 release.
66-
.target(
67-
name: "SwiftFormatConfiguration",
68-
dependencies: [
69-
"SwiftFormat"
70-
]
71-
),
7260
.target(
7361
name: "_SwiftFormatTestSupport",
7462
dependencies: [

Sources/SwiftFormatConfiguration/Compatibility.swift

-19
This file was deleted.

0 commit comments

Comments
 (0)