File tree Expand file tree Collapse file tree 2 files changed +1
-32
lines changed
Sources/SwiftFormatConfiguration Expand file tree Collapse file tree 2 files changed +1
-32
lines changed Original file line number Diff line number Diff 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: [
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments