|
13 | 13 | FB32E78625768F45000C4F42 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = FB32E78425768F45000C4F42 /* Main.storyboard */; }; |
14 | 14 | FB32E78825768F48000C4F42 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = FB32E78725768F48000C4F42 /* Assets.xcassets */; }; |
15 | 15 | FB32E78B25768F48000C4F42 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = FB32E78925768F48000C4F42 /* LaunchScreen.storyboard */; }; |
16 | | - FB32E79725768FC6000C4F42 /* AsyncDisplayKitIGListKit in Frameworks */ = {isa = PBXBuildFile; productRef = FB32E79625768FC6000C4F42 /* AsyncDisplayKitIGListKit */; }; |
17 | 16 | FB32E79B2576A451000C4F42 /* MainListViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB32E79A2576A451000C4F42 /* MainListViewController.swift */; }; |
| 17 | + FB3894A62576FC5F0025252E /* AsyncDisplayKitIGListKit in Frameworks */ = {isa = PBXBuildFile; productRef = FB3894A52576FC5F0025252E /* AsyncDisplayKitIGListKit */; }; |
| 18 | + FB3894AB257705190025252E /* ItemSectionController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB3894AA257705190025252E /* ItemSectionController.swift */; }; |
| 19 | + FB3894B2257705A80025252E /* NSObject+ListDiffable.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB3894B1257705A80025252E /* NSObject+ListDiffable.swift */; }; |
| 20 | + FB3894B5257705EF0025252E /* Item.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB3894B4257705EF0025252E /* Item.swift */; }; |
18 | 21 | /* End PBXBuildFile section */ |
19 | 22 |
|
20 | 23 | /* Begin PBXFileReference section */ |
|
26 | 29 | FB32E78725768F48000C4F42 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
27 | 30 | FB32E78A25768F48000C4F42 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; |
28 | 31 | FB32E78C25768F48000C4F42 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
29 | | - FB32E79325768F8A000C4F42 /* Texture */ = {isa = PBXFileReference; lastKnownFileType = folder; name = Texture; path = ../../..; sourceTree = "<group>"; }; |
30 | 32 | FB32E79A2576A451000C4F42 /* MainListViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainListViewController.swift; sourceTree = "<group>"; }; |
| 33 | + FB38949E2576FB5C0025252E /* Texture */ = {isa = PBXFileReference; lastKnownFileType = folder; name = Texture; path = ../../..; sourceTree = "<group>"; }; |
| 34 | + FB3894AA257705190025252E /* ItemSectionController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ItemSectionController.swift; sourceTree = "<group>"; }; |
| 35 | + FB3894B1257705A80025252E /* NSObject+ListDiffable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NSObject+ListDiffable.swift"; sourceTree = "<group>"; }; |
| 36 | + FB3894B4257705EF0025252E /* Item.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Item.swift; sourceTree = "<group>"; }; |
31 | 37 | /* End PBXFileReference section */ |
32 | 38 |
|
33 | 39 | /* Begin PBXFrameworksBuildPhase section */ |
34 | 40 | FB32E77825768F45000C4F42 /* Frameworks */ = { |
35 | 41 | isa = PBXFrameworksBuildPhase; |
36 | 42 | buildActionMask = 2147483647; |
37 | 43 | files = ( |
38 | | - FB32E79725768FC6000C4F42 /* AsyncDisplayKitIGListKit in Frameworks */, |
| 44 | + FB3894A62576FC5F0025252E /* AsyncDisplayKitIGListKit in Frameworks */, |
39 | 45 | ); |
40 | 46 | runOnlyForDeploymentPostprocessing = 0; |
41 | 47 | }; |
|
47 | 53 | children = ( |
48 | 54 | FB32E77D25768F45000C4F42 /* ASIGListKitSPM */, |
49 | 55 | FB32E77C25768F45000C4F42 /* Products */, |
50 | | - FB32E79525768FC6000C4F42 /* Frameworks */, |
| 56 | + FB38949F2576FB670025252E /* Frameworks */, |
51 | 57 | ); |
52 | 58 | sourceTree = "<group>"; |
53 | 59 | }; |
|
62 | 68 | FB32E77D25768F45000C4F42 /* ASIGListKitSPM */ = { |
63 | 69 | isa = PBXGroup; |
64 | 70 | children = ( |
65 | | - FB32E79325768F8A000C4F42 /* Texture */, |
| 71 | + FB3894AE2577054F0025252E /* Extensions */, |
| 72 | + FB3894AD2577053C0025252E /* Models */, |
| 73 | + FB3894A9257704EF0025252E /* Section Controllers */, |
| 74 | + FB38949E2576FB5C0025252E /* Texture */, |
66 | 75 | FB32E77E25768F45000C4F42 /* AppDelegate.swift */, |
67 | 76 | FB32E78025768F45000C4F42 /* SceneDelegate.swift */, |
68 | 77 | FB32E78225768F45000C4F42 /* ViewController.swift */, |
|
75 | 84 | path = ASIGListKitSPM; |
76 | 85 | sourceTree = "<group>"; |
77 | 86 | }; |
78 | | - FB32E79525768FC6000C4F42 /* Frameworks */ = { |
| 87 | + FB38949F2576FB670025252E /* Frameworks */ = { |
79 | 88 | isa = PBXGroup; |
80 | 89 | children = ( |
81 | 90 | ); |
82 | 91 | name = Frameworks; |
83 | 92 | sourceTree = "<group>"; |
84 | 93 | }; |
| 94 | + FB3894A9257704EF0025252E /* Section Controllers */ = { |
| 95 | + isa = PBXGroup; |
| 96 | + children = ( |
| 97 | + FB3894AA257705190025252E /* ItemSectionController.swift */, |
| 98 | + ); |
| 99 | + path = "Section Controllers"; |
| 100 | + sourceTree = "<group>"; |
| 101 | + }; |
| 102 | + FB3894AD2577053C0025252E /* Models */ = { |
| 103 | + isa = PBXGroup; |
| 104 | + children = ( |
| 105 | + FB3894B4257705EF0025252E /* Item.swift */, |
| 106 | + ); |
| 107 | + path = Models; |
| 108 | + sourceTree = "<group>"; |
| 109 | + }; |
| 110 | + FB3894AE2577054F0025252E /* Extensions */ = { |
| 111 | + isa = PBXGroup; |
| 112 | + children = ( |
| 113 | + FB3894B1257705A80025252E /* NSObject+ListDiffable.swift */, |
| 114 | + ); |
| 115 | + path = Extensions; |
| 116 | + sourceTree = "<group>"; |
| 117 | + }; |
85 | 118 | /* End PBXGroup section */ |
86 | 119 |
|
87 | 120 | /* Begin PBXNativeTarget section */ |
|
99 | 132 | ); |
100 | 133 | name = ASIGListKitSPM; |
101 | 134 | packageProductDependencies = ( |
102 | | - FB32E79625768FC6000C4F42 /* AsyncDisplayKitIGListKit */, |
| 135 | + FB3894A52576FC5F0025252E /* AsyncDisplayKitIGListKit */, |
103 | 136 | ); |
104 | 137 | productName = ASIGListKitSPM; |
105 | 138 | productReference = FB32E77B25768F45000C4F42 /* ASIGListKitSPM.app */; |
|
157 | 190 | files = ( |
158 | 191 | FB32E78325768F45000C4F42 /* ViewController.swift in Sources */, |
159 | 192 | FB32E77F25768F45000C4F42 /* AppDelegate.swift in Sources */, |
| 193 | + FB3894B2257705A80025252E /* NSObject+ListDiffable.swift in Sources */, |
| 194 | + FB3894AB257705190025252E /* ItemSectionController.swift in Sources */, |
| 195 | + FB3894B5257705EF0025252E /* Item.swift in Sources */, |
160 | 196 | FB32E78125768F45000C4F42 /* SceneDelegate.swift in Sources */, |
161 | 197 | FB32E79B2576A451000C4F42 /* MainListViewController.swift in Sources */, |
162 | 198 | ); |
|
360 | 396 | /* End XCConfigurationList section */ |
361 | 397 |
|
362 | 398 | /* Begin XCSwiftPackageProductDependency section */ |
363 | | - FB32E79625768FC6000C4F42 /* AsyncDisplayKitIGListKit */ = { |
| 399 | + FB3894A52576FC5F0025252E /* AsyncDisplayKitIGListKit */ = { |
364 | 400 | isa = XCSwiftPackageProductDependency; |
365 | 401 | productName = AsyncDisplayKitIGListKit; |
366 | 402 | }; |
|
0 commit comments