Skip to content

Commit

Permalink
Merge branch 'sg/fix-coverage' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
gugmaster committed Nov 7, 2013
2 parents cf63599 + 999b5d3 commit c45f4ca
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions DTFoundation.xcodeproj/project.pbxproj
Expand Up @@ -2674,6 +2674,8 @@
COPY_PHASE_STRIP = NO;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_GENERATE_TEST_COVERAGE_FILES = YES;
GCC_INSTRUMENT_PROGRAM_FLOW_ARCS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
GCC_THUMB_SUPPORT = NO;
Expand Down Expand Up @@ -2725,8 +2727,6 @@
isa = XCBuildConfiguration;
buildSettings = {
DSTROOT = /tmp/DTFoundation.dst;
GCC_GENERATE_TEST_COVERAGE_FILES = YES;
GCC_INSTRUMENT_PROGRAM_FLOW_ARCS = YES;
GCC_PREFIX_HEADER = "Core/DTFoundation-Prefix.pch";
GCC_THUMB_SUPPORT = NO;
PRODUCT_NAME = DTFoundation;
Expand All @@ -2746,8 +2746,6 @@
"\"$(SDKROOT)/Developer/Library/Frameworks\"",
"\"$(DEVELOPER_LIBRARY_DIR)/Frameworks\"",
);
GCC_GENERATE_TEST_COVERAGE_FILES = YES;
GCC_INSTRUMENT_PROGRAM_FLOW_ARCS = YES;
GCC_PREFIX_HEADER = "Test/UnitTests-Prefix.pch";
GCC_WARN_UNINITIALIZED_AUTOS = YES;
INFOPLIST_FILE = "Test/UnitTests-Info.plist";
Expand Down

0 comments on commit c45f4ca

Please sign in to comment.