chore(deps): Update cargo-mobile2 for ios 18.6 sim support (#14078)

This commit is contained in:
Fabian-Lars 2025-08-25 14:04:43 +02:00 committed by GitHub
parent 4791d09a0a
commit 0ac89d3b6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 3 deletions

View File

@ -0,0 +1,6 @@
---
tauri-cli: "patch:bug"
"@tauri-apps/cli": "patch:bug"
---
Updated `cargo-mobile2` to allow running on iOS 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.

6
Cargo.lock generated
View File

@ -1055,9 +1055,9 @@ dependencies = [
[[package]]
name = "cargo-mobile2"
version = "0.20.2"
version = "0.20.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f2e0347234eb5a7b47eb66d33dc18560a628f031dffe58c37a7efe44b53e6f9"
checksum = "d93c1021dbbc971a4801008e7faf1c255b56c8317a2a10970703ee46caa3343e"
dependencies = [
"colored",
"core-foundation 0.10.0",
@ -5816,7 +5816,7 @@ dependencies = [
"aes-gcm",
"aes-kw",
"argon2",
"base64 0.22.1",
"base64 0.21.7",
"bitfield",
"block-padding",
"blowfish",