|
360 | 360 | AEEC47E41C21D3D200EC1693 /* ASVideoNodeTests.m in Sources */ = {isa = PBXBuildFile; fileRef = AEEC47E31C21D3D200EC1693 /* ASVideoNodeTests.m */; }; |
361 | 361 | B0F8805A1BEAEC7500D17647 /* ASTableNode.h in Headers */ = {isa = PBXBuildFile; fileRef = B0F880581BEAEC7500D17647 /* ASTableNode.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
362 | 362 | B0F8805B1BEAEC7500D17647 /* ASTableNode.m in Sources */ = {isa = PBXBuildFile; fileRef = B0F880591BEAEC7500D17647 /* ASTableNode.m */; }; |
| 363 | + B13CA0F71C519E9400E031AB /* ASCollectionViewLayoutFacilitatorProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = B13CA0F61C519E9400E031AB /* ASCollectionViewLayoutFacilitatorProtocol.h */; }; |
| 364 | + B13CA0F81C519EBA00E031AB /* ASCollectionViewLayoutFacilitatorProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = B13CA0F61C519E9400E031AB /* ASCollectionViewLayoutFacilitatorProtocol.h */; }; |
| 365 | + B13CA1001C52004900E031AB /* ASCollectionNode+Beta.h in Headers */ = {isa = PBXBuildFile; fileRef = B13CA0FF1C52004900E031AB /* ASCollectionNode+Beta.h */; }; |
| 366 | + B13CA1011C52004900E031AB /* ASCollectionNode+Beta.h in Headers */ = {isa = PBXBuildFile; fileRef = B13CA0FF1C52004900E031AB /* ASCollectionNode+Beta.h */; }; |
363 | 367 | B35061F31B010EFD0018CF92 /* ASCellNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 055F1A3A19ABD43F004DAFF1 /* ASCellNode.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
364 | 368 | B35061F51B010EFD0018CF92 /* ASCollectionView.h in Headers */ = {isa = PBXBuildFile; fileRef = AC3C4A4F1A1139C100143C57 /* ASCollectionView.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
365 | 369 | B35061F61B010EFD0018CF92 /* ASCollectionView.mm in Sources */ = {isa = PBXBuildFile; fileRef = AC3C4A501A1139C100143C57 /* ASCollectionView.mm */; }; |
|
771 | 775 | AEEC47E31C21D3D200EC1693 /* ASVideoNodeTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ASVideoNodeTests.m; sourceTree = "<group>"; }; |
772 | 776 | B0F880581BEAEC7500D17647 /* ASTableNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ASTableNode.h; sourceTree = "<group>"; }; |
773 | 777 | B0F880591BEAEC7500D17647 /* ASTableNode.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ASTableNode.m; sourceTree = "<group>"; }; |
| 778 | + B13CA0F61C519E9400E031AB /* ASCollectionViewLayoutFacilitatorProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ASCollectionViewLayoutFacilitatorProtocol.h; sourceTree = "<group>"; }; |
| 779 | + B13CA0FF1C52004900E031AB /* ASCollectionNode+Beta.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "ASCollectionNode+Beta.h"; sourceTree = "<group>"; }; |
774 | 780 | B35061DA1B010EDF0018CF92 /* AsyncDisplayKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = AsyncDisplayKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
775 | 781 | B35061DD1B010EDF0018CF92 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = "../AsyncDisplayKit-iOS/Info.plist"; sourceTree = "<group>"; }; |
776 | 782 | CC7FD9DC1BB5E962005CCB2B /* ASPhotosFrameworkImageRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ASPhotosFrameworkImageRequest.h; sourceTree = "<group>"; }; |
|
913 | 919 | AC6456071B0A335000CF11B8 /* ASCellNode.m */, |
914 | 920 | 18C2ED7C1B9B7DE800F627B3 /* ASCollectionNode.h */, |
915 | 921 | 18C2ED7D1B9B7DE800F627B3 /* ASCollectionNode.mm */, |
| 922 | + B13CA0FF1C52004900E031AB /* ASCollectionNode+Beta.h */, |
916 | 923 | AC3C4A4F1A1139C100143C57 /* ASCollectionView.h */, |
917 | 924 | AC3C4A501A1139C100143C57 /* ASCollectionView.mm */, |
918 | 925 | AC3C4A531A113EEC00143C57 /* ASCollectionViewProtocols.h */, |
| 926 | + B13CA0F61C519E9400E031AB /* ASCollectionViewLayoutFacilitatorProtocol.h */, |
919 | 927 | DEC146B41C37A16A004A0EE7 /* ASCollectionInternal.h */, |
920 | 928 | DEC146B51C37A16A004A0EE7 /* ASCollectionInternal.m */, |
921 | 929 | 058D09D5195D050800B7D73C /* ASControlNode.h */, |
|
1285 | 1293 | 058D0A72195D05F800B7D73C /* _ASCoreAnimationExtras.h in Headers */, |
1286 | 1294 | 058D0A53195D05DC00B7D73C /* _ASDisplayLayer.h in Headers */, |
1287 | 1295 | 058D0A55195D05DC00B7D73C /* _ASDisplayView.h in Headers */, |
| 1296 | + B13CA0F71C519E9400E031AB /* ASCollectionViewLayoutFacilitatorProtocol.h in Headers */, |
1288 | 1297 | 058D0A74195D05F800B7D73C /* _ASPendingState.h in Headers */, |
1289 | 1298 | 9C5586691BD549CB00B50E3A /* ASAsciiArtBoxCreator.h in Headers */, |
1290 | 1299 | 058D0A76195D05F900B7D73C /* _ASScopeTimer.h in Headers */, |
|
1356 | 1365 | AC026B6F1BD57DBF00BBC17E /* _ASHierarchyChangeSet.h in Headers */, |
1357 | 1366 | 0516FA3D1A15563400B4EBED /* ASLog.h in Headers */, |
1358 | 1367 | 257754AA1BEE44CD00737CA5 /* ASTextKitEntityAttribute.h in Headers */, |
| 1368 | + B13CA1001C52004900E031AB /* ASCollectionNode+Beta.h in Headers */, |
1359 | 1369 | 0442850D1BAA64EC00D16268 /* ASMultidimensionalArrayUtils.h in Headers */, |
1360 | 1370 | 0516FA401A1563D200B4EBED /* ASMultiplexImageNode.h in Headers */, |
1361 | 1371 | 058D0A59195D05DC00B7D73C /* ASMutableAttributedStringBuilder.h in Headers */, |
|
1410 | 1420 | B350623C1B010EFD0018CF92 /* _ASAsyncTransaction.h in Headers */, |
1411 | 1421 | B350623E1B010EFD0018CF92 /* _ASAsyncTransactionContainer+Private.h in Headers */, |
1412 | 1422 | B350623F1B010EFD0018CF92 /* _ASAsyncTransactionContainer.h in Headers */, |
| 1423 | + B13CA1011C52004900E031AB /* ASCollectionNode+Beta.h in Headers */, |
1413 | 1424 | DECC2ECE1C35C1C600388446 /* ASRangeControllerBeta.h in Headers */, |
1414 | 1425 | 254C6B7E1BF94DF4003EC431 /* ASTextKitTailTruncater.h in Headers */, |
1415 | 1426 | B35062411B010EFD0018CF92 /* _ASAsyncTransactionGroup.h in Headers */, |
|
1484 | 1495 | B35062041B010EFD0018CF92 /* ASMultiplexImageNode.h in Headers */, |
1485 | 1496 | DECBD6E81BE56E1900CF4905 /* ASButtonNode.h in Headers */, |
1486 | 1497 | B35062241B010EFD0018CF92 /* ASMutableAttributedStringBuilder.h in Headers */, |
| 1498 | + B13CA0F81C519EBA00E031AB /* ASCollectionViewLayoutFacilitatorProtocol.h in Headers */, |
1487 | 1499 | B35062061B010EFD0018CF92 /* ASNetworkImageNode.h in Headers */, |
1488 | 1500 | 34EFC76C1B701CED00AD841F /* ASOverlayLayoutSpec.h in Headers */, |
1489 | 1501 | B35062261B010EFD0018CF92 /* ASRangeController.h in Headers */, |
|
2038 | 2050 | ALWAYS_SEARCH_USER_PATHS = NO; |
2039 | 2051 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; |
2040 | 2052 | CLANG_CXX_LIBRARY = "libc++"; |
| 2053 | + CLANG_ENABLE_CODE_COVERAGE = NO; |
2041 | 2054 | CLANG_ENABLE_MODULES = YES; |
2042 | 2055 | CLANG_ENABLE_OBJC_ARC = YES; |
2043 | 2056 | CLANG_WARN_BOOL_CONVERSION = YES; |
|
2078 | 2091 | ALWAYS_SEARCH_USER_PATHS = NO; |
2079 | 2092 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; |
2080 | 2093 | CLANG_CXX_LIBRARY = "libc++"; |
| 2094 | + CLANG_ENABLE_CODE_COVERAGE = NO; |
2081 | 2095 | CLANG_ENABLE_MODULES = YES; |
2082 | 2096 | CLANG_ENABLE_OBJC_ARC = YES; |
2083 | 2097 | CLANG_WARN_BOOL_CONVERSION = YES; |
|
2152 | 2166 | baseConfigurationReference = FB07EABBCF28656C6297BC2D /* Pods-AsyncDisplayKitTests.debug.xcconfig */; |
2153 | 2167 | buildSettings = { |
2154 | 2168 | BUNDLE_LOADER = "$(TEST_HOST)"; |
| 2169 | + CLANG_ENABLE_CODE_COVERAGE = YES; |
2155 | 2170 | FRAMEWORK_SEARCH_PATHS = ( |
2156 | 2171 | "$(SDKROOT)/Developer/Library/Frameworks", |
2157 | 2172 | "$(inherited)", |
|
2181 | 2196 | baseConfigurationReference = D3779BCFF841AD3EB56537ED /* Pods-AsyncDisplayKitTests.release.xcconfig */; |
2182 | 2197 | buildSettings = { |
2183 | 2198 | BUNDLE_LOADER = "$(TEST_HOST)"; |
| 2199 | + CLANG_ENABLE_CODE_COVERAGE = YES; |
2184 | 2200 | FRAMEWORK_SEARCH_PATHS = ( |
2185 | 2201 | "$(SDKROOT)/Developer/Library/Frameworks", |
2186 | 2202 | "$(inherited)", |
|
2207 | 2223 | B35061EE1B010EDF0018CF92 /* Debug */ = { |
2208 | 2224 | isa = XCBuildConfiguration; |
2209 | 2225 | buildSettings = { |
| 2226 | + CLANG_ENABLE_CODE_COVERAGE = YES; |
2210 | 2227 | CLANG_WARN_UNREACHABLE_CODE = YES; |
2211 | 2228 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
2212 | 2229 | CURRENT_PROJECT_VERSION = 1; |
|
2239 | 2256 | B35061EF1B010EDF0018CF92 /* Release */ = { |
2240 | 2257 | isa = XCBuildConfiguration; |
2241 | 2258 | buildSettings = { |
| 2259 | + CLANG_ENABLE_CODE_COVERAGE = YES; |
2242 | 2260 | CLANG_WARN_UNREACHABLE_CODE = YES; |
2243 | 2261 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
2244 | 2262 | COPY_PHASE_STRIP = NO; |
|
0 commit comments