OS

public enum OS : Int, Codable

operating system

  • Linux

    Declaration

    Swift

    case linux = 1
  • macOS

    Declaration

    Swift

    case macOS = 2