PBXShellScriptBuildPhase

public final class PBXShellScriptBuildPhase : PBXBuildPhase

This is the element for the shell script build phase.

  • Build phase name.

    Declaration

    Swift

    public var name: String?
  • Input paths

    Declaration

    Swift

    public var inputPaths: [String]
  • Output paths

    Declaration

    Swift

    public var outputPaths: [String]
  • Path to the shell.

    Declaration

    Swift

    public var shellPath: String?
  • Shell script.

    Declaration

    Swift

    public var shellScript: String?
  • Show environment variables in the logs.

    Declaration

    Swift

    public var showEnvVarsInLog: Bool
  • Declaration

    Swift

    public override var buildPhase: BuildPhase { get }
  • Declaration

    Swift

    public required init(from decoder: Decoder) throws