mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00
Fix SDK build script.
This commit is contained in:
parent
11b683601b
commit
8e4f62d639
@ -28,7 +28,7 @@ struct BuildSDK: ParsableCommand {
|
|||||||
var simulator
|
var simulator
|
||||||
|
|
||||||
@Option(help: "The target to build for such as aarch64-apple-ios. Omit this option to build for all targets.")
|
@Option(help: "The target to build for such as aarch64-apple-ios. Omit this option to build for all targets.")
|
||||||
var target: [Target]
|
var target: [Target] = []
|
||||||
|
|
||||||
@Option(help: "The profile to use when building the SDK. Omit this option to build in debug mode.")
|
@Option(help: "The profile to use when building the SDK. Omit this option to build in debug mode.")
|
||||||
var profile: Profile = .reldbg
|
var profile: Profile = .reldbg
|
||||||
|
Loading…
x
Reference in New Issue
Block a user