mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 14:36:16 +01:00
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:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user