Skip to content

Commit 1c06299

Browse files
Apply standard Swift package configuration (#20)
1 parent f12f9aa commit 1c06299

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
@@ -45,8 +45,6 @@ package.targets.forEach { target in
4545
.regular,
4646
.test,
4747
.executable,
48-
.plugin,
49-
.macro,
5048
]
5149

5250
guard types.contains(target.type)
@@ -61,9 +59,6 @@ package.targets.forEach { target in
6159
// ]
6260
// }
6361

64-
guard target.type != .macro
65-
else { return }
66-
6762
if enableSwiftLintBuildToolPlugin {
6863
target.plugins = (target.plugins ?? []) + [
6964
.plugin(name: "SwiftLintBuildToolPlugin", package: "SwiftLint"),

0 commit comments

Comments
 (0)