An amazing project that generates micro reports from tournament results
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#include "Base.xcconfig"
|
|
|
|
BITCODE_GENERATION_MODE = bitcode;
|
|
DEBUG_INFORMATION_FORMAT = dwarf-with-dsym;
|
|
ENABLE_NS_ASSERTIONS = NO;
|
|
GCC_PREPROCESSOR_DEFINITIONS = REALM_HAVE_CONFIG REALM_ENABLE_SYNC __ASSERTMACROS__;
|
|
VALIDATE_PRODUCT = YES;
|
|
|