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 65fc9e2 commit aedcf6fCopy full SHA for aedcf6f
Sources/CustomDump/Conformances/CoreLocation.swift
@@ -81,7 +81,7 @@
81
@available(iOS 7, macOS 10.15, *)
82
@available(tvOS, unavailable)
83
@available(watchOS, unavailable)
84
- @available(xrOS, unavailable)
+ @available(visionOS, unavailable)
85
extension CLProximity: CustomDumpStringConvertible {
86
public var customDumpDescription: String {
87
switch self {
@@ -124,7 +124,7 @@
124
@available(iOS 7, macOS 10, *)
125
126
127
128
extension CLRegionState: CustomDumpStringConvertible {
129
130
0 commit comments