Skip to content

Commit

Permalink
[UIKit] Update bindings to Xcode 15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dalexsoto committed Jan 3, 2024
1 parent 96066e1 commit 013f026
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 @@ -12733,6 +12733,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 013f026

Please sign in to comment.