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.91k stars 450 forks source link

Added platform option MAC_CATALYST_UNIVERSAL #207

Closed oliverepper closed 4 months ago

oliverepper commented 4 months ago

I need catalyst on arm64 and x86_64 for a project and added MAC_CATALYST_UNIVERSAL according to MAC_UNIVERSAL.

leetal commented 4 months ago

Please rebase your changes on the latest origin/master. I'd completely missed the deprecation of the macos-11 runner that many of the tests were relying on :/ Sorry for the inconvenience.

oliverepper commented 4 months ago

https://github.com/leetal/ios-cmake/pull/210