Platform
public enum Platform : Hashable, Equatable
Enum defining all the platforms that are supported, and whether we are currently executing on them.
-
Undocumented
Declaration
Swift
case iOS
-
Undocumented
Declaration
Swift
case watchOS
-
Undocumented
Declaration
Swift
case tvOS
-
Undocumented
Declaration
Swift
case macOS
-
Undocumented
Declaration
Swift
public static let all: [Platform]
-
Undocumented
Declaration
Swift
public static var current: Platform { get }
-
Undocumented
Declaration
Swift
public var isCurrentPlatform: Bool { get }