Skip to content

Commit

Permalink
Fix tvOS availability
Browse files Browse the repository at this point in the history
  • Loading branch information
dalexsoto committed Sep 12, 2021
1 parent cd118fc commit d333bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uikit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10607,7 +10607,7 @@ interface UIResponder : UIAccessibilityAction, UIAccessibilityFocus, UIUserActiv
IUIActivityItemsConfigurationReading ActivityItemsConfiguration { get; set; }

// from UIResponder (UICaptureTextFromCameraSupporting)
[iOS (15,0), MacCatalyst (15,0)]
[TV (15,0), iOS (15,0), MacCatalyst (15,0)]
[Export ("captureTextFromCamera:")]
void CaptureTextFromCamera ([NullAllowed] NSObject sender);
}
Expand Down

0 comments on commit d333bf6

Please sign in to comment.