Skip to content

Commit

Permalink
[MediaPlayer] Add support for Xcode 15 beta7. (#19014)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Actions Autoformatter <github-actions-autoformatter@xamarin.com>
  • Loading branch information
mandel-macaque and GitHub Actions Autoformatter authored Sep 26, 2023
1 parent 3e3cf47 commit faca886
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 8 deletions.
3 changes: 3 additions & 0 deletions src/mediaplayer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1537,6 +1537,9 @@ interface MPVolumeView {
[Export ("wirelessRouteActive")]
bool IsWirelessRouteActive { [Bind ("isWirelessRouteActive")] get; }

[Deprecated (PlatformName.iOS, 17, 0)]
[Deprecated (PlatformName.TvOS, 17, 0)]
[Deprecated (PlatformName.MacCatalyst, 17, 0)]
[NullAllowed] // by default this property is null
[Export ("volumeWarningSliderImage", ArgumentSemantic.Retain)]
UIImage VolumeWarningSliderImage { get; set; }
Expand Down

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions tests/xtro-sharpie/iOS-MediaPlayer.todo

This file was deleted.

2 changes: 0 additions & 2 deletions tests/xtro-sharpie/tvOS-MediaPlayer.todo

This file was deleted.

5 comments on commit faca886

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

Please sign in to comment.