File tree 2 files changed +3
-50
lines changed
2 files changed +3
-50
lines changed Original file line number Diff line number Diff line change 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
3
2
4
3
import PackageDescription
5
4
6
5
let package = Package (
7
6
name: " YComponentBrowser " ,
8
7
platforms: [
9
- // The minimum version for platforms supported by the package.
10
8
. iOS( . v14)
11
9
] ,
12
10
products: [
13
- // Products define the executables and libraries a package produces, and make them visible to other packages.
14
11
. library(
15
12
name: " YComponentBrowser " ,
16
13
targets: [ " YComponentBrowser " ]
17
14
)
18
15
] ,
19
16
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
- ) ,
32
17
. target(
33
18
name: " YComponentBrowser " ,
34
- dependencies: [ ] ,
35
- plugins: [ " SwiftLint " ]
19
+ dependencies: [ ]
36
20
) ,
37
21
. testTarget(
38
22
name: " YComponentBrowserTests " ,
39
- dependencies: [ " YComponentBrowser " ] ,
40
- plugins: [ " SwiftLint " ]
23
+ dependencies: [ " YComponentBrowser " ]
41
24
)
42
25
]
43
26
)
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments