leetal / ios-cmake

A CMake toolchain file for iOS/iPadOS, visionOS, macOS, watchOS & tvOS C/C++/Obj-C++ development
BSD 3-Clause "New" or "Revised" License
1.89k stars 448 forks source link

add apple's visionOS support #175

Closed 3d4m-volodymyr closed 1 year ago

3d4m-volodymyr commented 1 year ago

add apple's visionOS support

3d4m-volodymyr commented 1 year ago

I forgot to mention that it depends on changes in cmake itself. https://gitlab.kitware.com/cmake/cmake/-/merge_requests/8581

and I might need to change name of OS in one place to visionOS, I will test it with changes and update later

leetal commented 1 year ago

Okey! Let's wait for that cmake update then :)

3d4m-volodymyr commented 1 year ago

Hi @leetal . Cmake merged PR with visionOS

leetal commented 1 year ago

The tests will not pass since Xcode 15 will be added when it's stable by Github, but I'll probably approve the addition and revisit it as soon as Xcode 15 and CMake 3.27.X (or 3.28) is released.