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

Added platform option MAC_CATALYST_UNIVERSAL #210

Closed oliverepper closed 2 months ago

oliverepper commented 2 months ago

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

leetal commented 2 months ago

Do you think you could add a new pipeline test-case here for the new MAC_CATALYST_UNIVERSAL variant? it should be a matter of just copying one job description and replace the PLATFORM: MAC_CATALYST for example.

oliverepper commented 2 months ago

I added the pipeline test-case.

leetal commented 2 months ago

Thanks for adding this! ⭐