Skip to content

Commit

Permalink
[UIKit] Update bindings to Xcode 15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dalexsoto committed Jan 11, 2024
1 parent 12240a8 commit 3930f84
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 4 deletions.
3 changes: 3 additions & 0 deletions src/uikit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12734,6 +12734,9 @@ UIScreenMode CurrentMode {
[NullAllowed, Export ("focusedItem", ArgumentSemantic.Weak)]
IUIFocusItem FocusedItem { get; }

[Deprecated (PlatformName.iOS, 17, 2, message: "Use 'UITraitCollection.SceneCaptureState' property instead.")]
[Deprecated (PlatformName.TvOS, 17, 2, message: "Use 'UITraitCollection.SceneCaptureState' property instead.")]
[Deprecated (PlatformName.MacCatalyst, 17, 2, message: "Use 'UITraitCollection.SceneCaptureState' property instead.")]
[MacCatalyst (13, 1)]
[Export ("captured")]
bool Captured { [Bind ("isCaptured")] get; }
Expand Down
1 change: 0 additions & 1 deletion tests/xtro-sharpie/api-annotations-dotnet/iOS-UIKit.todo

This file was deleted.

1 change: 0 additions & 1 deletion tests/xtro-sharpie/api-annotations-dotnet/tvOS-UIKit.todo

This file was deleted.

1 change: 0 additions & 1 deletion tests/xtro-sharpie/iOS-UIKit.todo

This file was deleted.

1 change: 0 additions & 1 deletion tests/xtro-sharpie/tvOS-UIKit.todo

This file was deleted.

0 comments on commit 3930f84

Please sign in to comment.