Skip to content

OBJCFileCountProvider

rockbruno edited this page May 9, 2020 · 1 revision

OBJCFileCountProvider

Number of OBJ-C files and headers (for mixed OBJ-C / Swift projects). Requirements: Build logs.

public struct OBJCFileCountProvider: InfoProvider

Inheritance

InfoProvider

Nested Type Aliases

Arguments

public typealias Arguments = Args

Initializers

init(count:)

public init(count: Int)

Properties

identifier

let identifier: String

description

let description: String

count

let count: Int

Methods

extract(fromApi:args:)

public static func extract(fromApi api: SwiftInfo, args _: Args?) throws -> OBJCFileCountProvider

summary(comparingWith:args:)

public func summary(comparingWith other: OBJCFileCountProvider?, args _: Args?) -> Summary
Clone this wiki locally