Skip to content

Commit eb8ac90

Browse files
Apply standard Swift package configuration (#390)
1 parent 2ebfc75 commit eb8ac90

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Package.swift

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ package.targets.forEach { target in
6262
.regular,
6363
.test,
6464
.executable,
65-
.plugin,
66-
.macro,
6765
]
6866

6967
guard types.contains(target.type)
@@ -78,9 +76,6 @@ package.targets.forEach { target in
7876
// ]
7977
// }
8078

81-
guard target.type != .macro
82-
else { return }
83-
8479
if enableSwiftLintBuildToolPlugin {
8580
target.plugins = (target.plugins ?? []) + [
8681
.plugin(name: "SwiftLintBuildToolPlugin", package: "SwiftLint"),

0 commit comments

Comments
 (0)