Add VisionOS support to Swift Package Manager Package.swift definition file#4611
Conversation
nlohmann
left a comment
There was a problem hiding this comment.
Please check https://github.com/nlohmann/json/pull/4611/checks?check_run_id=35854078785 on how to resolve the DCO warning.
|
@nlohmann Please check, I've fixed this, I'm not sure why this dco action is failing now. |
|
This is from the DCO action:
|
|
Clear, so the emails must match. I'm adjusting this now. |
…n file Signed-off-by: Richard Topchii <8013017+richardtop@users.noreply.github.com>
|
@nlohmann Please check again, I've finally fixed this issue with your suggestion. |
|
Thanks! Though I wonder if anyone would actually use this library in a Swift project. |
|
@nlohmann guess why this file got added here in the first place. The answer is "hell yeah!" and thanks for the great library. |

Since the release of Apple Vision Pro hardware, it's now possible to run C++ code when targeting Vision OS. This change enables support for VisionOS in this package, so that the C++-based products can now leverage this library when being built for the AVP hardware.
make amalgamate.Read the Contribution Guidelines for detailed information.