File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 3
3
4
4
import PackageDescription
5
5
6
- let checksum = " 490250f6696803e56c4b19149ddd17a980f948482b0a91bb0956996ca41e960a "
7
- let version = " v0.0.3 -demo "
6
+ let checksum = " 69dbe222f8ff47cb88f933042d1a0158da70bef2f3f442832f2d4771b51d507e "
7
+ let version = " v0.0.4 -demo "
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
Original file line number Diff line number Diff line change @@ -5663,16 +5663,6 @@ public func genTransactionId() -> String {
5663
5663
)
5664
5664
}
5665
5665
5666
- public func setupTracing( configuration: String ) {
5667
- try !
5668
-
5669
- rustCall {
5670
- _uniffi_matrix_sdk_ffi_setup_tracing_89c1 (
5671
- FfiConverterString . lower ( configuration) , $0
5672
- )
5673
- }
5674
- }
5675
-
5676
5666
public func mediaSourceFromUrl( url: String ) -> MediaSource {
5677
5667
return try ! FfiConverterTypeMediaSource . lift (
5678
5668
try !
@@ -5697,6 +5687,16 @@ public func messageEventContentFromMarkdown(md: String) -> RoomMessageEventConte
5697
5687
)
5698
5688
}
5699
5689
5690
+ public func setupTracing( configuration: String ) {
5691
+ try !
5692
+
5693
+ rustCall {
5694
+ _uniffi_matrix_sdk_ffi_setup_tracing_89c1 (
5695
+ FfiConverterString . lower ( configuration) , $0
5696
+ )
5697
+ }
5698
+ }
5699
+
5700
5700
/**
5701
5701
* Top level initializers and tear down methods.
5702
5702
*
You can’t perform that action at this time.
0 commit comments