publish new versions (#480)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-08-28 17:58:35 -03:00
committed by GitHub
parent 9001559102
commit f45fc4eec1
4 changed files with 6 additions and 7 deletions

View File

@@ -1,5 +0,0 @@
---
"cargo-mobile2": patch
---
Fix build and archive not working on Apple Intel systems when targeting the simulator.

View File

@@ -1,5 +1,9 @@
# Changelog
## \[0.20.5]
- [`60cf1ea`](https://github.com/tauri-apps/cargo-mobile2/commit/60cf1eae5cbc1c815da3685559c59f06b3be6286) ([#479](https://github.com/tauri-apps/cargo-mobile2/pull/479) by [@lucasfernog](https://github.com/tauri-apps/cargo-mobile2/../../lucasfernog)) Fix build and archive not working on Apple Intel systems when targeting the simulator.
## \[0.20.4]
- [`c942e7d`](https://github.com/tauri-apps/cargo-mobile2/commit/c942e7d1951f5c3768f9163aec22f2553cf41b69) ([#474](https://github.com/tauri-apps/cargo-mobile2/pull/474) by [@FabianLars](https://github.com/tauri-apps/cargo-mobile2/../../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.

2
Cargo.lock generated
View File

@@ -173,7 +173,7 @@ checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b"
[[package]]
name = "cargo-mobile2"
version = "0.20.4"
version = "0.20.5"
dependencies = [
"colored",
"core-foundation 0.10.0",

View File

@@ -1,6 +1,6 @@
[package]
name = "cargo-mobile2"
version = "0.20.4"
version = "0.20.5"
authors = [
"Tauri Programme within The Commons Conservancy",
"Brainium Studios LLC",