Skip to content

IPASizeProvider

rockbruno edited this page May 9, 2020 · 1 revision

IPASizeProvider

Size of the .ipa archive (not the App Store size!). Requirements: .ipa available in the #{PROJECT_DIR}/build folder.

public struct IPASizeProvider: InfoProvider

Inheritance

InfoProvider

Nested Type Aliases

Arguments

public typealias Arguments = Args

Initializers

init(size:)

public init(size: Int)

Properties

identifier

let identifier: String

description

let description: String

size

let size: Int

Methods

extract(fromApi:args:)

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

summary(comparingWith:args:)

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