Skip to content

번역

이 페이지를 번역하거나 기존 번역을 개선할 수 있습니다.

기여

STRUCT

AnalyzeAction

Contents

swift
public struct AnalyzeAction: Equatable, Codable, Sendable

An action that analyzes the built products.

It's initialized with the .analyzeAction static method

Properties

configuration

swift
public var configuration: ConfigurationName

Indicates the build configuration the product should be analyzed with.

Methods

analyzeAction(configuration:)

swift
public static func analyzeAction(configuration: ConfigurationName) -> AnalyzeAction

Returns an analyze action.

  • Parameter configuration: Indicates the build configuration the product should be analyzed with.
  • Returns: Analyze action.

Parameters

NameDescription
configurationIndicates the build configuration the product should be analyzed with.

Released under the MIT License.