Skip to content

Commit

Permalink
fix(cli): update tauri-mobile to fix iOS logs not showing
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Sep 6, 2023
1 parent 29818de commit d2e7329
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 26 deletions.
6 changes: 6 additions & 0 deletions .changes/fix-ios-logs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"tauri-cli": patch:bug
"@tauri-apps/cli": patch:bug
---

Fixes a regression on alpha.11 where iOS logs aren't being displayed when using `ios dev` with a real device.
30 changes: 5 additions & 25 deletions tooling/cli/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tooling/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ name = "cargo-tauri"
path = "src/main.rs"

[dependencies]
tauri-mobile = { version = "0.5.2", default-features = false }
tauri-mobile = { version = "0.5.3", default-features = false }
textwrap = { version = "0.11.0", features = [ "term_size" ] }
jsonrpsee = { version = "0.16", features = [ "server" ] }
jsonrpsee-core = "0.16"
Expand Down

0 comments on commit d2e7329

Please sign in to comment.