Releases: tauri-apps/cargo-mobile2
Releases · tauri-apps/cargo-mobile2
cargo-mobile2 v0.20.7
[0.20.7]
68771b0
(#483 by @lucasfernog) Ignore errors when checking outdated dependencies withgem
andbrew
.
cargo-mobile2 v0.20.6
[0.20.6]
2da2b57
(#481 by @lucasfernog) Fix emptyDevice::name
when using an Android emulator.
cargo-mobile2 v0.20.5
[0.20.5]
60cf1ea
(#479 by @lucasfernog) Fix build and archive not working on Apple Intel systems when targeting the simulator.
cargo-mobile2 v0.20.4
[0.20.4]
c942e7d
(#474 by @FabianLars) Allow running on simulators that have a higher version than the XCode SDK. This fixes compatiblity issues with Apple's recent"iOS 18.5 + iOS 18.6 Simulator"
platform support component.
cargo-mobile2 v0.20.3
[0.20.3]
a5febb9
Addedapple::device::Device::is_paired
.
cargo-mobile2 v0.20.2
[0.20.2]
5fc06d1
(#468 by @lucasfernog) Ensure iOS dependencies ios-deploy and libimobiledevice are installed before running the app.
cargo-mobile2 v0.20.1
cargo-mobile2 v0.20.0
[0.20.0]
fcd6fcf
(#453 by @lucasfernog) Check if iOS Simulator SDK is installed before building for Simulator.fcd6fcf
(#453 by @lucasfernog) Add OS version to iOS Simulator prompt.fcd6fcf
(#453 by @lucasfernog) Added the target device parameter toTarget::build
so it can properly build for Simulator with older OS versions.
cargo-mobile2 v0.19.0
[0.19.0]
bbbbdf7
(#450 by @lucasfernog) Fixed apple bundle version string validation. Removed theVersionNumber
type.
cargo-mobile2 v0.18.1
[0.18.1]
44a5dd6
(#448 by @lucasfernog) Fix regression on development on macOS with Intel chip.