There's discussion elsewhere about changing the minimum macOS / iOS versions supported: rust-lang/rust#104385
There's Travis CI configs here that used to test this sort of thing for these crates.
I've opened #623 to remove those configs and this was also mentioned in #461.
What should the minimum targets be? How tested is this? Can we test with MACOSX_DEPLOYMENT_TARGET and modern Xcode? This appears to be what the main Rust CI is doing? Or is that only for include processing and not linking?
In any event, it would be good to get this clearly documented as well.
There's discussion elsewhere about changing the minimum macOS / iOS versions supported: rust-lang/rust#104385
There's Travis CI configs here that used to test this sort of thing for these crates.
I've opened #623 to remove those configs and this was also mentioned in #461.
What should the minimum targets be? How tested is this? Can we test with
MACOSX_DEPLOYMENT_TARGETand modern Xcode? This appears to be what the main Rust CI is doing? Or is that only for include processing and not linking?In any event, it would be good to get this clearly documented as well.