Open coolbluewater opened 2 years ago
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!
build_targets = ["x86_64-apple-ios-macabi", "aarch64-apple-ios-macabi"]
xcodegen
Hi! I never tried this, but theoretically we can support every target, that supported by rustc and xcodegen. PR is very welcome :)
rustc
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 thinkxcodegen
already supports Mac Catalyst. Thanks!