herringbanger@gmail.com aa648bd690 Fix linker error in catch_debugger.hpp on iOS on ARM that occurs trying to use assembly for Intel because CATCH_PLATFORM_MAC is defined.
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.
2012-01-14 11:12:58 -08:00
..
2011-09-29 08:58:40 +01:00
2011-09-23 10:03:52 +02:00
2011-04-26 08:32:40 +01:00
2011-04-26 08:32:40 +01:00
2011-04-26 08:32:40 +01:00
2011-04-26 08:32:40 +01:00
2011-04-26 08:32:40 +01:00
2011-04-26 08:32:40 +01:00
2011-04-26 08:32:40 +01:00
2011-04-26 08:32:40 +01:00
2011-04-26 08:32:40 +01:00
2011-04-26 08:32:40 +01:00
2011-04-26 08:32:40 +01:00
2011-04-26 08:32:40 +01:00
2011-04-26 08:32:40 +01:00
2011-04-26 08:32:40 +01:00
2011-04-26 08:32:40 +01:00
2011-09-23 10:03:52 +02:00
2011-12-28 10:33:54 +00:00
2011-09-23 10:03:52 +02:00
2011-04-26 08:32:40 +01:00
2011-09-23 10:03:52 +02:00
2011-09-30 08:04:54 +01:00