BuildType

@available(swift 4.0)
public enum BuildType : String, Codable

TCX Build Type

  • Internal Build

    Declaration

    Swift

    case `internal` = "Internal"
  • Alpha

    Declaration

    Swift

    case alpha = "Alpha"
  • Beta

    Declaration

    Swift

    case beta = "Beta"
  • Release

    Declaration

    Swift

    case release = "Release"