Alexander Widerberg
Alexander Widerberg
I've never put any effort into adding support for code signing. Using upstream codesigning flags provided by CMAKE "should" work. But it's up to the developer to provide the correct...
Hi! What is the progress of this awesome work to-do?
Closed in favour of #178. Please create a new PR based off the latest master if still needed.
Closing this since the install step is required.
I'm afraid this could break existing uses of the toolchain. I'd love to integrate this fix since it will most definitely fix more than it breaks.. I can probably add...
Seems the enable_language() directives are needed. Moving them (CXX, OBJC) to the project-definition causes issues since the toolchain require explicit language support and the project definition is not propagating to...
Will look into this the coming week!
Please have a look at the PR @ #175 :)
The "poor-mans-choice workaround" could be to actually filter any `-mtargetos=xros` from the C[XX]_FLAGS prior to building (if building visionOS) with the toolchain. But then we'd be "breaking" (read fix) the...
Yep, the tests added to the toolchain does indeed now work for the xrOS (visionOS) platform. Closing this issue.