cargo-xcodebuild
cargo-xcodebuild copied to clipboard
Support for Mac Catalyst?
Hi, does the tool support Mac Catalyst builds, e.g. build_targets = ["x86_64-apple-ios-macabi", "aarch64-apple-ios-macabi"]
?
If not would it be possible to please add support for these targets? I think xcodegen
already supports Mac Catalyst.
Thanks!
Hi! I never tried this, but theoretically we can support every target, that supported by rustc
and xcodegen
. PR is very welcome :)