feat: support ios-arm64_x86_64-maccatalyst in xcframework (#69)

* feat: support maccatalyst in xcframework

* fix: missing ios-macabi targets in ci
This commit is contained in:
khcrysalis
2026-02-14 12:19:32 -08:00
committed by GitHub
parent c246362f54
commit b459eebe9d
2 changed files with 17 additions and 2 deletions

View File

@@ -35,6 +35,8 @@ jobs:
rustup target add aarch64-apple-ios-sim && \
rustup target add aarch64-apple-darwin && \
rustup target add x86_64-apple-darwin && \
rustup target add aarch64-apple-ios-macabi && \
rustup target add x86_64-apple-ios-macabi && \
cargo install --force --locked bindgen-cli
- name: Build all Apple targets and examples/tools