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

Various visionOS fixes #123721

Merged
merged 3 commits into from
Apr 16, 2024
Merged

Various visionOS fixes #123721

merged 3 commits into from
Apr 16, 2024

Commits on Apr 10, 2024

  1. visionOS: Fix logic for finding the SDK root

    The `sdk_name` is `xros`/`xrsimulator`, not `visionos`/`visionossimulator`.
    madsmtm committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    efbbfa2 View commit details
    Browse the repository at this point in the history
  2. visionOS: Fix unused import warning

    The import is used once in this file, inside `posix_spawn`, so let's move the import into that function instead, to reduce the number of `cfg`s that need to be kept in sync.
    madsmtm committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    69a3b0e View commit details
    Browse the repository at this point in the history
  3. Allow specifying SDKROOT as containing XRSimulator.platform

    Checking this was missing from the `link_env_remove` function, so compilation might fail if set when compiling for macOS
    madsmtm committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    1a72384 View commit details
    Browse the repository at this point in the history