mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-02-06 21:52:09 -05:00
The swift bindings aren't getting tested (they don't run) in CI anymore, so building with the reldbg profile (that's a workaround to make it run and not crash in production) doesn't provide more value than building in debug mode, while taking much longer to build. Let's use the default dev profile for this; we have to specify it manually, because the default for the xtask command is to use the `reldbg` profile otherwise. This requires a fix for the dev profile, that consists in being able to set the iOS deployment target, and set it to a high value in CI settings. Production builds *don't* have to set it, though.