LargestAssetCatalogProvider

public struct LargestAssetCatalogProvider : InfoProvider

The name and size of the largest asset catalog. Requirements: Build logs.

  • Undocumented

    Declaration

    Swift

    public struct Args
  • Declaration

    Swift

    public typealias Arguments = Args
  • Declaration

    Swift

    public static let identifier: String
  • Declaration

    Swift

    public let description: String
  • Undocumented

    Declaration

    Swift

    public let name: String
  • Undocumented

    Declaration

    Swift

    public let size: Int
  • Undocumented

    Declaration

    Swift

    public init(name: String, size: Int)
  • Declaration

    Swift

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

    Swift

    public func summary(comparingWith other: LargestAssetCatalogProvider?, args _: Args?) -> Summary