[src] Fix availability for MPNowPlayingPlaybackState

This commit is contained in:
Rolf Bjarne Kvinge 2020-11-23 14:46:11 +01:00
Родитель f5fac88618
Коммит aaf2818af5
3 изменённых файлов: 2 добавлений и 4 удалений

Просмотреть файл

@ -343,8 +343,8 @@ namespace MediaPlayer {
[Mac (10,12,2)]
[Watch (5,0)]
[NoiOS]
[NoTV]
[iOS (11, 0)]
[TV (11, 0)]
[Native]
public enum MPNowPlayingPlaybackState : ulong
{

Просмотреть файл

@ -1,5 +1,4 @@
## incorrect macro/parsing - decorated with `MP_API(macos(10.12.2))`
!missing-enum! MPNowPlayingPlaybackState not bound
!missing-selector! MPNowPlayingInfoCenter::playbackState not bound
!missing-selector! MPNowPlayingInfoCenter::setPlaybackState: not bound

Просмотреть файл

@ -1,5 +1,4 @@
## incorrect macro/parsing - decorated with `MP_API(macos(10.12.2))`
!missing-enum! MPNowPlayingPlaybackState not bound
!missing-selector! MPNowPlayingInfoCenter::playbackState not bound
!missing-selector! MPNowPlayingInfoCenter::setPlaybackState: not bound