diff --git a/AsyncDisplayKit/AsyncDisplayKit-iOS.h b/AsyncDisplayKit-iOS/AsyncDisplayKit-iOS.h similarity index 60% rename from AsyncDisplayKit/AsyncDisplayKit-iOS.h rename to AsyncDisplayKit-iOS/AsyncDisplayKit-iOS.h index 3e2ec7f449..130cb0da8a 100644 --- a/AsyncDisplayKit/AsyncDisplayKit-iOS.h +++ b/AsyncDisplayKit-iOS/AsyncDisplayKit-iOS.h @@ -5,12 +5,15 @@ * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. */ + #import //! Project version number for AsyncDisplayKit-iOS. -FOUNDATION_EXPORT double AsyncDisplayKitVersionNumber; +FOUNDATION_EXPORT double AsyncDisplayKit_iOSVersionNumber; //! Project version string for AsyncDisplayKit-iOS. -FOUNDATION_EXPORT const unsigned char AsyncDisplayKitVersionString[]; +FOUNDATION_EXPORT const unsigned char AsyncDisplayKit_iOSVersionString[]; + +// In this header, you should import all the public headers of your framework using statements like #import + -#import \ No newline at end of file diff --git a/AsyncDisplayKit/Info.plist b/AsyncDisplayKit-iOS/Info.plist similarity index 100% rename from AsyncDisplayKit/Info.plist rename to AsyncDisplayKit-iOS/Info.plist diff --git a/AsyncDisplayKit.xcodeproj/project.pbxproj b/AsyncDisplayKit.xcodeproj/project.pbxproj index 41f631ea22..4404af27db 100644 --- a/AsyncDisplayKit.xcodeproj/project.pbxproj +++ b/AsyncDisplayKit.xcodeproj/project.pbxproj @@ -167,6 +167,126 @@ 299DA1A91A828D2900162D41 /* ASBatchContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 299DA1A71A828D2900162D41 /* ASBatchContext.h */; settings = {ATTRIBUTES = (Public, ); }; }; 299DA1AA1A828D2900162D41 /* ASBatchContext.mm in Sources */ = {isa = PBXBuildFile; fileRef = 299DA1A81A828D2900162D41 /* ASBatchContext.mm */; }; 29CDC2E21AAE70D000833CA4 /* ASBasicImageDownloaderContextTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 29CDC2E11AAE70D000833CA4 /* ASBasicImageDownloaderContextTests.m */; }; + 2C5B66A21B3A796F005926A7 /* AsyncDisplayKit-iOS.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C5B66A11B3A796F005926A7 /* AsyncDisplayKit-iOS.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2C5B66C11B3A7A5C005926A7 /* ASCellNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 055F1A3B19ABD43F004DAFF1 /* ASCellNode.m */; }; + 2C5B66C21B3A7A5C005926A7 /* ASCollectionView.mm in Sources */ = {isa = PBXBuildFile; fileRef = AC3C4A501A1139C100143C57 /* ASCollectionView.mm */; }; + 2C5B66C31B3A7A5C005926A7 /* ASControlNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 058D09D6195D050800B7D73C /* ASControlNode.m */; }; + 2C5B66C41B3A7A5C005926A7 /* ASDisplayNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 058D09D9195D050800B7D73C /* ASDisplayNode.mm */; }; + 2C5B66C51B3A7A5C005926A7 /* ASDisplayNodeExtras.mm in Sources */ = {isa = PBXBuildFile; fileRef = 058D09DC195D050800B7D73C /* ASDisplayNodeExtras.mm */; }; + 2C5B66C61B3A7A5C005926A7 /* ASEditableTextNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0587F9BC1A7309ED00AFF0BA /* ASEditableTextNode.mm */; }; + 2C5B66C71B3A7A5C005926A7 /* ASImageNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 058D09DE195D050800B7D73C /* ASImageNode.mm */; }; + 2C5B66C81B3A7A5C005926A7 /* ASMultiplexImageNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0516FA3F1A1563D200B4EBED /* ASMultiplexImageNode.mm */; }; + 2C5B66C91B3A7A5C005926A7 /* ASNetworkImageNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 055B9FA71A1C154B00035D6D /* ASNetworkImageNode.mm */; }; + 2C5B66CA1B3A7A5C005926A7 /* ASScrollNode.m in Sources */ = {isa = PBXBuildFile; fileRef = D785F6611A74327E00291744 /* ASScrollNode.m */; }; + 2C5B66CB1B3A7A5C005926A7 /* ASTableView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 055F1A3319ABD3E3004DAFF1 /* ASTableView.mm */; }; + 2C5B66CC1B3A7A5C005926A7 /* ASTextNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 058D09E0195D050800B7D73C /* ASTextNode.mm */; }; + 2C5B66CD1B3A7A5C005926A7 /* _ASDisplayLayer.mm in Sources */ = {isa = PBXBuildFile; fileRef = 058D09E3195D050800B7D73C /* _ASDisplayLayer.mm */; }; + 2C5B66CE1B3A7A5C005926A7 /* _ASDisplayView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 058D09E5195D050800B7D73C /* _ASDisplayView.mm */; }; + 2C5B66CF1B3A7A5C005926A7 /* ASAbstractLayoutController.mm in Sources */ = {isa = PBXBuildFile; fileRef = 205F0E181B37339C007741D0 /* ASAbstractLayoutController.mm */; }; + 2C5B66D01B3A7A5C005926A7 /* ASBasicImageDownloader.mm in Sources */ = {isa = PBXBuildFile; fileRef = 054963481A1EA066000F8E56 /* ASBasicImageDownloader.mm */; }; + 2C5B66D11B3A7A5C005926A7 /* ASBatchContext.mm in Sources */ = {isa = PBXBuildFile; fileRef = 299DA1A81A828D2900162D41 /* ASBatchContext.mm */; }; + 2C5B66D21B3A7A5C005926A7 /* ASCollectionViewLayoutController.mm in Sources */ = {isa = PBXBuildFile; fileRef = 205F0E1C1B373A2C007741D0 /* ASCollectionViewLayoutController.mm */; }; + 2C5B66D31B3A7A5C005926A7 /* ASDataController.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4640521A1A3F83C40061C0BA /* ASDataController.mm */; }; + 2C5B66D41B3A7A5C005926A7 /* ASDealloc2MainObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 05A6D05919D0EB64002DD95E /* ASDealloc2MainObject.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 2C5B66D51B3A7A5C005926A7 /* ASFlowLayoutController.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4640521C1A3F83C40061C0BA /* ASFlowLayoutController.mm */; }; + 2C5B66D61B3A7A5C005926A7 /* ASHighlightOverlayLayer.mm in Sources */ = {isa = PBXBuildFile; fileRef = 058D09E7195D050800B7D73C /* ASHighlightOverlayLayer.mm */; }; + 2C5B66D71B3A7A5C005926A7 /* ASMultidimensionalArrayUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4640521F1A3F83C40061C0BA /* ASMultidimensionalArrayUtils.mm */; }; + 2C5B66D81B3A7A5C005926A7 /* ASMutableAttributedStringBuilder.m in Sources */ = {isa = PBXBuildFile; fileRef = 058D09E9195D050800B7D73C /* ASMutableAttributedStringBuilder.m */; }; + 2C5B66D91B3A7A5C005926A7 /* ASRangeController.mm in Sources */ = {isa = PBXBuildFile; fileRef = 055F1A3719ABD413004DAFF1 /* ASRangeController.mm */; }; + 2C5B66DA1B3A7A5C005926A7 /* ASRangeHandlerPreload.mm in Sources */ = {isa = PBXBuildFile; fileRef = 292C599B1A956527007E5DD6 /* ASRangeHandlerPreload.mm */; }; + 2C5B66DB1B3A7A5C005926A7 /* ASRangeHandlerRender.mm in Sources */ = {isa = PBXBuildFile; fileRef = 292C599E1A956527007E5DD6 /* ASRangeHandlerRender.mm */; }; + 2C5B66DC1B3A7A5C005926A7 /* ASScrollDirection.m in Sources */ = {isa = PBXBuildFile; fileRef = 205F0E111B371BD7007741D0 /* ASScrollDirection.m */; }; + 2C5B66DD1B3A7A5C005926A7 /* ASTextNodeCoreTextAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 058D09EB195D050800B7D73C /* ASTextNodeCoreTextAdditions.m */; }; + 2C5B66DE1B3A7A5C005926A7 /* ASTextNodeRenderer.mm in Sources */ = {isa = PBXBuildFile; fileRef = 058D09ED195D050800B7D73C /* ASTextNodeRenderer.mm */; }; + 2C5B66DF1B3A7A5C005926A7 /* ASTextNodeShadower.m in Sources */ = {isa = PBXBuildFile; fileRef = 058D09EF195D050800B7D73C /* ASTextNodeShadower.m */; }; + 2C5B66E01B3A7A5C005926A7 /* ASTextNodeTextKitHelpers.mm in Sources */ = {isa = PBXBuildFile; fileRef = 058D09F1195D050800B7D73C /* ASTextNodeTextKitHelpers.mm */; }; + 2C5B66E11B3A7A5C005926A7 /* ASTextNodeWordKerner.m in Sources */ = {isa = PBXBuildFile; fileRef = 058D09F4195D050800B7D73C /* ASTextNodeWordKerner.m */; }; + 2C5B66E21B3A7A5C005926A7 /* CGRect+ASConvenience.m in Sources */ = {isa = PBXBuildFile; fileRef = 205F0E201B376416007741D0 /* CGRect+ASConvenience.m */; }; + 2C5B66E31B3A7A5C005926A7 /* NSMutableAttributedString+TextKitAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 058D09F6195D050800B7D73C /* NSMutableAttributedString+TextKitAdditions.m */; }; + 2C5B66E41B3A7A5C005926A7 /* _ASAsyncTransaction.m in Sources */ = {isa = PBXBuildFile; fileRef = 058D09F9195D050800B7D73C /* _ASAsyncTransaction.m */; }; + 2C5B66E51B3A7A5C005926A7 /* _ASAsyncTransactionContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = 058D09FC195D050800B7D73C /* _ASAsyncTransactionContainer.m */; }; + 2C5B66E61B3A7A5C005926A7 /* _ASAsyncTransactionGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = 058D09FE195D050800B7D73C /* _ASAsyncTransactionGroup.m */; }; + 2C5B66E71B3A7A5C005926A7 /* UICollectionViewLayout+ASConvenience.m in Sources */ = {isa = PBXBuildFile; fileRef = 205F0E0E1B371875007741D0 /* UICollectionViewLayout+ASConvenience.m */; }; + 2C5B66E81B3A7A5C005926A7 /* UIView+ASConvenience.m in Sources */ = {isa = PBXBuildFile; fileRef = 058D0A00195D050800B7D73C /* UIView+ASConvenience.m */; }; + 2C5B66E91B3A7A5C005926A7 /* ASBatchFetching.m in Sources */ = {isa = PBXBuildFile; fileRef = 296A0A2D1A9516B2005ACEAA /* ASBatchFetching.m */; }; + 2C5B66EA1B3A7A5C005926A7 /* _ASCoreAnimationExtras.mm in Sources */ = {isa = PBXBuildFile; fileRef = 058D0A04195D050800B7D73C /* _ASCoreAnimationExtras.mm */; }; + 2C5B66EB1B3A7A5C005926A7 /* _ASPendingState.m in Sources */ = {isa = PBXBuildFile; fileRef = 058D0A06195D050800B7D73C /* _ASPendingState.m */; }; + 2C5B66EC1B3A7A5C005926A7 /* ASDisplayNode+AsyncDisplay.mm in Sources */ = {isa = PBXBuildFile; fileRef = 058D0A08195D050800B7D73C /* ASDisplayNode+AsyncDisplay.mm */; }; + 2C5B66ED1B3A7A5C005926A7 /* ASDisplayNode+DebugTiming.mm in Sources */ = {isa = PBXBuildFile; fileRef = 058D0A0A195D050800B7D73C /* ASDisplayNode+DebugTiming.mm */; }; + 2C5B66EE1B3A7A5C005926A7 /* ASDisplayNode+UIViewBridge.mm in Sources */ = {isa = PBXBuildFile; fileRef = 058D0A0B195D050800B7D73C /* ASDisplayNode+UIViewBridge.mm */; }; + 2C5B66EF1B3A7A5C005926A7 /* ASImageNode+CGExtras.m in Sources */ = {isa = PBXBuildFile; fileRef = 058D0A0E195D050800B7D73C /* ASImageNode+CGExtras.m */; }; + 2C5B66F01B3A7A5C005926A7 /* ASSentinel.m in Sources */ = {isa = PBXBuildFile; fileRef = 058D0A11195D050800B7D73C /* ASSentinel.m */; }; + 2C5B66F11B3A7A95005926A7 /* AssetsLibrary.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 051943121A1575630030A7D0 /* AssetsLibrary.framework */; }; + 2C5B66F21B3A7A95005926A7 /* Photos.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 051943141A1575670030A7D0 /* Photos.framework */; settings = {ATTRIBUTES = (Weak, ); }; }; + 2C5B66F31B3A7ACF005926A7 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 058D09AF195D04C000B7D73C /* Foundation.framework */; }; + 2C5B66F41B3A7B1D005926A7 /* ASEqualityHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 1950C4481A3BB5C1005C8279 /* ASEqualityHelpers.h */; }; + 2C5B66F51B3A7B2E005926A7 /* ASMultidimensionalArrayUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 4640521E1A3F83C40061C0BA /* ASMultidimensionalArrayUtils.h */; }; + 2C5B66F61B3A7B3D005926A7 /* CGRect+ASConvenience.h in Headers */ = {isa = PBXBuildFile; fileRef = 205F0E1F1B376416007741D0 /* CGRect+ASConvenience.h */; }; + 2C5B66F71B3A7B5D005926A7 /* ASBatchFetching.h in Headers */ = {isa = PBXBuildFile; fileRef = 296A0A2C1A9516B2005ACEAA /* ASBatchFetching.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 2C5B66F81B3A7B82005926A7 /* _ASDisplayLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D09E2195D050800B7D73C /* _ASDisplayLayer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2C5B66F91B3A7B82005926A7 /* _ASDisplayView.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D09E4195D050800B7D73C /* _ASDisplayView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2C5B66FA1B3A7B82005926A7 /* _ASAsyncTransaction.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D09F8195D050800B7D73C /* _ASAsyncTransaction.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2C5B66FB1B3A7B82005926A7 /* _ASAsyncTransactionContainer+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D09FA195D050800B7D73C /* _ASAsyncTransactionContainer+Private.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2C5B66FC1B3A7B82005926A7 /* _ASAsyncTransactionContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D09FB195D050800B7D73C /* _ASAsyncTransactionContainer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2C5B66FD1B3A7B82005926A7 /* _ASAsyncTransactionGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D09FD195D050800B7D73C /* _ASAsyncTransactionGroup.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2C5B66FE1B3A7B82005926A7 /* _AS-objc-internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D0A02195D050800B7D73C /* _AS-objc-internal.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 2C5B66FF1B3A7B82005926A7 /* _ASCoreAnimationExtras.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D0A03195D050800B7D73C /* _ASCoreAnimationExtras.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 2C5B67001B3A7B82005926A7 /* _ASPendingState.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D0A05195D050800B7D73C /* _ASPendingState.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 2C5B67011B3A7B82005926A7 /* _ASScopeTimer.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D0A07195D050800B7D73C /* _ASScopeTimer.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 2C5B67021B3A7BC7005926A7 /* ASCellNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 055F1A3A19ABD43F004DAFF1 /* ASCellNode.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2C5B67031B3A7BC7005926A7 /* ASCollectionView.h in Headers */ = {isa = PBXBuildFile; fileRef = AC3C4A4F1A1139C100143C57 /* ASCollectionView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2C5B67041B3A7BC7005926A7 /* ASCollectionViewProtocols.h in Headers */ = {isa = PBXBuildFile; fileRef = AC3C4A531A113EEC00143C57 /* ASCollectionViewProtocols.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2C5B67051B3A7BC7005926A7 /* ASControlNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D09D5195D050800B7D73C /* ASControlNode.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2C5B67061B3A7BC7005926A7 /* ASControlNode+Subclasses.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D09D7195D050800B7D73C /* ASControlNode+Subclasses.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2C5B67071B3A7BC7005926A7 /* ASDisplayNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D09D8195D050800B7D73C /* ASDisplayNode.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2C5B67081B3A7BC7005926A7 /* ASDisplayNode+Subclasses.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D09DA195D050800B7D73C /* ASDisplayNode+Subclasses.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2C5B67091B3A7BC7005926A7 /* ASDisplayNodeExtras.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D09DB195D050800B7D73C /* ASDisplayNodeExtras.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2C5B670A1B3A7BC7005926A7 /* ASEditableTextNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 0587F9BB1A7309ED00AFF0BA /* ASEditableTextNode.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2C5B670B1B3A7BC7005926A7 /* ASImageNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D09DD195D050800B7D73C /* ASImageNode.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2C5B670C1B3A7BC7005926A7 /* ASMultiplexImageNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 0516FA3E1A1563D200B4EBED /* ASMultiplexImageNode.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2C5B670D1B3A7BC7005926A7 /* ASNetworkImageNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 055B9FA61A1C154B00035D6D /* ASNetworkImageNode.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2C5B670E1B3A7BC7005926A7 /* ASScrollNode.h in Headers */ = {isa = PBXBuildFile; fileRef = D785F6601A74327E00291744 /* ASScrollNode.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2C5B670F1B3A7BC7005926A7 /* ASTableView.h in Headers */ = {isa = PBXBuildFile; fileRef = 055F1A3219ABD3E3004DAFF1 /* ASTableView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2C5B67101B3A7BC7005926A7 /* ASTableViewProtocols.h in Headers */ = {isa = PBXBuildFile; fileRef = 0574D5E119C110610097DC25 /* ASTableViewProtocols.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2C5B67111B3A7BC7005926A7 /* ASTextNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D09DF195D050800B7D73C /* ASTextNode.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2C5B67121B3A7BC7005926A7 /* AsyncDisplayKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 6BDC61F51978FEA400E50D21 /* AsyncDisplayKit.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2C5B67131B3A7BC7005926A7 /* ASAbstractLayoutController.h in Headers */ = {isa = PBXBuildFile; fileRef = 205F0E171B37339C007741D0 /* ASAbstractLayoutController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2C5B67141B3A7BC7005926A7 /* ASBasicImageDownloader.h in Headers */ = {isa = PBXBuildFile; fileRef = 054963471A1EA066000F8E56 /* ASBasicImageDownloader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2C5B67151B3A7BC7005926A7 /* ASBatchContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 299DA1A71A828D2900162D41 /* ASBatchContext.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2C5B67161B3A7BC7005926A7 /* ASCollectionViewLayoutController.h in Headers */ = {isa = PBXBuildFile; fileRef = 205F0E1B1B373A2C007741D0 /* ASCollectionViewLayoutController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2C5B67171B3A7BC7005926A7 /* ASDataController.h in Headers */ = {isa = PBXBuildFile; fileRef = 464052191A3F83C40061C0BA /* ASDataController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2C5B67181B3A7BC7005926A7 /* ASDealloc2MainObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 05A6D05819D0EB64002DD95E /* ASDealloc2MainObject.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2C5B67191B3A7BC7005926A7 /* ASFlowLayoutController.h in Headers */ = {isa = PBXBuildFile; fileRef = 4640521B1A3F83C40061C0BA /* ASFlowLayoutController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2C5B671A1B3A7BC7005926A7 /* ASHighlightOverlayLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D09E6195D050800B7D73C /* ASHighlightOverlayLayer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2C5B671B1B3A7BC7005926A7 /* ASImageProtocols.h in Headers */ = {isa = PBXBuildFile; fileRef = 05F20AA31A15733C00DCA68A /* ASImageProtocols.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2C5B671C1B3A7BC7005926A7 /* ASLayoutController.h in Headers */ = {isa = PBXBuildFile; fileRef = 4640521D1A3F83C40061C0BA /* ASLayoutController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2C5B671D1B3A7BC7005926A7 /* ASLayoutRangeType.h in Headers */ = {isa = PBXBuildFile; fileRef = 292C59991A956527007E5DD6 /* ASLayoutRangeType.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2C5B671E1B3A7BC7005926A7 /* ASMutableAttributedStringBuilder.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D09E8195D050800B7D73C /* ASMutableAttributedStringBuilder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2C5B671F1B3A7BC7005926A7 /* ASRangeController.h in Headers */ = {isa = PBXBuildFile; fileRef = 055F1A3619ABD413004DAFF1 /* ASRangeController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2C5B67201B3A7BC7005926A7 /* ASRangeHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 292C599C1A956527007E5DD6 /* ASRangeHandler.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2C5B67211B3A7BC7005926A7 /* ASRangeHandlerPreload.h in Headers */ = {isa = PBXBuildFile; fileRef = 292C599A1A956527007E5DD6 /* ASRangeHandlerPreload.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2C5B67221B3A7BC7005926A7 /* ASRangeHandlerRender.h in Headers */ = {isa = PBXBuildFile; fileRef = 292C599D1A956527007E5DD6 /* ASRangeHandlerRender.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2C5B67231B3A7BC7005926A7 /* ASScrollDirection.h in Headers */ = {isa = PBXBuildFile; fileRef = 296A0A311A951715005ACEAA /* ASScrollDirection.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2C5B67241B3A7BC7005926A7 /* ASTextNodeCoreTextAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D09EA195D050800B7D73C /* ASTextNodeCoreTextAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2C5B67251B3A7BC7005926A7 /* ASTextNodeRenderer.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D09EC195D050800B7D73C /* ASTextNodeRenderer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2C5B67261B3A7BC7005926A7 /* ASTextNodeShadower.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D09EE195D050800B7D73C /* ASTextNodeShadower.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2C5B67271B3A7BC7005926A7 /* ASTextNodeTextKitHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D09F0195D050800B7D73C /* ASTextNodeTextKitHelpers.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2C5B67281B3A7BC7005926A7 /* ASTextNodeTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D09F2195D050800B7D73C /* ASTextNodeTypes.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2C5B67291B3A7BC7005926A7 /* ASTextNodeWordKerner.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D09F3195D050800B7D73C /* ASTextNodeWordKerner.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2C5B672A1B3A7BC7005926A7 /* ASThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D0A12195D050800B7D73C /* ASThread.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2C5B672B1B3A7BC7005926A7 /* NSMutableAttributedString+TextKitAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D09F5195D050800B7D73C /* NSMutableAttributedString+TextKitAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2C5B672C1B3A7BC7005926A7 /* UICollectionViewLayout+ASConvenience.h in Headers */ = {isa = PBXBuildFile; fileRef = 205F0E0D1B371875007741D0 /* UICollectionViewLayout+ASConvenience.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2C5B672D1B3A7BC7005926A7 /* UIView+ASConvenience.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D09FF195D050800B7D73C /* UIView+ASConvenience.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2C5B672E1B3A7BF6005926A7 /* ASBasicImageDownloaderInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 2967F9E11AB0A4CF0072E4AB /* ASBasicImageDownloaderInternal.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 2C5B672F1B3A7BF6005926A7 /* ASDisplayNode+DebugTiming.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D0A09195D050800B7D73C /* ASDisplayNode+DebugTiming.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 2C5B67301B3A7BF6005926A7 /* ASDisplayNodeInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D0A0C195D050800B7D73C /* ASDisplayNodeInternal.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 2C5B67311B3A7BF6005926A7 /* ASImageNode+CGExtras.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D0A0D195D050800B7D73C /* ASImageNode+CGExtras.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 2C5B67321B3A7BF6005926A7 /* ASSentinel.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D0A10195D050800B7D73C /* ASSentinel.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 2C5B67331B3A7C4C005926A7 /* ASAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D0A43195D058D00B7D73C /* ASAssert.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2C5B67341B3A7C4C005926A7 /* ASAvailability.h in Headers */ = {isa = PBXBuildFile; fileRef = 0516FA3A1A15563400B4EBED /* ASAvailability.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2C5B67351B3A7C4C005926A7 /* ASBaseDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D0A44195D058D00B7D73C /* ASBaseDefines.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2C5B67361B3A7C4C005926A7 /* ASDisplayNodeExtraIvars.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D0A45195D058D00B7D73C /* ASDisplayNodeExtraIvars.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2C5B67371B3A7C4C005926A7 /* ASLog.h in Headers */ = {isa = PBXBuildFile; fileRef = 0516FA3B1A15563400B4EBED /* ASLog.h */; settings = {ATTRIBUTES = (Public, ); }; }; 3C9C128519E616EF00E942A0 /* ASTableViewTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C9C128419E616EF00E942A0 /* ASTableViewTests.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; 464052201A3F83C40061C0BA /* ASDataController.h in Headers */ = {isa = PBXBuildFile; fileRef = 464052191A3F83C40061C0BA /* ASDataController.h */; settings = {ATTRIBUTES = (Public, ); }; }; 464052211A3F83C40061C0BA /* ASDataController.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4640521A1A3F83C40061C0BA /* ASDataController.mm */; }; @@ -179,117 +299,6 @@ AC3C4A511A1139C100143C57 /* ASCollectionView.h in Headers */ = {isa = PBXBuildFile; fileRef = AC3C4A4F1A1139C100143C57 /* ASCollectionView.h */; settings = {ATTRIBUTES = (Public, ); }; }; AC3C4A521A1139C100143C57 /* ASCollectionView.mm in Sources */ = {isa = PBXBuildFile; fileRef = AC3C4A501A1139C100143C57 /* ASCollectionView.mm */; }; AC3C4A541A113EEC00143C57 /* ASCollectionViewProtocols.h in Headers */ = {isa = PBXBuildFile; fileRef = AC3C4A531A113EEC00143C57 /* ASCollectionViewProtocols.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B31A241E1B0114FD0016AE7A /* AsyncDisplayKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 6BDC61F51978FEA400E50D21 /* AsyncDisplayKit.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B35061DF1B010EDF0018CF92 /* AsyncDisplayKit-iOS.h in Headers */ = {isa = PBXBuildFile; fileRef = B35061DE1B010EDF0018CF92 /* AsyncDisplayKit-iOS.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B35061F31B010EFD0018CF92 /* ASCellNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 055F1A3A19ABD43F004DAFF1 /* ASCellNode.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B35061F41B010EFD0018CF92 /* ASCellNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 055F1A3B19ABD43F004DAFF1 /* ASCellNode.m */; }; - B35061F51B010EFD0018CF92 /* ASCollectionView.h in Headers */ = {isa = PBXBuildFile; fileRef = AC3C4A4F1A1139C100143C57 /* ASCollectionView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B35061F61B010EFD0018CF92 /* ASCollectionView.mm in Sources */ = {isa = PBXBuildFile; fileRef = AC3C4A501A1139C100143C57 /* ASCollectionView.mm */; }; - B35061F71B010EFD0018CF92 /* ASCollectionViewProtocols.h in Headers */ = {isa = PBXBuildFile; fileRef = AC3C4A531A113EEC00143C57 /* ASCollectionViewProtocols.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B35061F81B010EFD0018CF92 /* ASControlNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D09D5195D050800B7D73C /* ASControlNode.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B35061F91B010EFD0018CF92 /* ASControlNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 058D09D6195D050800B7D73C /* ASControlNode.m */; }; - B35061FA1B010EFD0018CF92 /* ASControlNode+Subclasses.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D09D7195D050800B7D73C /* ASControlNode+Subclasses.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B35061FB1B010EFD0018CF92 /* ASDisplayNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D09D8195D050800B7D73C /* ASDisplayNode.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B35061FC1B010EFD0018CF92 /* ASDisplayNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 058D09D9195D050800B7D73C /* ASDisplayNode.mm */; }; - B35061FD1B010EFD0018CF92 /* ASDisplayNode+Subclasses.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D09DA195D050800B7D73C /* ASDisplayNode+Subclasses.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B35061FE1B010EFD0018CF92 /* ASDisplayNodeExtras.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D09DB195D050800B7D73C /* ASDisplayNodeExtras.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B35061FF1B010EFD0018CF92 /* ASDisplayNodeExtras.mm in Sources */ = {isa = PBXBuildFile; fileRef = 058D09DC195D050800B7D73C /* ASDisplayNodeExtras.mm */; }; - B35062001B010EFD0018CF92 /* ASEditableTextNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 0587F9BB1A7309ED00AFF0BA /* ASEditableTextNode.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B35062011B010EFD0018CF92 /* ASEditableTextNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0587F9BC1A7309ED00AFF0BA /* ASEditableTextNode.mm */; }; - B35062021B010EFD0018CF92 /* ASImageNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D09DD195D050800B7D73C /* ASImageNode.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B35062031B010EFD0018CF92 /* ASImageNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 058D09DE195D050800B7D73C /* ASImageNode.mm */; }; - B35062041B010EFD0018CF92 /* ASMultiplexImageNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 0516FA3E1A1563D200B4EBED /* ASMultiplexImageNode.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B35062051B010EFD0018CF92 /* ASMultiplexImageNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0516FA3F1A1563D200B4EBED /* ASMultiplexImageNode.mm */; }; - B35062061B010EFD0018CF92 /* ASNetworkImageNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 055B9FA61A1C154B00035D6D /* ASNetworkImageNode.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B35062071B010EFD0018CF92 /* ASNetworkImageNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 055B9FA71A1C154B00035D6D /* ASNetworkImageNode.mm */; }; - B35062081B010EFD0018CF92 /* ASScrollNode.h in Headers */ = {isa = PBXBuildFile; fileRef = D785F6601A74327E00291744 /* ASScrollNode.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B35062091B010EFD0018CF92 /* ASScrollNode.m in Sources */ = {isa = PBXBuildFile; fileRef = D785F6611A74327E00291744 /* ASScrollNode.m */; }; - B350620A1B010EFD0018CF92 /* ASTableView.h in Headers */ = {isa = PBXBuildFile; fileRef = 055F1A3219ABD3E3004DAFF1 /* ASTableView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B350620B1B010EFD0018CF92 /* ASTableView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 055F1A3319ABD3E3004DAFF1 /* ASTableView.mm */; }; - B350620C1B010EFD0018CF92 /* ASTableViewProtocols.h in Headers */ = {isa = PBXBuildFile; fileRef = 0574D5E119C110610097DC25 /* ASTableViewProtocols.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B350620D1B010EFD0018CF92 /* ASTextNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D09DF195D050800B7D73C /* ASTextNode.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B350620E1B010EFD0018CF92 /* ASTextNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 058D09E0195D050800B7D73C /* ASTextNode.mm */; }; - B350620F1B010EFD0018CF92 /* _ASDisplayLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D09E2195D050800B7D73C /* _ASDisplayLayer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B35062101B010EFD0018CF92 /* _ASDisplayLayer.mm in Sources */ = {isa = PBXBuildFile; fileRef = 058D09E3195D050800B7D73C /* _ASDisplayLayer.mm */; }; - B35062111B010EFD0018CF92 /* _ASDisplayView.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D09E4195D050800B7D73C /* _ASDisplayView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B35062121B010EFD0018CF92 /* _ASDisplayView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 058D09E5195D050800B7D73C /* _ASDisplayView.mm */; }; - B35062131B010EFD0018CF92 /* ASBasicImageDownloader.h in Headers */ = {isa = PBXBuildFile; fileRef = 054963471A1EA066000F8E56 /* ASBasicImageDownloader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B35062141B010EFD0018CF92 /* ASBasicImageDownloader.mm in Sources */ = {isa = PBXBuildFile; fileRef = 054963481A1EA066000F8E56 /* ASBasicImageDownloader.mm */; }; - B35062151B010EFD0018CF92 /* ASBatchContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 299DA1A71A828D2900162D41 /* ASBatchContext.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B35062161B010EFD0018CF92 /* ASBatchContext.mm in Sources */ = {isa = PBXBuildFile; fileRef = 299DA1A81A828D2900162D41 /* ASBatchContext.mm */; }; - B35062171B010EFD0018CF92 /* ASDataController.h in Headers */ = {isa = PBXBuildFile; fileRef = 464052191A3F83C40061C0BA /* ASDataController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B35062181B010EFD0018CF92 /* ASDataController.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4640521A1A3F83C40061C0BA /* ASDataController.mm */; }; - B35062191B010EFD0018CF92 /* ASDealloc2MainObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 05A6D05819D0EB64002DD95E /* ASDealloc2MainObject.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B350621A1B010EFD0018CF92 /* ASDealloc2MainObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 05A6D05919D0EB64002DD95E /* ASDealloc2MainObject.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - B350621B1B010EFD0018CF92 /* ASFlowLayoutController.h in Headers */ = {isa = PBXBuildFile; fileRef = 4640521B1A3F83C40061C0BA /* ASFlowLayoutController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B350621C1B010EFD0018CF92 /* ASFlowLayoutController.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4640521C1A3F83C40061C0BA /* ASFlowLayoutController.mm */; }; - B350621D1B010EFD0018CF92 /* ASHighlightOverlayLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D09E6195D050800B7D73C /* ASHighlightOverlayLayer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B350621E1B010EFD0018CF92 /* ASHighlightOverlayLayer.mm in Sources */ = {isa = PBXBuildFile; fileRef = 058D09E7195D050800B7D73C /* ASHighlightOverlayLayer.mm */; }; - B350621F1B010EFD0018CF92 /* ASImageProtocols.h in Headers */ = {isa = PBXBuildFile; fileRef = 05F20AA31A15733C00DCA68A /* ASImageProtocols.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B35062201B010EFD0018CF92 /* ASLayoutController.h in Headers */ = {isa = PBXBuildFile; fileRef = 4640521D1A3F83C40061C0BA /* ASLayoutController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B35062211B010EFD0018CF92 /* ASLayoutRangeType.h in Headers */ = {isa = PBXBuildFile; fileRef = 292C59991A956527007E5DD6 /* ASLayoutRangeType.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B35062221B010EFD0018CF92 /* ASMultidimensionalArrayUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 4640521E1A3F83C40061C0BA /* ASMultidimensionalArrayUtils.h */; }; - B35062231B010EFD0018CF92 /* ASMultidimensionalArrayUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4640521F1A3F83C40061C0BA /* ASMultidimensionalArrayUtils.mm */; }; - B35062241B010EFD0018CF92 /* ASMutableAttributedStringBuilder.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D09E8195D050800B7D73C /* ASMutableAttributedStringBuilder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B35062251B010EFD0018CF92 /* ASMutableAttributedStringBuilder.m in Sources */ = {isa = PBXBuildFile; fileRef = 058D09E9195D050800B7D73C /* ASMutableAttributedStringBuilder.m */; }; - B35062261B010EFD0018CF92 /* ASRangeController.h in Headers */ = {isa = PBXBuildFile; fileRef = 055F1A3619ABD413004DAFF1 /* ASRangeController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B35062271B010EFD0018CF92 /* ASRangeController.mm in Sources */ = {isa = PBXBuildFile; fileRef = 055F1A3719ABD413004DAFF1 /* ASRangeController.mm */; }; - B35062281B010EFD0018CF92 /* ASRangeHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 292C599C1A956527007E5DD6 /* ASRangeHandler.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B35062291B010EFD0018CF92 /* ASRangeHandlerPreload.h in Headers */ = {isa = PBXBuildFile; fileRef = 292C599A1A956527007E5DD6 /* ASRangeHandlerPreload.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B350622A1B010EFD0018CF92 /* ASRangeHandlerPreload.mm in Sources */ = {isa = PBXBuildFile; fileRef = 292C599B1A956527007E5DD6 /* ASRangeHandlerPreload.mm */; }; - B350622B1B010EFD0018CF92 /* ASRangeHandlerRender.h in Headers */ = {isa = PBXBuildFile; fileRef = 292C599D1A956527007E5DD6 /* ASRangeHandlerRender.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B350622C1B010EFD0018CF92 /* ASRangeHandlerRender.mm in Sources */ = {isa = PBXBuildFile; fileRef = 292C599E1A956527007E5DD6 /* ASRangeHandlerRender.mm */; }; - B350622D1B010EFD0018CF92 /* ASScrollDirection.h in Headers */ = {isa = PBXBuildFile; fileRef = 296A0A311A951715005ACEAA /* ASScrollDirection.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B350622E1B010EFD0018CF92 /* ASTextNodeCoreTextAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D09EA195D050800B7D73C /* ASTextNodeCoreTextAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B350622F1B010EFD0018CF92 /* ASTextNodeCoreTextAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 058D09EB195D050800B7D73C /* ASTextNodeCoreTextAdditions.m */; }; - B35062301B010EFD0018CF92 /* ASTextNodeRenderer.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D09EC195D050800B7D73C /* ASTextNodeRenderer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B35062311B010EFD0018CF92 /* ASTextNodeRenderer.mm in Sources */ = {isa = PBXBuildFile; fileRef = 058D09ED195D050800B7D73C /* ASTextNodeRenderer.mm */; }; - B35062321B010EFD0018CF92 /* ASTextNodeShadower.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D09EE195D050800B7D73C /* ASTextNodeShadower.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B35062331B010EFD0018CF92 /* ASTextNodeShadower.m in Sources */ = {isa = PBXBuildFile; fileRef = 058D09EF195D050800B7D73C /* ASTextNodeShadower.m */; }; - B35062341B010EFD0018CF92 /* ASTextNodeTextKitHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D09F0195D050800B7D73C /* ASTextNodeTextKitHelpers.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B35062351B010EFD0018CF92 /* ASTextNodeTextKitHelpers.mm in Sources */ = {isa = PBXBuildFile; fileRef = 058D09F1195D050800B7D73C /* ASTextNodeTextKitHelpers.mm */; }; - B35062361B010EFD0018CF92 /* ASTextNodeTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D09F2195D050800B7D73C /* ASTextNodeTypes.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B35062371B010EFD0018CF92 /* ASTextNodeWordKerner.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D09F3195D050800B7D73C /* ASTextNodeWordKerner.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B35062381B010EFD0018CF92 /* ASTextNodeWordKerner.m in Sources */ = {isa = PBXBuildFile; fileRef = 058D09F4195D050800B7D73C /* ASTextNodeWordKerner.m */; }; - B35062391B010EFD0018CF92 /* ASThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D0A12195D050800B7D73C /* ASThread.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B350623A1B010EFD0018CF92 /* NSMutableAttributedString+TextKitAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D09F5195D050800B7D73C /* NSMutableAttributedString+TextKitAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B350623B1B010EFD0018CF92 /* NSMutableAttributedString+TextKitAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 058D09F6195D050800B7D73C /* NSMutableAttributedString+TextKitAdditions.m */; }; - B350623C1B010EFD0018CF92 /* _ASAsyncTransaction.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D09F8195D050800B7D73C /* _ASAsyncTransaction.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B350623D1B010EFD0018CF92 /* _ASAsyncTransaction.m in Sources */ = {isa = PBXBuildFile; fileRef = 058D09F9195D050800B7D73C /* _ASAsyncTransaction.m */; }; - B350623E1B010EFD0018CF92 /* _ASAsyncTransactionContainer+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D09FA195D050800B7D73C /* _ASAsyncTransactionContainer+Private.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B350623F1B010EFD0018CF92 /* _ASAsyncTransactionContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D09FB195D050800B7D73C /* _ASAsyncTransactionContainer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B35062401B010EFD0018CF92 /* _ASAsyncTransactionContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = 058D09FC195D050800B7D73C /* _ASAsyncTransactionContainer.m */; }; - B35062411B010EFD0018CF92 /* _ASAsyncTransactionGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D09FD195D050800B7D73C /* _ASAsyncTransactionGroup.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B35062421B010EFD0018CF92 /* _ASAsyncTransactionGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = 058D09FE195D050800B7D73C /* _ASAsyncTransactionGroup.m */; }; - B35062431B010EFD0018CF92 /* UIView+ASConvenience.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D09FF195D050800B7D73C /* UIView+ASConvenience.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B35062441B010EFD0018CF92 /* UIView+ASConvenience.m in Sources */ = {isa = PBXBuildFile; fileRef = 058D0A00195D050800B7D73C /* UIView+ASConvenience.m */; }; - B35062451B010EFD0018CF92 /* ASBatchFetching.h in Headers */ = {isa = PBXBuildFile; fileRef = 296A0A2C1A9516B2005ACEAA /* ASBatchFetching.h */; settings = {ATTRIBUTES = (Private, ); }; }; - B35062461B010EFD0018CF92 /* ASBasicImageDownloaderInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 2967F9E11AB0A4CF0072E4AB /* ASBasicImageDownloaderInternal.h */; settings = {ATTRIBUTES = (Private, ); }; }; - B35062471B010EFD0018CF92 /* ASBatchFetching.m in Sources */ = {isa = PBXBuildFile; fileRef = 296A0A2D1A9516B2005ACEAA /* ASBatchFetching.m */; }; - B35062481B010EFD0018CF92 /* _AS-objc-internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D0A02195D050800B7D73C /* _AS-objc-internal.h */; settings = {ATTRIBUTES = (Private, ); }; }; - B35062491B010EFD0018CF92 /* _ASCoreAnimationExtras.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D0A03195D050800B7D73C /* _ASCoreAnimationExtras.h */; settings = {ATTRIBUTES = (Private, ); }; }; - B350624A1B010EFD0018CF92 /* _ASCoreAnimationExtras.mm in Sources */ = {isa = PBXBuildFile; fileRef = 058D0A04195D050800B7D73C /* _ASCoreAnimationExtras.mm */; }; - B350624B1B010EFD0018CF92 /* _ASPendingState.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D0A05195D050800B7D73C /* _ASPendingState.h */; settings = {ATTRIBUTES = (Private, ); }; }; - B350624C1B010EFD0018CF92 /* _ASPendingState.m in Sources */ = {isa = PBXBuildFile; fileRef = 058D0A06195D050800B7D73C /* _ASPendingState.m */; }; - B350624D1B010EFD0018CF92 /* _ASScopeTimer.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D0A07195D050800B7D73C /* _ASScopeTimer.h */; settings = {ATTRIBUTES = (Private, ); }; }; - B350624E1B010EFD0018CF92 /* ASDisplayNode+AsyncDisplay.mm in Sources */ = {isa = PBXBuildFile; fileRef = 058D0A08195D050800B7D73C /* ASDisplayNode+AsyncDisplay.mm */; }; - B350624F1B010EFD0018CF92 /* ASDisplayNode+DebugTiming.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D0A09195D050800B7D73C /* ASDisplayNode+DebugTiming.h */; settings = {ATTRIBUTES = (Private, ); }; }; - B35062501B010EFD0018CF92 /* ASDisplayNode+DebugTiming.mm in Sources */ = {isa = PBXBuildFile; fileRef = 058D0A0A195D050800B7D73C /* ASDisplayNode+DebugTiming.mm */; }; - B35062511B010EFD0018CF92 /* ASDisplayNode+UIViewBridge.mm in Sources */ = {isa = PBXBuildFile; fileRef = 058D0A0B195D050800B7D73C /* ASDisplayNode+UIViewBridge.mm */; }; - B35062521B010EFD0018CF92 /* ASDisplayNodeInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D0A0C195D050800B7D73C /* ASDisplayNodeInternal.h */; settings = {ATTRIBUTES = (Private, ); }; }; - B35062531B010EFD0018CF92 /* ASImageNode+CGExtras.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D0A0D195D050800B7D73C /* ASImageNode+CGExtras.h */; settings = {ATTRIBUTES = (Private, ); }; }; - B35062541B010EFD0018CF92 /* ASImageNode+CGExtras.m in Sources */ = {isa = PBXBuildFile; fileRef = 058D0A0E195D050800B7D73C /* ASImageNode+CGExtras.m */; }; - B35062551B010EFD0018CF92 /* ASSentinel.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D0A10195D050800B7D73C /* ASSentinel.h */; settings = {ATTRIBUTES = (Private, ); }; }; - B35062561B010EFD0018CF92 /* ASSentinel.m in Sources */ = {isa = PBXBuildFile; fileRef = 058D0A11195D050800B7D73C /* ASSentinel.m */; }; - B35062571B010F070018CF92 /* ASAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D0A43195D058D00B7D73C /* ASAssert.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B35062581B010F070018CF92 /* ASAvailability.h in Headers */ = {isa = PBXBuildFile; fileRef = 0516FA3A1A15563400B4EBED /* ASAvailability.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B35062591B010F070018CF92 /* ASBaseDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D0A44195D058D00B7D73C /* ASBaseDefines.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B350625A1B010F070018CF92 /* ASDisplayNodeExtraIvars.h in Headers */ = {isa = PBXBuildFile; fileRef = 058D0A45195D058D00B7D73C /* ASDisplayNodeExtraIvars.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B350625B1B010F070018CF92 /* ASEqualityHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 1950C4481A3BB5C1005C8279 /* ASEqualityHelpers.h */; }; - B350625C1B010F070018CF92 /* ASLog.h in Headers */ = {isa = PBXBuildFile; fileRef = 0516FA3B1A15563400B4EBED /* ASLog.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B350625D1B0111740018CF92 /* Photos.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 051943141A1575670030A7D0 /* Photos.framework */; }; - B350625E1B0111780018CF92 /* AssetsLibrary.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 051943121A1575630030A7D0 /* AssetsLibrary.framework */; }; - B350625F1B0111800018CF92 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 058D09AF195D04C000B7D73C /* Foundation.framework */; }; D785F6621A74327E00291744 /* ASScrollNode.h in Headers */ = {isa = PBXBuildFile; fileRef = D785F6601A74327E00291744 /* ASScrollNode.h */; settings = {ATTRIBUTES = (Public, ); }; }; D785F6631A74327E00291744 /* ASScrollNode.m in Sources */ = {isa = PBXBuildFile; fileRef = D785F6611A74327E00291744 /* ASScrollNode.m */; }; DB7121BCD50849C498C886FB /* libPods-AsyncDisplayKitTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = EFA731F0396842FF8AB635EE /* libPods-AsyncDisplayKitTests.a */; }; @@ -464,6 +473,9 @@ 299DA1A71A828D2900162D41 /* ASBatchContext.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ASBatchContext.h; sourceTree = ""; }; 299DA1A81A828D2900162D41 /* ASBatchContext.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = ASBatchContext.mm; sourceTree = ""; }; 29CDC2E11AAE70D000833CA4 /* ASBasicImageDownloaderContextTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ASBasicImageDownloaderContextTests.m; sourceTree = ""; }; + 2C5B669D1B3A796F005926A7 /* AsyncDisplayKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = AsyncDisplayKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 2C5B66A01B3A796F005926A7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 2C5B66A11B3A796F005926A7 /* AsyncDisplayKit-iOS.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "AsyncDisplayKit-iOS.h"; sourceTree = ""; }; 3C9C128419E616EF00E942A0 /* ASTableViewTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ASTableViewTests.m; sourceTree = ""; }; 464052191A3F83C40061C0BA /* ASDataController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ASDataController.h; sourceTree = ""; }; 4640521A1A3F83C40061C0BA /* ASDataController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = ASDataController.mm; sourceTree = ""; }; @@ -476,9 +488,6 @@ AC3C4A4F1A1139C100143C57 /* ASCollectionView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ASCollectionView.h; sourceTree = ""; }; AC3C4A501A1139C100143C57 /* ASCollectionView.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = ASCollectionView.mm; sourceTree = ""; }; AC3C4A531A113EEC00143C57 /* ASCollectionViewProtocols.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ASCollectionViewProtocols.h; sourceTree = ""; }; - B35061DA1B010EDF0018CF92 /* AsyncDisplayKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = AsyncDisplayKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - B35061DD1B010EDF0018CF92 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - B35061DE1B010EDF0018CF92 /* AsyncDisplayKit-iOS.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "AsyncDisplayKit-iOS.h"; sourceTree = ""; }; D3779BCFF841AD3EB56537ED /* Pods-AsyncDisplayKitTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AsyncDisplayKitTests.release.xcconfig"; path = "Pods/Target Support Files/Pods-AsyncDisplayKitTests/Pods-AsyncDisplayKitTests.release.xcconfig"; sourceTree = ""; }; D785F6601A74327E00291744 /* ASScrollNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ASScrollNode.h; sourceTree = ""; }; D785F6611A74327E00291744 /* ASScrollNode.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ASScrollNode.m; sourceTree = ""; }; @@ -518,13 +527,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - B35061D61B010EDF0018CF92 /* Frameworks */ = { + 2C5B66991B3A796F005926A7 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - B350625F1B0111800018CF92 /* Foundation.framework in Frameworks */, - B350625E1B0111780018CF92 /* AssetsLibrary.framework in Frameworks */, - B350625D1B0111740018CF92 /* Photos.framework in Frameworks */, + 2C5B66F11B3A7A95005926A7 /* AssetsLibrary.framework in Frameworks */, + 2C5B66F31B3A7ACF005926A7 /* Foundation.framework in Frameworks */, + 2C5B66F21B3A7A95005926A7 /* Photos.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -557,7 +566,7 @@ children = ( 058D09B1195D04C000B7D73C /* AsyncDisplayKit */, 058D09C5195D04C000B7D73C /* AsyncDisplayKitTests */, - B35061DB1B010EDF0018CF92 /* AsyncDisplayKit-iOS */, + 2C5B669E1B3A796F005926A7 /* AsyncDisplayKit-iOS */, 058D09AE195D04C000B7D73C /* Frameworks */, 058D09AD195D04C000B7D73C /* Products */, FD40E2760492F0CAAEAD552D /* Pods */, @@ -570,7 +579,7 @@ 058D09AC195D04C000B7D73C /* libAsyncDisplayKit.a */, 058D09BC195D04C000B7D73C /* AsyncDisplayKitTests.xctest */, 057D02BF1AC0A66700C7AC3C /* AsyncDisplayKitTestHost.app */, - B35061DA1B010EDF0018CF92 /* AsyncDisplayKit.framework */, + 2C5B669D1B3A796F005926A7 /* AsyncDisplayKit.framework */, ); name = Products; sourceTree = ""; @@ -791,20 +800,19 @@ path = Base; sourceTree = SOURCE_ROOT; }; - B35061DB1B010EDF0018CF92 /* AsyncDisplayKit-iOS */ = { + 2C5B669E1B3A796F005926A7 /* AsyncDisplayKit-iOS */ = { isa = PBXGroup; children = ( - B35061DE1B010EDF0018CF92 /* AsyncDisplayKit-iOS.h */, - B35061DC1B010EDF0018CF92 /* Supporting Files */, + 2C5B66A11B3A796F005926A7 /* AsyncDisplayKit-iOS.h */, + 2C5B669F1B3A796F005926A7 /* Supporting Files */, ); - name = "AsyncDisplayKit-iOS"; - path = AsyncDisplayKit; + path = "AsyncDisplayKit-iOS"; sourceTree = ""; }; - B35061DC1B010EDF0018CF92 /* Supporting Files */ = { + 2C5B669F1B3A796F005926A7 /* Supporting Files */ = { isa = PBXGroup; children = ( - B35061DD1B010EDF0018CF92 /* Info.plist */, + 2C5B66A01B3A796F005926A7 /* Info.plist */, ); name = "Supporting Files"; sourceTree = ""; @@ -922,75 +930,79 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - B35061D71B010EDF0018CF92 /* Headers */ = { + 2C5B669A1B3A796F005926A7 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - B35062321B010EFD0018CF92 /* ASTextNodeShadower.h in Headers */, - B35062431B010EFD0018CF92 /* UIView+ASConvenience.h in Headers */, - B31A241E1B0114FD0016AE7A /* AsyncDisplayKit.h in Headers */, - B350622D1B010EFD0018CF92 /* ASScrollDirection.h in Headers */, - B35061FB1B010EFD0018CF92 /* ASDisplayNode.h in Headers */, - B35062361B010EFD0018CF92 /* ASTextNodeTypes.h in Headers */, - B35062341B010EFD0018CF92 /* ASTextNodeTextKitHelpers.h in Headers */, - B35061FA1B010EFD0018CF92 /* ASControlNode+Subclasses.h in Headers */, - B35062371B010EFD0018CF92 /* ASTextNodeWordKerner.h in Headers */, - B35062261B010EFD0018CF92 /* ASRangeController.h in Headers */, - B35062111B010EFD0018CF92 /* _ASDisplayView.h in Headers */, - B35061F81B010EFD0018CF92 /* ASControlNode.h in Headers */, - B35062281B010EFD0018CF92 /* ASRangeHandler.h in Headers */, - B35061FD1B010EFD0018CF92 /* ASDisplayNode+Subclasses.h in Headers */, - B35062491B010EFD0018CF92 /* _ASCoreAnimationExtras.h in Headers */, - B35061F31B010EFD0018CF92 /* ASCellNode.h in Headers */, - B35062201B010EFD0018CF92 /* ASLayoutController.h in Headers */, - B35062571B010F070018CF92 /* ASAssert.h in Headers */, - B35062411B010EFD0018CF92 /* _ASAsyncTransactionGroup.h in Headers */, - B350623C1B010EFD0018CF92 /* _ASAsyncTransaction.h in Headers */, - B350625C1B010F070018CF92 /* ASLog.h in Headers */, - B35062551B010EFD0018CF92 /* ASSentinel.h in Headers */, - B350624B1B010EFD0018CF92 /* _ASPendingState.h in Headers */, - B35062391B010EFD0018CF92 /* ASThread.h in Headers */, - B35062131B010EFD0018CF92 /* ASBasicImageDownloader.h in Headers */, - B35062221B010EFD0018CF92 /* ASMultidimensionalArrayUtils.h in Headers */, - B350625B1B010F070018CF92 /* ASEqualityHelpers.h in Headers */, - B35061F71B010EFD0018CF92 /* ASCollectionViewProtocols.h in Headers */, - B35062241B010EFD0018CF92 /* ASMutableAttributedStringBuilder.h in Headers */, - B350621D1B010EFD0018CF92 /* ASHighlightOverlayLayer.h in Headers */, - B35062171B010EFD0018CF92 /* ASDataController.h in Headers */, - B350625A1B010F070018CF92 /* ASDisplayNodeExtraIvars.h in Headers */, - B350621F1B010EFD0018CF92 /* ASImageProtocols.h in Headers */, - B35061DF1B010EDF0018CF92 /* AsyncDisplayKit-iOS.h in Headers */, - B350620A1B010EFD0018CF92 /* ASTableView.h in Headers */, - B35062451B010EFD0018CF92 /* ASBatchFetching.h in Headers */, - B350620C1B010EFD0018CF92 /* ASTableViewProtocols.h in Headers */, - B35062481B010EFD0018CF92 /* _AS-objc-internal.h in Headers */, - B350623F1B010EFD0018CF92 /* _ASAsyncTransactionContainer.h in Headers */, - B35062081B010EFD0018CF92 /* ASScrollNode.h in Headers */, - B35061F51B010EFD0018CF92 /* ASCollectionView.h in Headers */, - B35062581B010F070018CF92 /* ASAvailability.h in Headers */, - B35062461B010EFD0018CF92 /* ASBasicImageDownloaderInternal.h in Headers */, - B350622B1B010EFD0018CF92 /* ASRangeHandlerRender.h in Headers */, - B350622E1B010EFD0018CF92 /* ASTextNodeCoreTextAdditions.h in Headers */, - B35062061B010EFD0018CF92 /* ASNetworkImageNode.h in Headers */, - B350624D1B010EFD0018CF92 /* _ASScopeTimer.h in Headers */, - B350624F1B010EFD0018CF92 /* ASDisplayNode+DebugTiming.h in Headers */, - B35062211B010EFD0018CF92 /* ASLayoutRangeType.h in Headers */, - B35062521B010EFD0018CF92 /* ASDisplayNodeInternal.h in Headers */, - B35061FE1B010EFD0018CF92 /* ASDisplayNodeExtras.h in Headers */, - B35062041B010EFD0018CF92 /* ASMultiplexImageNode.h in Headers */, - B35062021B010EFD0018CF92 /* ASImageNode.h in Headers */, - B35062301B010EFD0018CF92 /* ASTextNodeRenderer.h in Headers */, - B350620D1B010EFD0018CF92 /* ASTextNode.h in Headers */, - B35062151B010EFD0018CF92 /* ASBatchContext.h in Headers */, - B350621B1B010EFD0018CF92 /* ASFlowLayoutController.h in Headers */, - B35062291B010EFD0018CF92 /* ASRangeHandlerPreload.h in Headers */, - B35062001B010EFD0018CF92 /* ASEditableTextNode.h in Headers */, - B350623A1B010EFD0018CF92 /* NSMutableAttributedString+TextKitAdditions.h in Headers */, - B350623E1B010EFD0018CF92 /* _ASAsyncTransactionContainer+Private.h in Headers */, - B35062591B010F070018CF92 /* ASBaseDefines.h in Headers */, - B35062191B010EFD0018CF92 /* ASDealloc2MainObject.h in Headers */, - B350620F1B010EFD0018CF92 /* _ASDisplayLayer.h in Headers */, - B35062531B010EFD0018CF92 /* ASImageNode+CGExtras.h in Headers */, + 2C5B66FB1B3A7B82005926A7 /* _ASAsyncTransactionContainer+Private.h in Headers */, + 2C5B66FC1B3A7B82005926A7 /* _ASAsyncTransactionContainer.h in Headers */, + 2C5B66FD1B3A7B82005926A7 /* _ASAsyncTransactionGroup.h in Headers */, + 2C5B66F81B3A7B82005926A7 /* _ASDisplayLayer.h in Headers */, + 2C5B66F91B3A7B82005926A7 /* _ASDisplayView.h in Headers */, + 2C5B66FA1B3A7B82005926A7 /* _ASAsyncTransaction.h in Headers */, + 2C5B66A21B3A796F005926A7 /* AsyncDisplayKit-iOS.h in Headers */, + 2C5B67021B3A7BC7005926A7 /* ASCellNode.h in Headers */, + 2C5B67031B3A7BC7005926A7 /* ASCollectionView.h in Headers */, + 2C5B67041B3A7BC7005926A7 /* ASCollectionViewProtocols.h in Headers */, + 2C5B67051B3A7BC7005926A7 /* ASControlNode.h in Headers */, + 2C5B67061B3A7BC7005926A7 /* ASControlNode+Subclasses.h in Headers */, + 2C5B67071B3A7BC7005926A7 /* ASDisplayNode.h in Headers */, + 2C5B67081B3A7BC7005926A7 /* ASDisplayNode+Subclasses.h in Headers */, + 2C5B67091B3A7BC7005926A7 /* ASDisplayNodeExtras.h in Headers */, + 2C5B670A1B3A7BC7005926A7 /* ASEditableTextNode.h in Headers */, + 2C5B670B1B3A7BC7005926A7 /* ASImageNode.h in Headers */, + 2C5B670C1B3A7BC7005926A7 /* ASMultiplexImageNode.h in Headers */, + 2C5B670D1B3A7BC7005926A7 /* ASNetworkImageNode.h in Headers */, + 2C5B670E1B3A7BC7005926A7 /* ASScrollNode.h in Headers */, + 2C5B670F1B3A7BC7005926A7 /* ASTableView.h in Headers */, + 2C5B67101B3A7BC7005926A7 /* ASTableViewProtocols.h in Headers */, + 2C5B67111B3A7BC7005926A7 /* ASTextNode.h in Headers */, + 2C5B67121B3A7BC7005926A7 /* AsyncDisplayKit.h in Headers */, + 2C5B67131B3A7BC7005926A7 /* ASAbstractLayoutController.h in Headers */, + 2C5B67141B3A7BC7005926A7 /* ASBasicImageDownloader.h in Headers */, + 2C5B67151B3A7BC7005926A7 /* ASBatchContext.h in Headers */, + 2C5B67161B3A7BC7005926A7 /* ASCollectionViewLayoutController.h in Headers */, + 2C5B67171B3A7BC7005926A7 /* ASDataController.h in Headers */, + 2C5B67181B3A7BC7005926A7 /* ASDealloc2MainObject.h in Headers */, + 2C5B67191B3A7BC7005926A7 /* ASFlowLayoutController.h in Headers */, + 2C5B671A1B3A7BC7005926A7 /* ASHighlightOverlayLayer.h in Headers */, + 2C5B671B1B3A7BC7005926A7 /* ASImageProtocols.h in Headers */, + 2C5B671C1B3A7BC7005926A7 /* ASLayoutController.h in Headers */, + 2C5B671D1B3A7BC7005926A7 /* ASLayoutRangeType.h in Headers */, + 2C5B671E1B3A7BC7005926A7 /* ASMutableAttributedStringBuilder.h in Headers */, + 2C5B671F1B3A7BC7005926A7 /* ASRangeController.h in Headers */, + 2C5B67201B3A7BC7005926A7 /* ASRangeHandler.h in Headers */, + 2C5B67211B3A7BC7005926A7 /* ASRangeHandlerPreload.h in Headers */, + 2C5B67221B3A7BC7005926A7 /* ASRangeHandlerRender.h in Headers */, + 2C5B67231B3A7BC7005926A7 /* ASScrollDirection.h in Headers */, + 2C5B67241B3A7BC7005926A7 /* ASTextNodeCoreTextAdditions.h in Headers */, + 2C5B67251B3A7BC7005926A7 /* ASTextNodeRenderer.h in Headers */, + 2C5B67261B3A7BC7005926A7 /* ASTextNodeShadower.h in Headers */, + 2C5B67271B3A7BC7005926A7 /* ASTextNodeTextKitHelpers.h in Headers */, + 2C5B67281B3A7BC7005926A7 /* ASTextNodeTypes.h in Headers */, + 2C5B67291B3A7BC7005926A7 /* ASTextNodeWordKerner.h in Headers */, + 2C5B672A1B3A7BC7005926A7 /* ASThread.h in Headers */, + 2C5B672B1B3A7BC7005926A7 /* NSMutableAttributedString+TextKitAdditions.h in Headers */, + 2C5B672C1B3A7BC7005926A7 /* UICollectionViewLayout+ASConvenience.h in Headers */, + 2C5B672D1B3A7BC7005926A7 /* UIView+ASConvenience.h in Headers */, + 2C5B67331B3A7C4C005926A7 /* ASAssert.h in Headers */, + 2C5B67341B3A7C4C005926A7 /* ASAvailability.h in Headers */, + 2C5B67351B3A7C4C005926A7 /* ASBaseDefines.h in Headers */, + 2C5B67361B3A7C4C005926A7 /* ASDisplayNodeExtraIvars.h in Headers */, + 2C5B67371B3A7C4C005926A7 /* ASLog.h in Headers */, + 2C5B66F71B3A7B5D005926A7 /* ASBatchFetching.h in Headers */, + 2C5B66FE1B3A7B82005926A7 /* _AS-objc-internal.h in Headers */, + 2C5B66FF1B3A7B82005926A7 /* _ASCoreAnimationExtras.h in Headers */, + 2C5B67001B3A7B82005926A7 /* _ASPendingState.h in Headers */, + 2C5B67011B3A7B82005926A7 /* _ASScopeTimer.h in Headers */, + 2C5B672E1B3A7BF6005926A7 /* ASBasicImageDownloaderInternal.h in Headers */, + 2C5B672F1B3A7BF6005926A7 /* ASDisplayNode+DebugTiming.h in Headers */, + 2C5B67301B3A7BF6005926A7 /* ASDisplayNodeInternal.h in Headers */, + 2C5B67311B3A7BF6005926A7 /* ASImageNode+CGExtras.h in Headers */, + 2C5B67321B3A7BF6005926A7 /* ASSentinel.h in Headers */, + 2C5B66F41B3A7B1D005926A7 /* ASEqualityHelpers.h in Headers */, + 2C5B66F51B3A7B2E005926A7 /* ASMultidimensionalArrayUtils.h in Headers */, + 2C5B66F61B3A7B3D005926A7 /* CGRect+ASConvenience.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1053,22 +1065,22 @@ productReference = 058D09BC195D04C000B7D73C /* AsyncDisplayKitTests.xctest */; productType = "com.apple.product-type.bundle.unit-test"; }; - B35061D91B010EDF0018CF92 /* AsyncDisplayKit-iOS */ = { + 2C5B669C1B3A796F005926A7 /* AsyncDisplayKit-iOS */ = { isa = PBXNativeTarget; - buildConfigurationList = B35061ED1B010EDF0018CF92 /* Build configuration list for PBXNativeTarget "AsyncDisplayKit-iOS" */; + buildConfigurationList = 2C5B66B01B3A796F005926A7 /* Build configuration list for PBXNativeTarget "AsyncDisplayKit-iOS" */; buildPhases = ( - B35061D51B010EDF0018CF92 /* Sources */, - B35061D61B010EDF0018CF92 /* Frameworks */, - B35061D71B010EDF0018CF92 /* Headers */, - B35061D81B010EDF0018CF92 /* Resources */, + 2C5B66981B3A796F005926A7 /* Sources */, + 2C5B66991B3A796F005926A7 /* Frameworks */, + 2C5B669A1B3A796F005926A7 /* Headers */, + 2C5B669B1B3A796F005926A7 /* Resources */, ); buildRules = ( ); dependencies = ( ); name = "AsyncDisplayKit-iOS"; - productName = AsyncDisplayKit; - productReference = B35061DA1B010EDF0018CF92 /* AsyncDisplayKit.framework */; + productName = "AsyncDisplayKit-iOS"; + productReference = 2C5B669D1B3A796F005926A7 /* AsyncDisplayKit.framework */; productType = "com.apple.product-type.framework"; }; /* End PBXNativeTarget section */ @@ -1086,8 +1098,8 @@ 058D09BB195D04C000B7D73C = { TestTargetID = 057D02BE1AC0A66700C7AC3C; }; - B35061D91B010EDF0018CF92 = { - CreatedOnToolsVersion = 6.3.1; + 2C5B669C1B3A796F005926A7 = { + CreatedOnToolsVersion = 6.3.2; }; }; }; @@ -1107,7 +1119,7 @@ 058D09AB195D04C000B7D73C /* AsyncDisplayKit */, 058D09BB195D04C000B7D73C /* AsyncDisplayKitTests */, 057D02BE1AC0A66700C7AC3C /* AsyncDisplayKitTestHost */, - B35061D91B010EDF0018CF92 /* AsyncDisplayKit-iOS */, + 2C5B669C1B3A796F005926A7 /* AsyncDisplayKit-iOS */, ); }; /* End PBXProject section */ @@ -1130,7 +1142,7 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - B35061D81B010EDF0018CF92 /* Resources */ = { + 2C5B669B1B3A796F005926A7 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1262,53 +1274,58 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - B35061D51B010EDF0018CF92 /* Sources */ = { + 2C5B66981B3A796F005926A7 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - B350623B1B010EFD0018CF92 /* NSMutableAttributedString+TextKitAdditions.m in Sources */, - B35062401B010EFD0018CF92 /* _ASAsyncTransactionContainer.m in Sources */, - B35062311B010EFD0018CF92 /* ASTextNodeRenderer.mm in Sources */, - B35062051B010EFD0018CF92 /* ASMultiplexImageNode.mm in Sources */, - B35061FC1B010EFD0018CF92 /* ASDisplayNode.mm in Sources */, - B35062181B010EFD0018CF92 /* ASDataController.mm in Sources */, - B35062501B010EFD0018CF92 /* ASDisplayNode+DebugTiming.mm in Sources */, - B35062471B010EFD0018CF92 /* ASBatchFetching.m in Sources */, - B350624E1B010EFD0018CF92 /* ASDisplayNode+AsyncDisplay.mm in Sources */, - B35061F61B010EFD0018CF92 /* ASCollectionView.mm in Sources */, - B350620B1B010EFD0018CF92 /* ASTableView.mm in Sources */, - B350623D1B010EFD0018CF92 /* _ASAsyncTransaction.m in Sources */, - B35062161B010EFD0018CF92 /* ASBatchContext.mm in Sources */, - B350620E1B010EFD0018CF92 /* ASTextNode.mm in Sources */, - B35062141B010EFD0018CF92 /* ASBasicImageDownloader.mm in Sources */, - B350621C1B010EFD0018CF92 /* ASFlowLayoutController.mm in Sources */, - B35062231B010EFD0018CF92 /* ASMultidimensionalArrayUtils.mm in Sources */, - B350621E1B010EFD0018CF92 /* ASHighlightOverlayLayer.mm in Sources */, - B35062271B010EFD0018CF92 /* ASRangeController.mm in Sources */, - B35061F91B010EFD0018CF92 /* ASControlNode.m in Sources */, - B35061F41B010EFD0018CF92 /* ASCellNode.m in Sources */, - B35062561B010EFD0018CF92 /* ASSentinel.m in Sources */, - B350624A1B010EFD0018CF92 /* _ASCoreAnimationExtras.mm in Sources */, - B35062071B010EFD0018CF92 /* ASNetworkImageNode.mm in Sources */, - B35062011B010EFD0018CF92 /* ASEditableTextNode.mm in Sources */, - B35062441B010EFD0018CF92 /* UIView+ASConvenience.m in Sources */, - B350622F1B010EFD0018CF92 /* ASTextNodeCoreTextAdditions.m in Sources */, - B35062031B010EFD0018CF92 /* ASImageNode.mm in Sources */, - B35062091B010EFD0018CF92 /* ASScrollNode.m in Sources */, - B35062251B010EFD0018CF92 /* ASMutableAttributedStringBuilder.m in Sources */, - B35062381B010EFD0018CF92 /* ASTextNodeWordKerner.m in Sources */, - B35062101B010EFD0018CF92 /* _ASDisplayLayer.mm in Sources */, - B35062351B010EFD0018CF92 /* ASTextNodeTextKitHelpers.mm in Sources */, - B35062421B010EFD0018CF92 /* _ASAsyncTransactionGroup.m in Sources */, - B35061FF1B010EFD0018CF92 /* ASDisplayNodeExtras.mm in Sources */, - B35062121B010EFD0018CF92 /* _ASDisplayView.mm in Sources */, - B350624C1B010EFD0018CF92 /* _ASPendingState.m in Sources */, - B35062541B010EFD0018CF92 /* ASImageNode+CGExtras.m in Sources */, - B350622C1B010EFD0018CF92 /* ASRangeHandlerRender.mm in Sources */, - B350622A1B010EFD0018CF92 /* ASRangeHandlerPreload.mm in Sources */, - B35062511B010EFD0018CF92 /* ASDisplayNode+UIViewBridge.mm in Sources */, - B350621A1B010EFD0018CF92 /* ASDealloc2MainObject.m in Sources */, - B35062331B010EFD0018CF92 /* ASTextNodeShadower.m in Sources */, + 2C5B66C11B3A7A5C005926A7 /* ASCellNode.m in Sources */, + 2C5B66C21B3A7A5C005926A7 /* ASCollectionView.mm in Sources */, + 2C5B66C31B3A7A5C005926A7 /* ASControlNode.m in Sources */, + 2C5B66C41B3A7A5C005926A7 /* ASDisplayNode.mm in Sources */, + 2C5B66C51B3A7A5C005926A7 /* ASDisplayNodeExtras.mm in Sources */, + 2C5B66C61B3A7A5C005926A7 /* ASEditableTextNode.mm in Sources */, + 2C5B66C71B3A7A5C005926A7 /* ASImageNode.mm in Sources */, + 2C5B66C81B3A7A5C005926A7 /* ASMultiplexImageNode.mm in Sources */, + 2C5B66C91B3A7A5C005926A7 /* ASNetworkImageNode.mm in Sources */, + 2C5B66CA1B3A7A5C005926A7 /* ASScrollNode.m in Sources */, + 2C5B66CB1B3A7A5C005926A7 /* ASTableView.mm in Sources */, + 2C5B66CC1B3A7A5C005926A7 /* ASTextNode.mm in Sources */, + 2C5B66CD1B3A7A5C005926A7 /* _ASDisplayLayer.mm in Sources */, + 2C5B66CE1B3A7A5C005926A7 /* _ASDisplayView.mm in Sources */, + 2C5B66CF1B3A7A5C005926A7 /* ASAbstractLayoutController.mm in Sources */, + 2C5B66D01B3A7A5C005926A7 /* ASBasicImageDownloader.mm in Sources */, + 2C5B66D11B3A7A5C005926A7 /* ASBatchContext.mm in Sources */, + 2C5B66D21B3A7A5C005926A7 /* ASCollectionViewLayoutController.mm in Sources */, + 2C5B66D31B3A7A5C005926A7 /* ASDataController.mm in Sources */, + 2C5B66D41B3A7A5C005926A7 /* ASDealloc2MainObject.m in Sources */, + 2C5B66D51B3A7A5C005926A7 /* ASFlowLayoutController.mm in Sources */, + 2C5B66D61B3A7A5C005926A7 /* ASHighlightOverlayLayer.mm in Sources */, + 2C5B66D71B3A7A5C005926A7 /* ASMultidimensionalArrayUtils.mm in Sources */, + 2C5B66D81B3A7A5C005926A7 /* ASMutableAttributedStringBuilder.m in Sources */, + 2C5B66D91B3A7A5C005926A7 /* ASRangeController.mm in Sources */, + 2C5B66DA1B3A7A5C005926A7 /* ASRangeHandlerPreload.mm in Sources */, + 2C5B66DB1B3A7A5C005926A7 /* ASRangeHandlerRender.mm in Sources */, + 2C5B66DC1B3A7A5C005926A7 /* ASScrollDirection.m in Sources */, + 2C5B66DD1B3A7A5C005926A7 /* ASTextNodeCoreTextAdditions.m in Sources */, + 2C5B66DE1B3A7A5C005926A7 /* ASTextNodeRenderer.mm in Sources */, + 2C5B66DF1B3A7A5C005926A7 /* ASTextNodeShadower.m in Sources */, + 2C5B66E01B3A7A5C005926A7 /* ASTextNodeTextKitHelpers.mm in Sources */, + 2C5B66E11B3A7A5C005926A7 /* ASTextNodeWordKerner.m in Sources */, + 2C5B66E21B3A7A5C005926A7 /* CGRect+ASConvenience.m in Sources */, + 2C5B66E31B3A7A5C005926A7 /* NSMutableAttributedString+TextKitAdditions.m in Sources */, + 2C5B66E41B3A7A5C005926A7 /* _ASAsyncTransaction.m in Sources */, + 2C5B66E51B3A7A5C005926A7 /* _ASAsyncTransactionContainer.m in Sources */, + 2C5B66E61B3A7A5C005926A7 /* _ASAsyncTransactionGroup.m in Sources */, + 2C5B66E71B3A7A5C005926A7 /* UICollectionViewLayout+ASConvenience.m in Sources */, + 2C5B66E81B3A7A5C005926A7 /* UIView+ASConvenience.m in Sources */, + 2C5B66E91B3A7A5C005926A7 /* ASBatchFetching.m in Sources */, + 2C5B66EA1B3A7A5C005926A7 /* _ASCoreAnimationExtras.mm in Sources */, + 2C5B66EB1B3A7A5C005926A7 /* _ASPendingState.m in Sources */, + 2C5B66EC1B3A7A5C005926A7 /* ASDisplayNode+AsyncDisplay.mm in Sources */, + 2C5B66ED1B3A7A5C005926A7 /* ASDisplayNode+DebugTiming.mm in Sources */, + 2C5B66EE1B3A7A5C005926A7 /* ASDisplayNode+UIViewBridge.mm in Sources */, + 2C5B66EF1B3A7A5C005926A7 /* ASImageNode+CGExtras.m in Sources */, + 2C5B66F01B3A7A5C005926A7 /* ASSentinel.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1529,7 +1546,7 @@ }; name = Release; }; - B35061EE1B010EDF0018CF92 /* Debug */ = { + 2C5B66B11B3A796F005926A7 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { CLANG_WARN_UNREACHABLE_CODE = YES; @@ -1546,9 +1563,9 @@ "DEBUG=1", "$(inherited)", ); - INFOPLIST_FILE = AsyncDisplayKit/Info.plist; + INFOPLIST_FILE = "AsyncDisplayKit-iOS/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + IPHONEOS_DEPLOYMENT_TARGET = 8.3; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; MTL_ENABLE_DEBUG_INFO = YES; PRODUCT_NAME = AsyncDisplayKit; @@ -1559,7 +1576,7 @@ }; name = Debug; }; - B35061EF1B010EDF0018CF92 /* Release */ = { + 2C5B66B21B3A796F005926A7 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { CLANG_WARN_UNREACHABLE_CODE = YES; @@ -1573,9 +1590,9 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = AsyncDisplayKit/Info.plist; + INFOPLIST_FILE = "AsyncDisplayKit-iOS/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + IPHONEOS_DEPLOYMENT_TARGET = 8.3; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; MTL_ENABLE_DEBUG_INFO = NO; PRODUCT_NAME = AsyncDisplayKit; @@ -1625,14 +1642,13 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - B35061ED1B010EDF0018CF92 /* Build configuration list for PBXNativeTarget "AsyncDisplayKit-iOS" */ = { + 2C5B66B01B3A796F005926A7 /* Build configuration list for PBXNativeTarget "AsyncDisplayKit-iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - B35061EE1B010EDF0018CF92 /* Debug */, - B35061EF1B010EDF0018CF92 /* Release */, + 2C5B66B11B3A796F005926A7 /* Debug */, + 2C5B66B21B3A796F005926A7 /* Release */, ); defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; }; /* End XCConfigurationList section */ }; diff --git a/AsyncDisplayKit.xcodeproj/xcshareddata/xcschemes/AsyncDisplayKit-iOS.xcscheme b/AsyncDisplayKit.xcodeproj/xcshareddata/xcschemes/AsyncDisplayKit-iOS.xcscheme index d46a787376..2a1226a3f6 100644 --- a/AsyncDisplayKit.xcodeproj/xcshareddata/xcschemes/AsyncDisplayKit-iOS.xcscheme +++ b/AsyncDisplayKit.xcodeproj/xcshareddata/xcschemes/AsyncDisplayKit-iOS.xcscheme @@ -14,7 +14,7 @@ buildForAnalyzing = "YES"> @@ -42,7 +42,7 @@ @@ -60,7 +60,7 @@