ENUM
PackagePlatform
Contents
- Cases
iOSmacCatalystmacOStvOSwatchOSvisionOS
- Properties
caseValue
- Methods
<(_:_:)
swift
public enum PackagePlatform: String, Codable, Equatable, CaseIterable, ComparableA supported Swift Package Manager platform representation.
Cases
iOS
swift
case iOS = "ios"The iOS platform
macCatalyst
swift
case macCatalyst = "maccatalyst"The Mac Catalyst platform
macOS
swift
case macOS = "macos"The macOS platform
tvOS
swift
case tvOS = "tvos"The tvOS platform
watchOS
swift
case watchOS = "watchos"The watchOS platform
visionOS
swift
case visionOS = "visionos"The visionOS platform
Properties
caseValue
swift
public var caseValue: StringMethods
<(_:_:)
swift
public static func < (lhs: PackagePlatform, rhs: PackagePlatform) -> BoolParameters
| Name | Description |
|---|---|
| lhs | A value to compare. |
| rhs | Another value to compare. |
