|
2094 | 2094 | isa = XCBuildConfiguration; |
2095 | 2095 | buildSettings = { |
2096 | 2096 | APPLICATION_EXTENSION_API_ONLY = YES; |
2097 | | - CLANG_ENABLE_CODE_COVERAGE = NO; |
| 2097 | + CLANG_ENABLE_CODE_COVERAGE = YES; |
2098 | 2098 | DSTROOT = /tmp/AsyncDisplayKit.dst; |
2099 | 2099 | GCC_INPUT_FILETYPE = automatic; |
2100 | 2100 | GCC_INSTRUMENT_PROGRAM_FLOW_ARCS = NO; |
|
2115 | 2115 | isa = XCBuildConfiguration; |
2116 | 2116 | buildSettings = { |
2117 | 2117 | APPLICATION_EXTENSION_API_ONLY = YES; |
2118 | | - CLANG_ENABLE_CODE_COVERAGE = NO; |
| 2118 | + CLANG_ENABLE_CODE_COVERAGE = YES; |
2119 | 2119 | DSTROOT = /tmp/AsyncDisplayKit.dst; |
2120 | 2120 | GCC_INPUT_FILETYPE = automatic; |
2121 | 2121 | GCC_INSTRUMENT_PROGRAM_FLOW_ARCS = NO; |
|
2137 | 2137 | baseConfigurationReference = FB07EABBCF28656C6297BC2D /* Pods-AsyncDisplayKitTests.debug.xcconfig */; |
2138 | 2138 | buildSettings = { |
2139 | 2139 | BUNDLE_LOADER = "$(TEST_HOST)"; |
| 2140 | + CLANG_ENABLE_CODE_COVERAGE = YES; |
2140 | 2141 | FRAMEWORK_SEARCH_PATHS = ( |
2141 | 2142 | "$(SDKROOT)/Developer/Library/Frameworks", |
2142 | 2143 | "$(inherited)", |
|
2166 | 2167 | baseConfigurationReference = D3779BCFF841AD3EB56537ED /* Pods-AsyncDisplayKitTests.release.xcconfig */; |
2167 | 2168 | buildSettings = { |
2168 | 2169 | BUNDLE_LOADER = "$(TEST_HOST)"; |
| 2170 | + CLANG_ENABLE_CODE_COVERAGE = YES; |
2169 | 2171 | FRAMEWORK_SEARCH_PATHS = ( |
2170 | 2172 | "$(SDKROOT)/Developer/Library/Frameworks", |
2171 | 2173 | "$(inherited)", |
|
2192 | 2194 | B35061EE1B010EDF0018CF92 /* Debug */ = { |
2193 | 2195 | isa = XCBuildConfiguration; |
2194 | 2196 | buildSettings = { |
| 2197 | + CLANG_ENABLE_CODE_COVERAGE = YES; |
2195 | 2198 | CLANG_WARN_UNREACHABLE_CODE = YES; |
2196 | 2199 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
2197 | 2200 | CURRENT_PROJECT_VERSION = 1; |
|
2224 | 2227 | B35061EF1B010EDF0018CF92 /* Release */ = { |
2225 | 2228 | isa = XCBuildConfiguration; |
2226 | 2229 | buildSettings = { |
| 2230 | + CLANG_ENABLE_CODE_COVERAGE = YES; |
2227 | 2231 | CLANG_WARN_UNREACHABLE_CODE = YES; |
2228 | 2232 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
2229 | 2233 | COPY_PHASE_STRIP = NO; |
|
0 commit comments