mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-06 23:15:08 -04:00
Reformat again...
This commit is contained in:
committed by
Jorge Martin Espinosa
parent
79d8738ff5
commit
2a03de3bd5
@@ -64,8 +64,8 @@ impl SwiftArgs {
|
||||
target: targets,
|
||||
sequentially,
|
||||
} => {
|
||||
// The dev profile seems to cause crashes on some platforms so we default to reldbg
|
||||
// https://github.com/matrix-org/matrix-rust-sdk/issues/4009
|
||||
// The dev profile seems to cause crashes on some platforms so we default to
|
||||
// reldbg (https://github.com/matrix-org/matrix-rust-sdk/issues/4009)
|
||||
let profile =
|
||||
profile.as_deref().unwrap_or(if release { "release" } else { "reldbg" });
|
||||
build_xcframework(profile, targets, components_path, sequentially)
|
||||
|
||||
Reference in New Issue
Block a user