-
Notifications
You must be signed in to change notification settings - Fork 515
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[AVKit] Add support for xcode 12 beta 5. #12551
[AVKit] Add support for xcode 12 beta 5. #12551
Conversation
❌ [PR Build] Tests failed on Build ❌Tests failed on Build. API diff✅ API Diff from stable View API diffAPI & Generator diffℹ️ API Diff (from PR only) (please review changes) GitHub pagesResults can be found in the following github pages (it might take some time to publish): Test results23 tests failed, 85 tests passed.Failed tests
Pipeline on Agent XAMBOT-1099.BigSur' |
src/avkit.cs
Outdated
@@ -497,6 +535,15 @@ interface AVPlayerView { | |||
[Mac (10,15)] | |||
[Export ("showsTimecodes")] | |||
bool ShowsTimecodes { get; set; } | |||
|
|||
[Mac (12,0), NoiOS, NoTV, NoMacCatalyst] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NoiOS, NoTV, NoMacCatalyst]
are already present at the type-level
src/avkit.cs
Outdated
[Protocolize] | ||
AVPlayerViewDelegate Delegate { get; set; } | ||
|
||
[Mac (12,0), NoiOS, NoTV, NoMacCatalyst] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NoiOS, NoTV, NoMacCatalyst]
are already present at the type-level
❌ [PR Build] Tests failed on Build ❌Tests failed on Build. API diff✅ API Diff from stable View API diffAPI & Generator diffℹ️ API Diff (from PR only) (please review changes) GitHub pagesResults can be found in the following github pages (it might take some time to publish): Test results1 tests failed, 107 tests passed.Failed tests
Pipeline on Agent XAMBOT-1107.BigSur' |
Unrelated failures. |
No description provided.