LargestAssetProvider

public struct LargestAssetProvider : InfoProvider

The largest asset in the project. Only considers files inside asset catalogs. 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 -> LargestAssetProvider
  • Declaration

    Swift

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