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

Commit cc00626

Browse files
garrettmoonappleguy
authored andcommitted
Fix Carthage build (#2567)
1 parent c4a4df7 commit cc00626

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

AsyncDisplayKit/Details/Transactions/_ASAsyncTransactionContainer.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#import "_ASAsyncTransactionContainer+Private.h"
1212

1313
#import "_ASAsyncTransaction.h"
14+
#import "_ASAsyncTransactionContainer.h"
1415
#import "_ASAsyncTransactionGroup.h"
1516
#import <objc/runtime.h>
1617

AsyncDisplayKit/Layout/ASStackLayoutElement.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
// of patent rights can be found in the PATENTS file in the same directory.
99
//
1010

11-
#import <AsyncDisplayKit/ASDimension.h>
12-
#import <AsyncDisplayKit/ASStackLayoutDefines.h>
11+
#import "ASDimension.h"
12+
#import "ASStackLayoutDefines.h"
1313

1414
NS_ASSUME_NONNULL_BEGIN
1515

AsyncDisplayKit/Private/ASDisplayNodeInternal.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#import "ASDisplayNode.h"
1919
#import "ASThread.h"
2020
#import "_ASTransitionContext.h"
21+
#import "ASLayoutElement.h"
2122
#import "ASLayoutTransition.h"
2223
#import "ASEnvironment.h"
2324
#import "ASObjectDescriptionHelpers.h"

Cartfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
github "pinterest/PINRemoteImage" "3.0.0-beta.2"
1+
github "pinterest/PINRemoteImage" "3.0.0-beta.6"
2+
github "pinterest/PINCache" "3.0.1-beta.2"

0 commit comments

Comments
 (0)