Skip to content

Commit ef124b4

Browse files
committed
chore: delete obsolete matrix-rust-sdk.patch
matrix-rust-sdk now uses uniffi 0.31.0 which works out-of-the-box with ubrn
1 parent bddebe5 commit ef124b4

2 files changed

Lines changed: 1 addition & 179 deletions

File tree

matrix-rust-sdk.patch

Lines changed: 0 additions & 178 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"ubrn:ios:build": "CARGO_FEATURE_NO_NEON=1 ubrn build ios --config ubrn.yaml --native-bindings --and-generate",
4545
"ubrn:ios:build:release": "yarn ubrn:ios:build --release",
4646
"ubrn:ios:post-process": "del-cli swift && mv ios/swift swift && (cd example/ios && pod install) && rm -rf src/index.web.ts",
47-
"ubrn:checkout": "( test -d rust_modules/matrix-rust-sdk && git -C rust_modules/matrix-rust-sdk reset --hard HEAD ); ubrn checkout --config ubrn.yaml && ( cd rust_modules/matrix-rust-sdk && git apply ../../matrix-rust-sdk.patch )",
47+
"ubrn:checkout": "( test -d rust_modules/matrix-rust-sdk && git -C rust_modules/matrix-rust-sdk reset --hard HEAD ); ubrn checkout --config ubrn.yaml",
4848
"ubrn:clean": "del-cli -v cpp android/src/main/java ios \"src/Native*\" src/generated \"src/index.ts*\"",
4949
"ubrn:clean:android": "del-cli -v android/src/main/java \"src/Native*\" src/generated \"src/index.ts*\"",
5050
"ubrn:clean:ios": "del-cli -v ios swift \"src/Native*\" src/generated \"src/index.ts*\"",

0 commit comments

Comments
 (0)