mirror of
https://github.com/catchorg/Catch2
synced 2026-02-02 09:22:23 +00:00
aa648bd690a14867005a794c94eaa2b35c4cf3ca
Define CATCH_PLATFORM_MAC using #if defined(__MAC_OS_X_VERSION_MIN_REQUIRED) instead of #if defined(macintosh) || defined(__APPLE__) || defined(__APPLE_CC__). Add new CATCH_PLATFORM_IPHONE defined using #elif defined(__IPHONE_OS_VERSION_MIN_REQUIRED) for future use. The BreakIntoDebugger and isDebuggerActive functions remain without implementations for iOS.
See the wiki at: https://github.com/philsquared/Catch/wiki
Description
Languages
C++
90.1%
CMake
5.4%
Python
3.3%
Meson
0.7%
Starlark
0.3%