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

[GameController] Add missing API for XCode15. Fixes #15725 #19708

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Dec 22, 2023

  1. [GameController] Add missing API for XCode15. Fixes xamarin#15725

    This PR adds the missing bindings and fixes xamarin#15725. What the issue reported is incorrect,
    the problem with the API is that it uses Swift enumerators that have a String RawValue.
    The way to fix this in our bindings is to use the string values that are **PRESENT** in the
    headers.
    mandel-macaque committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    e6f1f88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1514090 View commit details
    Browse the repository at this point in the history
  3. Missing ','

    mandel-macaque authored Dec 22, 2023
    Configuration menu
    Copy the full SHA
    4c73e06 View commit details
    Browse the repository at this point in the history
  4. Auto-format source code

    GitHub Actions Autoformatter committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    087db04 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Apply suggestions from code review

    Co-authored-by: Rolf Bjarne Kvinge <[email protected]>
    mandel-macaque and rolfbjarne authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    f2d784c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7457c41 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7ad3ac View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Configuration menu
    Copy the full SHA
    b44cdc7 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    f26a018 View commit details
    Browse the repository at this point in the history