File tree Expand file tree Collapse file tree 4 files changed +366
-102
lines changed Expand file tree Collapse file tree 4 files changed +366
-102
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3
3
4
4
import PackageDescription
5
5
6
- let checksum = " db656d516fdd6cc1da523241a554606cebeea38a11c25c7c414f00366c8a99c9 "
7
- let version = " v1.0.11 -alpha "
6
+ let checksum = " 058dd2c6f0fc7b667e2f2d9470f6db79bbd2388c0a1c17e7e6a42c40ef4d2ca4 "
7
+ let version = " v1.0.12 -alpha "
8
8
let url = " https://github.com/matrix-org/matrix-rust-components-swift/releases/download/ \( version) /MatrixSDKFFI.xcframework.zip "
9
9
10
10
let useLocalBinary = false
@@ -30,15 +30,11 @@ let package = Package(
30
30
* A bit hacky but necessary for now https://github.com/mozilla/application-services/issues/4422
31
31
*/
32
32
. target(
33
- name: " MatrixSDKFFIWrapper " ,
33
+ name: " MatrixRustSDK " ,
34
34
dependencies: [
35
35
. target( name: " MatrixSDKFFI " )
36
- ] ,
37
- path: " MatrixSDKFFIWrapper "
36
+ ]
38
37
) ,
39
- . target(
40
- name: " MatrixRustSDK " ,
41
- dependencies: [ " MatrixSDKFFIWrapper " ] ) ,
42
38
. testTarget(
43
39
name: " MatrixRustSDKTests " ,
44
40
dependencies: [ " MatrixRustSDK " ] ) ,
You can’t perform that action at this time.
0 commit comments