File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,23 +3,23 @@ import PackageDescription
3
3
4
4
let tag = " 0.0.109 "
5
5
let checksum = " 6793a2be7b8e5037cbb81030cce155285defd8a014c18be172cda00bc01199bb "
6
- let url = " https://github.com/lightningdevkit/ldk-swift/releases/download/ \( tag) /LDKFramework .xcframework.zip "
6
+ let url = " https://github.com/lightningdevkit/ldk-swift/releases/download/ \( tag) /LightningDevKit .xcframework.zip "
7
7
8
8
let package = Package (
9
- name: " LDKFramework " ,
9
+ name: " LightningDevKit " ,
10
10
platforms: [
11
11
. iOS( . v13) ,
12
12
. macOS( . v10_12)
13
13
] ,
14
14
products: [
15
15
. library(
16
- name: " LDKFramework " ,
17
- targets: [ " LDKFramework " ]
16
+ name: " LightningDevKit " ,
17
+ targets: [ " LightningDevKit " ]
18
18
)
19
19
] ,
20
20
targets: [
21
21
. binaryTarget(
22
- name: " LDKFramework " ,
22
+ name: " LightningDevKit " ,
23
23
url: url,
24
24
checksum: checksum
25
25
)
You can’t perform that action at this time.
0 commit comments