Skip to content

Commit

Permalink
Add missing attr for catalyst.
Browse files Browse the repository at this point in the history
  • Loading branch information
mandel-macaque committed Aug 8, 2023
1 parent eb938cd commit 7b7a49d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/accessibility.cs
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ interface AXCustomContentProvider {
[NullAllowed, Export ("accessibilityCustomContent", ArgumentSemantic.Copy)]
AXCustomContent [] AccessibilityCustomContent { get; set; }

[Watch (10, 0), TV (17, 0), Mac (14, 0), iOS (17, 0)]
[Watch (10, 0), TV (17, 0), Mac (14, 0), iOS (17, 0), MacCatalyst (17,0)]
[NullAllowed, Export ("accessibilityCustomContentBlock", ArgumentSemantic.Copy)]
Func<AXCustomContent []?> AccessibilityCustomContentHandler { get; set; }

Expand Down Expand Up @@ -344,12 +344,11 @@ interface AXBrailleMapRenderer {
Action<AXBrailleMap> AccessibilityBrailleMapRenderer { get; set; }
}

[Watch (10, 0), TV (17, 0), Mac (14, 0), iOS (17, 0)]
[Watch (10, 0), TV (17, 0), Mac (14, 0), iOS (17, 0), MacCatalyst (17,0)]
[Static]
[Partial]
partial interface AXAnimatedImagesUtilities {
[Notification]
[Watch (10, 0), TV (17, 0), Mac (14, 0), iOS (17, 0)]
[Field ("AXAnimatedImagesEnabledDidChangeNotification")]
NSString AnimatedImagesEnabledDidChangeNotification { get; }
}
Expand Down

0 comments on commit 7b7a49d

Please sign in to comment.