Skip to content

Commit dd819b0

Browse files
Replaced xrOS with visionOS
1 parent a0d14d9 commit dd819b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/CodableDatastore/Indexes/UUID+Comparable.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
import Foundation
1010

11-
#if swift(<5.9) || !os(xrOS)
11+
#if swift(<5.9) || !os(visionOS)
1212
/// Make UUIDs comparable, so that they can be used transparently as an index.
1313
///
1414
/// - SeeAlso: https://github.com/apple/swift-foundation/blob/5388acf1d929865d4df97d3c50e4d08bc4c6bdf0/Sources/FoundationEssentials/UUID.swift#L135-L156

0 commit comments

Comments
 (0)