cargo-xcodebuild icon indicating copy to clipboard operation
cargo-xcodebuild copied to clipboard

Support for Mac Catalyst?

Open coolbluewater opened this issue 2 years ago • 1 comments

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!

coolbluewater avatar Sep 12 '22 11:09 coolbluewater

Hi! I never tried this, but theoretically we can support every target, that supported by rustc and xcodegen. PR is very welcome :)

Gordon-F avatar Jan 22 '23 13:01 Gordon-F