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

feat: Added visionOS support for Apple Vision Pro #340

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

Conversation

eugenehp
Copy link

@eugenehp eugenehp commented Jun 4, 2024

Related work: #208

Based on rust-lang/rust#121419

let target = Target::for_triple(if cfg!(target_arch = "aarch64") {
match is_visionos {
true => "aarch64-apple-visionos",
_ => "aarch64-apple-ios", // TODO: figure out how to check for sim here, or probably do this elsewhere, and just add -sim to the triple
Copy link
Member

Choose a reason for hiding this comment

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

this is the simctl module, if we're using this then it's always a simulator

Copy link
Author

Choose a reason for hiding this comment

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

yeah, need to update this, we've done more stuff in our internal pipeline, and it's time to update it for 2.0.0 🥳

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants