Skip to content

Commit 7f4d35c

Browse files
committed
added example project
1 parent c5af00e commit 7f4d35c

File tree

17 files changed

+801
-5
lines changed

17 files changed

+801
-5
lines changed

Source/AsyncDisplayKit+IGListKitMethods.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#import <UIKit/UIKit.h>
1616
#import "ASBaseDefines.h"
1717

18-
#if SWIFT_PACKAGE
18+
#if __has_include("IGListKit.h")
1919
#import "IGListKit.h"
2020
#else
2121
#import <IGListKit/IGListKit.h>

Source/IGListAdapter+AsyncDisplayKit.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111

1212
#if AS_IG_LIST_KIT
1313

14-
#if SWIFT_PACKAGE
14+
#if __has_include("IGListKit.h")
1515
#import "IGListKit.h"
1616
#else
17-
#import <IGListKit/IGListKit.h>
17+
#import <IGListKit/IGListKit.h>aa
1818
#endif
1919

2020
NS_ASSUME_NONNULL_BEGIN

Source/Layout/ASLayout+IGListDiffKit.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#if AS_IG_LIST_DIFF_KIT
1010
#import "ASLayout.h"
1111

12-
#if SWIFT_PACKAGE
12+
#if __has_include("IGListDiffKit.h")
1313
#import "IGListDiffKit.h"
1414
#else
1515
#import <IGListDiffKit/IGListDiffKit.h>

Source/Private/ASIGListAdapterBasedDataSource.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
#if AS_IG_LIST_KIT
1313

14-
#if SWIFT_PACKAGE
14+
#if __has_include("IGListKit.h")
1515
#import "IGListKit.h"
1616
#else
1717
#import <IGListKit/IGListKit.h>

0 commit comments

Comments
 (0)