Português (Portuguese)
Português (Portuguese)
Appearance
Português (Portuguese)
Português (Portuguese)
Appearance
STRUCT
EnvironmentVariable
Contents
value
isEnabled
environmentVariable(value:isEnabled:)
init(stringLiteral:)
public struct EnvironmentVariable: Equatable, Codable, Hashable, ExpressibleByStringLiteral, Sendable
It represents an environment variable that is passed when running a scheme's action
value
public var value: String
The value of the environment variable
isEnabled
public var isEnabled: Bool
Whether the variable is enabled or not
environmentVariable(value:isEnabled:)
public static func environmentVariable(value: String, isEnabled: Bool) -> Self
init(stringLiteral:)
public init(stringLiteral value: String)
Name | Description |
---|---|
value | The value of the new instance. |