Skip to content

LinesOfCodeProvider_Args

rockbruno edited this page May 9, 2020 · 1 revision

LinesOfCodeProvider.Args

public struct Args

Initializers

init(targets:)

public init(targets: Set<String>)

Properties

targets

If provided, only these targets will be considered when calculating the result. The contents should be the name of the generated frameworks. For example, For MyLib.framework and MyApp.app, targets should be ["MyLib", "MyApp"]. If no args are provided, all targets are going to be considered.

let targets: Set<String>
Clone this wiki locally