Environment

enum Environment : String, Codable, Equatable, Hashable, CaseIterable

The Environment

  • The Production Environment

    Declaration

    Swift

    case production
  • The Development Environment

    Declaration

    Swift

    case development
  • The Test Environment

    Declaration

    Swift

    case test
  • The default Environment

    Declaration

    Swift

    static var `default`: SwiftKit.Environment { get }