Compare commits

...
Author SHA1 Message Date
d30de8b404
Merge remote-tracking branch 'refs/remotes/origin/dev' into dev
Some checks failed
/ release (push) Has been cancelled
/ build-desktop (linux) (push) Has been cancelled
/ build-web (push) Has been cancelled
/ build-mobile (push) Has been cancelled
# Conflicts:
#	apps/tauri/src-tauri/Cargo.lock
#	apps/tauri/src-tauri/Cargo.toml
2026-08-06 00:01:20 +02:00
be8ea09cd6
(fix): mobile builds 2026-08-05 23:58:50 +02:00
3 changed files with 340 additions and 748 deletions

File diff suppressed because it is too large Load diff

View file

@ -15,7 +15,7 @@ name = "mobile_lib"
crate-type = ["staticlib", "cdylib", "rlib"]
[build-dependencies]
tauri-build = { git = "https://github.com/tauri-apps/tauri", rev = "0aeadb6b2674ecd43f15b5dd6fcace3232f74b8a", features = [] }
tauri-build = { git = "https://github.com/tauri-apps/tauri", rev = "4af26a3f7f8b692d62cca549bbacd93f5ce90b41", features = [] }
[dependencies]
tauri-plugin-opener = "2"
@ -43,4 +43,4 @@ tauri-plugin-barcode-scanner = "2"
[patch.crates-io.tauri]
git = "https://github.com/tauri-apps/tauri"
rev = "20f3f2515c65ca1e115991c3ef3625e2c29c1bbb"
rev = "4af26a3f7f8b692d62cca549bbacd93f5ce90b41"

View file

@ -6,10 +6,7 @@
"main"
],
"permissions": [
"core:default",
"opener:default",
"core:window:default",
"core:event:default",
"deep-link:default",
"notification:default",
"log:default"