Skip to content

Commit

Permalink
[Xcode12.5] Add missing TV availability. #10920 (#10921)
Browse files Browse the repository at this point in the history
API was added in 14.5 not earlier.

fixes #10920
  • Loading branch information
mandel-macaque authored Mar 21, 2021
1 parent fc738de commit 84e4a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uikit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16084,7 +16084,7 @@ interface UISplitViewController {
[Export ("displayModeButtonItem")]
UIBarButtonItem DisplayModeButtonItem { get; }

[iOS (14,5)]
[iOS (14,5), TV (14,5)]
[Export ("displayModeButtonVisibility", ArgumentSemantic.Assign)]
UISplitViewControllerDisplayModeButtonVisibility DisplayModeButtonVisibility { get; set; }

Expand Down

4 comments on commit 84e4a6c

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❌ Tests failed on Build ❌

Tests failed on Build.

API diff

✅ API Diff from stable

View API diff

Packages generated

View packages

Test results

1 tests failed, 174 tests passed.

Failed tests

  • introspection/watchOS 32-bits - simulator/Debug (watchOS 5.0): LaunchFailure

Pipeline on Agent XAMBOT-1109'

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥 Tests failed catastrophically on VSTS: device tests iOS (no summary found). 🔥

Result file $(TEST_SUMMARY_PATH) not found.

Pipeline on Agent

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥 Tests failed catastrophically on VSTS: device tests iOS32b (no summary found). 🔥

Result file $(TEST_SUMMARY_PATH) not found.

Pipeline on Agent

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥 Tests failed catastrophically on VSTS: device tests tvOS (no summary found). 🔥

Result file $(TEST_SUMMARY_PATH) not found.

Pipeline on Agent

Please sign in to comment.