Releases: tauri-apps/cargo-mobile2
Releases · tauri-apps/cargo-mobile2
cargo-mobile2 v0.10.4
[0.10.4]
7a1066c
(#283) Use adb install -r
to try replacing the android application while installing it on the device. This elimnates the need to uninstall the application from a previous run when using a real device.
5a84ab2
(#281) Update wry
template to [email protected]
cargo-mobile2 v0.10.2
[0.10.2]
- `` Fix adb usage for NAPI context following v0.10.1 fix.
cargo-mobile2 v0.10.1
[0.10.1]
b12ef08
(#277) Fix child process spawning on NAPI contexts.
cargo-mobile2 v0.10.0
[0.10.0]
d90ccf4
(#273) The development team configuration is now optional so you can develop on a simulator without a signing certificate.
cargo-mobile2 v0.9.1
[0.9.1]
01d52ca
(#265) Use devicectl even if iOS device is disconnected.
cargo-mobile2 v0.9.0
[0.9.0]
cfd674e
(#254) Fixes conflicts between Apple and Android targets. Target::name_list
now returns Vec<&str>
.
cargo-mobile2 v0.7.0
[0.7.0]
739c965
(#241) Use devicectl
on macOS 14+ to connect to iOS 17+ devices.
tauri-mobile v0.5.4
[0.5.4]
21b1386
(#208) Allow selecting "Apple Vision Pro" as an emulator.
02dd3e3
(#214) Fix Android template generation.
a82bf57
(#202) Fixes Device::run
not showing logs.
a26988a
(#206) Add --skip-targets-install
option for cargo mobile new
and cargo mobile init