Skip to content
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

[UIKit] Fix UIKit selector on TvOS #18617

Merged
merged 5 commits into from
Aug 2, 2023

Commits on Aug 2, 2023

  1. [UIKit] Fix UIKit selector on TvOS

    This API was missed because the old sim intro tests are not running and
    we missed it. This was found while working on xcode15. The tvOS attr is
    missing which defaults to the min version of tvOS when it should be 15.
    
    Added a compat implementation so that the API remains.
    mandel-macaque committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    2a4b97c View commit details
    Browse the repository at this point in the history
  2. Add missing attrs.

    mandel-macaque committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    5f61a05 View commit details
    Browse the repository at this point in the history
  3. Auto-format source code

    GitHub Actions Autoformatter committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    344e06a View commit details
    Browse the repository at this point in the history
  4. Update src/UIKit/UIMenu.cs

    Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com>
    mandel-macaque and rolfbjarne committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    b66860f View commit details
    Browse the repository at this point in the history
  5. Update src/UIKit/UIMenu.cs

    Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com>
    mandel-macaque and rolfbjarne committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    9464ba4 View commit details
    Browse the repository at this point in the history