File tree 2 files changed +19
-20
lines changed
2 files changed +19
-20
lines changed Original file line number Diff line number Diff line change 15
15
"repositoryURL" : " https://github.com/IBM-Swift/BlueECC.git" ,
16
16
"state" : {
17
17
"branch" : null ,
18
- "revision" : " baf6ed3fc1a622675f0041b4aff7c02dd1a93818 " ,
19
- "version" : " 1.2.200 "
18
+ "revision" : " 1485268a54f8135435a825a855e733f026fa6cc8 " ,
19
+ "version" : " 1.2.201 "
20
20
}
21
21
},
22
22
{
23
23
"package" : " OpenCombine" ,
24
24
"repositoryURL" : " https://github.com/OpenCombine/OpenCombine.git" ,
25
25
"state" : {
26
26
"branch" : null ,
27
- "revision" : " 9bba5081344163296ddf537048566b95513b8f39 " ,
28
- "version" : " 0.11 .0"
27
+ "revision" : " 8576f0d579b27020beccbccc3ea6844f3ddfc2c2 " ,
28
+ "version" : " 0.14 .0"
29
29
}
30
30
}
31
31
]
Original file line number Diff line number Diff line change 1
- // swift-tools-version:5.3
1
+ // swift-tools-version:5.10
2
2
// The swift-tools-version declares the minimum version of Swift required to build this package.
3
3
4
4
import PackageDescription
@@ -9,41 +9,40 @@ let package = Package(
9
9
. macOS( . v10_15) ,
10
10
] ,
11
11
products: [
12
- // Products define the executables and libraries a package produces, and make them visible to other packages.
13
12
. library(
14
13
name: " CloudyKit " ,
15
- targets: [ " CloudyKit " ] ) ,
14
+ targets: [ " CloudyKit " ]
15
+ ) ,
16
16
] ,
17
17
dependencies: [
18
18
. package (
19
- name: " Cryptor " ,
20
19
url: " https://github.com/IBM-Swift/BlueCryptor.git " ,
21
- from: " 1.0.32 " ) ,
20
+ from: " 1.0.32 "
21
+ ) ,
22
22
. package (
23
- name: " CryptorECC " ,
24
23
url: " https://github.com/IBM-Swift/BlueECC.git " ,
25
- from: " 1.2.4 " ) ,
24
+ from: " 1.2.4 "
25
+ ) ,
26
26
. package (
27
- name: " OpenCombine " ,
28
27
url: " https://github.com/OpenCombine/OpenCombine.git " ,
29
- from: " 0.11.0 " ) ,
28
+ from: " 0.11.0 "
29
+ ) ,
30
30
] ,
31
31
targets: [
32
- // Targets are the basic building blocks of a package. A target can define a module or a test suite.
33
- // Targets can depend on other targets in this package, and on products in packages this package depends on.
34
32
. target(
35
33
name: " CloudyKit " ,
36
34
dependencies: [
37
- " Cryptor " ,
38
- " CryptorECC " ,
39
- " OpenCombine " ,
35
+ . product( name: " Cryptor " , package : " BlueCryptor " ) ,
36
+ . product( name: " CryptorECC " , package : " BlueECC " ) ,
40
37
. product( name: " OpenCombineFoundation " , package : " OpenCombine " ) ,
41
- ] ) ,
38
+ ]
39
+ ) ,
42
40
. testTarget(
43
41
name: " CloudyKitTests " ,
44
42
dependencies: [ " CloudyKit " ] ,
45
43
resources: [
46
44
. copy( " Assets " ) ,
47
- ] ) ,
45
+ ]
46
+ ) ,
48
47
]
49
48
)
You can’t perform that action at this time.
0 commit comments