We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0e1e57 commit 5d876c6Copy full SHA for 5d876c6
Sources/PlatformVersion.swift
@@ -23,6 +23,9 @@ extension PlatformVersion {
23
public var isCurrentOrPast: Bool {
24
condition == .current || condition == .past
25
}
26
+
27
+ @_spi(Internals)
28
+ public var condition: PlatformVersionCondition? { nil }
29
30
31
public struct iOSVersion: PlatformVersion {
0 commit comments