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

[Darwin] Fix availability of exp10 for watchOS, tvOS, xROS. #98542

Merged
merged 2 commits into from
Jul 11, 2024

Commits on Jul 11, 2024

  1. [Darwin] Fix availability of exp10 for watchOS, tvOS, xROS.

    Update availability information added in 1eb7f05. exp10 is available
    on iOS >= 7.0 and macOS >= 10.9. On all platforms, it is available on
    any version. Also drop the x86 check, as the availability only depends
    on the OS version, not the target platform.
    fhahn committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    11b37d6 View commit details
    Browse the repository at this point in the history
  2. !fixu fix formatting.

    fhahn committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    89673f0 View commit details
    Browse the repository at this point in the history