[AVKit] Update bindings to Xcode 12 Beta 3 (#9233)

This commit is contained in:
Alex Soto 2020-07-30 15:46:08 -04:00 коммит произвёл GitHub
Родитель 87329ca967
Коммит 2a62896d73
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -98,7 +98,7 @@ namespace AVKit {
[Export ("pictureInPictureButtonStopImageCompatibleWithTraitCollection:")]
UIImage CreateStopButton ([NullAllowed] UITraitCollection traitCollection);
[TV (14, 0), NoWatch, Mac (10, 16), iOS (14, 0)]
[TV (14, 0), NoWatch, Mac (11, 0), iOS (14, 0)]
[Export ("requiresLinearPlayback")]
bool RequiresLinearPlayback { get; set; }