Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

Commit 4817484

Browse files
Enable clang code coverage
1 parent 423a5b0 commit 4817484

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

AsyncDisplayKit.xcodeproj/project.pbxproj

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2094,7 +2094,7 @@
20942094
isa = XCBuildConfiguration;
20952095
buildSettings = {
20962096
APPLICATION_EXTENSION_API_ONLY = YES;
2097-
CLANG_ENABLE_CODE_COVERAGE = NO;
2097+
CLANG_ENABLE_CODE_COVERAGE = YES;
20982098
DSTROOT = /tmp/AsyncDisplayKit.dst;
20992099
GCC_INPUT_FILETYPE = automatic;
21002100
GCC_INSTRUMENT_PROGRAM_FLOW_ARCS = NO;
@@ -2115,7 +2115,7 @@
21152115
isa = XCBuildConfiguration;
21162116
buildSettings = {
21172117
APPLICATION_EXTENSION_API_ONLY = YES;
2118-
CLANG_ENABLE_CODE_COVERAGE = NO;
2118+
CLANG_ENABLE_CODE_COVERAGE = YES;
21192119
DSTROOT = /tmp/AsyncDisplayKit.dst;
21202120
GCC_INPUT_FILETYPE = automatic;
21212121
GCC_INSTRUMENT_PROGRAM_FLOW_ARCS = NO;
@@ -2137,6 +2137,7 @@
21372137
baseConfigurationReference = FB07EABBCF28656C6297BC2D /* Pods-AsyncDisplayKitTests.debug.xcconfig */;
21382138
buildSettings = {
21392139
BUNDLE_LOADER = "$(TEST_HOST)";
2140+
CLANG_ENABLE_CODE_COVERAGE = YES;
21402141
FRAMEWORK_SEARCH_PATHS = (
21412142
"$(SDKROOT)/Developer/Library/Frameworks",
21422143
"$(inherited)",
@@ -2166,6 +2167,7 @@
21662167
baseConfigurationReference = D3779BCFF841AD3EB56537ED /* Pods-AsyncDisplayKitTests.release.xcconfig */;
21672168
buildSettings = {
21682169
BUNDLE_LOADER = "$(TEST_HOST)";
2170+
CLANG_ENABLE_CODE_COVERAGE = YES;
21692171
FRAMEWORK_SEARCH_PATHS = (
21702172
"$(SDKROOT)/Developer/Library/Frameworks",
21712173
"$(inherited)",
@@ -2192,6 +2194,7 @@
21922194
B35061EE1B010EDF0018CF92 /* Debug */ = {
21932195
isa = XCBuildConfiguration;
21942196
buildSettings = {
2197+
CLANG_ENABLE_CODE_COVERAGE = YES;
21952198
CLANG_WARN_UNREACHABLE_CODE = YES;
21962199
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
21972200
CURRENT_PROJECT_VERSION = 1;
@@ -2224,6 +2227,7 @@
22242227
B35061EF1B010EDF0018CF92 /* Release */ = {
22252228
isa = XCBuildConfiguration;
22262229
buildSettings = {
2230+
CLANG_ENABLE_CODE_COVERAGE = YES;
22272231
CLANG_WARN_UNREACHABLE_CODE = YES;
22282232
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
22292233
COPY_PHASE_STRIP = NO;

0 commit comments

Comments
 (0)