Português (Portuguese)
Appearance
Português (Portuguese)
Appearance
STRUCT
AnalyzeAction Contents
configurationanalyzeAction(configuration:)public struct AnalyzeAction: Equatable, Codable, SendableAn action that analyzes the built products.
It's initialized with the .analyzeAction static method
configuration public var configuration: ConfigurationNameIndicates the build configuration the product should be analyzed with.
analyzeAction(configuration:) public static func analyzeAction(configuration: ConfigurationName) -> AnalyzeActionReturns an analyze action.
| Name | Description |
|---|---|
| configuration | Indicates the build configuration the product should be analyzed with. |