Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 206 Bytes

Build.md

File metadata and controls

11 lines (8 loc) · 206 Bytes

Build project

You need to provide workspace or project, together with scheme

Build {
    $0.configure(projectType: .project("TestApp"), scheme: "TestApp")
    $0.buildsForTesting = true
}