Skip to content

Commit d80da8e

Browse files
Mark Pospeselmpospese
Mark Pospesel
authored andcommitted
Remove SwiftLint plugin for release
1 parent 3463231 commit d80da8e

File tree

2 files changed

+3
-50
lines changed

2 files changed

+3
-50
lines changed

Package.swift

+3-20
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,26 @@
1-
// swift-tools-version: 5.6
2-
// The swift-tools-version declares the minimum version of Swift required to build this package.
1+
// swift-tools-version: 5.5
32

43
import PackageDescription
54

65
let package = Package(
76
name: "YComponentBrowser",
87
platforms: [
9-
// The minimum version for platforms supported by the package.
108
.iOS(.v14)
119
],
1210
products: [
13-
// Products define the executables and libraries a package produces, and make them visible to other packages.
1411
.library(
1512
name: "YComponentBrowser",
1613
targets: ["YComponentBrowser"]
1714
)
1815
],
1916
targets: [
20-
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
21-
// Targets can depend on other targets in this package, and on products in packages this package depends on.
22-
.binaryTarget(
23-
name: "SwiftLintBinary",
24-
url: "https://github.com/realm/SwiftLint/releases/download/0.47.1/SwiftLintBinary-macos.artifactbundle.zip",
25-
checksum: "82ef90b7d76b02e41edd73423687d9cedf0bb9849dcbedad8df3a461e5a7b555"
26-
),
27-
.plugin(
28-
name: "SwiftLint",
29-
capability: .buildTool(),
30-
dependencies: ["SwiftLintBinary"]
31-
),
3217
.target(
3318
name: "YComponentBrowser",
34-
dependencies: [],
35-
plugins: ["SwiftLint"]
19+
dependencies: []
3620
),
3721
.testTarget(
3822
name: "YComponentBrowserTests",
39-
dependencies: ["YComponentBrowser"],
40-
plugins: ["SwiftLint"]
23+
dependencies: ["YComponentBrowser"]
4124
)
4225
]
4326
)

Plugins/SwiftLint/main.swift

-30
This file was deleted.

0 commit comments

Comments
 (0)