Skip to content

Commit

Permalink
Mark visionOS unavailable for Binding
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Martin committed Jan 11, 2024
1 parent 0e9cb44 commit 7b3a0d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/Perception/Bindable.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
@available(macOS, introduced: 10.15, obsoleted: 14)
@available(tvOS, introduced: 13, obsoleted: 17)
@available(watchOS, introduced: 6, obsoleted: 10)
@available(visionOS, unavailable)
@dynamicMemberLookup
@propertyWrapper
public struct Bindable<Value> {
Expand Down

0 comments on commit 7b3a0d2

Please sign in to comment.