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: add Xcode 15 and visionOS support #564

Merged
merged 1 commit into from
Apr 10, 2024

Conversation

okwasniewski
Copy link
Contributor

@okwasniewski okwasniewski commented Apr 4, 2024

Hello,

This PR adds support for Xcode 15 action together with visionOS support.

Apple Vision has an internal Apple codename xros, but the user facing stuff is named visionOS. I've kept user facing stuff with visionOS naming.

I've tested out the code building bgfx examples for visionOS (they obviously didn't compile but the project was generated correctly)

elseif "xros" == _OPTIONS["xcode"] then
	action.xcode.visionOSTargetPlatformVersion = str_or(xrosPlatform, "1.0")
	premake.xcode.toolset = "xros"
	location (path.join(_buildDir, "projects", _ACTION .. "-xros"))
end

@okwasniewski okwasniewski marked this pull request as ready for review April 10, 2024 13:41
@okwasniewski
Copy link
Contributor Author

Hey, the PR is ready for review

@bkaradzic bkaradzic merged commit 66991cd into bkaradzic:master Apr 10, 2024
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