Skip to content

Commit b75a121

Browse files
authored
fix(cli): update tauri-mobile to fix iOS logs not showing (#7762)
1 parent 964282a commit b75a121

3 files changed

Lines changed: 12 additions & 26 deletions

File tree

.changes/fix-ios-logs.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"tauri-cli": patch:bug
3+
"@tauri-apps/cli": patch:bug
4+
---
5+
6+
Fixes a regression on alpha.11 where iOS logs aren't being displayed when using `ios dev` with a real device.

tooling/cli/Cargo.lock

Lines changed: 5 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tooling/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ name = "cargo-tauri"
3939
path = "src/main.rs"
4040

4141
[dependencies]
42-
tauri-mobile = { version = "0.5.2", default-features = false }
42+
tauri-mobile = { version = "0.5.3", default-features = false }
4343
textwrap = { version = "0.11.0", features = [ "term_size" ] }
4444
jsonrpsee = { version = "0.16", features = [ "server" ] }
4545
jsonrpsee-core = "0.16"

0 commit comments

Comments
 (0)