Skip to content

Commit 14ac2d3

Browse files
authored
Mark visionOS unavailable for Binding (pointfreeco#6)
1 parent 7b2994f commit 14ac2d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/Perception/Bindable.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
@available(macOS, introduced: 10.15, obsoleted: 14)
1010
@available(tvOS, introduced: 13, obsoleted: 17)
1111
@available(watchOS, introduced: 6, obsoleted: 10)
12+
@available(visionOS, unavailable)
1213
@dynamicMemberLookup
1314
@propertyWrapper
1415
public struct Bindable<Value> {

0 commit comments

Comments
 (0)