|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 35B204DE2BBBE9F4FD20E04E /* Pods_ArkDemo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F0C766C3C5A77FD675545DA9 /* Pods_ArkDemo.framework */; }; |
11 | 11 | 6DFA35176F2E68C10B888F2D /* Pods_Ark.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2A4B4EE553955500C312EBAA /* Pods_Ark.framework */; }; |
12 | | - A64FD07824F681D000EB0D38 /* CollectionNodeModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A64FD07724F681CF00EB0D38 /* CollectionNodeModel.swift */; }; |
| 12 | + A64FD07824F681D000EB0D38 /* NodeModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A64FD07724F681CF00EB0D38 /* NodeModel.swift */; }; |
13 | 13 | A64FD07A24F688D000EB0D38 /* HomeFeed.swift in Sources */ = {isa = PBXBuildFile; fileRef = A64FD07924F688D000EB0D38 /* HomeFeed.swift */; }; |
14 | 14 | A655BE0F24F73CC400DB6F02 /* Banner.swift in Sources */ = {isa = PBXBuildFile; fileRef = A655BE0E24F73CC400DB6F02 /* Banner.swift */; }; |
15 | 15 | A655BE1124F73D2800DB6F02 /* ArticleFeed.swift in Sources */ = {isa = PBXBuildFile; fileRef = A655BE1024F73D2800DB6F02 /* ArticleFeed.swift */; }; |
16 | 16 | A655BE1324F73D5C00DB6F02 /* SectionHeader.swift in Sources */ = {isa = PBXBuildFile; fileRef = A655BE1224F73D5C00DB6F02 /* SectionHeader.swift */; }; |
17 | | - A6E81FA624F7E99E00AAE8B0 /* CollectionNodeContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6E81FA524F7E99E00AAE8B0 /* CollectionNodeContext.swift */; }; |
| 17 | + A6E81FA624F7E99E00AAE8B0 /* NodeContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6E81FA524F7E99E00AAE8B0 /* NodeContext.swift */; }; |
18 | 18 | B4256DC724ED1715000DF13C /* Ark.h in Headers */ = {isa = PBXBuildFile; fileRef = B4256DC524ED1715000DF13C /* Ark.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
19 | 19 | B42875AB24EE10ED00933413 /* ListDiff.swift in Sources */ = {isa = PBXBuildFile; fileRef = B42875AA24EE10ED00933413 /* ListDiff.swift */; }; |
20 | 20 | B42875B324EE137D00933413 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B42875B224EE137D00933413 /* AppDelegate.swift */; }; |
|
27 | 27 | B42875CA24EE7A7700933413 /* Ark.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B4256DC224ED1715000DF13C /* Ark.framework */; }; |
28 | 28 | B42875CB24EE7A7700933413 /* Ark.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = B4256DC224ED1715000DF13C /* Ark.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; |
29 | 29 | B4E5581B24FCA9DA004C2477 /* DateFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6E81FA224F7A8C600AAE8B0 /* DateFormat.swift */; }; |
| 30 | + B4E5581E24FCC530004C2477 /* NodeChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = B4E5581D24FCC530004C2477 /* NodeChannel.swift */; }; |
30 | 31 | /* End PBXBuildFile section */ |
31 | 32 |
|
32 | 33 | /* Begin PBXContainerItemProxy section */ |
|
69 | 70 | 73A9113722B6957CF7BB8838 /* Pods-GLFeedKitDemo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-GLFeedKitDemo.debug.xcconfig"; path = "Target Support Files/Pods-GLFeedKitDemo/Pods-GLFeedKitDemo.debug.xcconfig"; sourceTree = "<group>"; }; |
70 | 71 | 9500F7B816029FB5A309BFA3 /* Pods-ArkDemo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ArkDemo.release.xcconfig"; path = "Target Support Files/Pods-ArkDemo/Pods-ArkDemo.release.xcconfig"; sourceTree = "<group>"; }; |
71 | 72 | A52E228118AFF2DB46C48C21 /* Pods-GLFeedKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-GLFeedKit.debug.xcconfig"; path = "Target Support Files/Pods-GLFeedKit/Pods-GLFeedKit.debug.xcconfig"; sourceTree = "<group>"; }; |
72 | | - A64FD07724F681CF00EB0D38 /* CollectionNodeModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CollectionNodeModel.swift; sourceTree = "<group>"; }; |
| 73 | + A64FD07724F681CF00EB0D38 /* NodeModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NodeModel.swift; sourceTree = "<group>"; }; |
73 | 74 | A64FD07924F688D000EB0D38 /* HomeFeed.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeFeed.swift; sourceTree = "<group>"; }; |
74 | 75 | A655BE0E24F73CC400DB6F02 /* Banner.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Banner.swift; sourceTree = "<group>"; }; |
75 | 76 | A655BE1024F73D2800DB6F02 /* ArticleFeed.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ArticleFeed.swift; sourceTree = "<group>"; }; |
76 | 77 | A655BE1224F73D5C00DB6F02 /* SectionHeader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SectionHeader.swift; sourceTree = "<group>"; }; |
77 | 78 | A6E81FA224F7A8C600AAE8B0 /* DateFormat.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DateFormat.swift; sourceTree = "<group>"; }; |
78 | | - A6E81FA524F7E99E00AAE8B0 /* CollectionNodeContext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CollectionNodeContext.swift; sourceTree = "<group>"; }; |
| 79 | + A6E81FA524F7E99E00AAE8B0 /* NodeContext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NodeContext.swift; sourceTree = "<group>"; }; |
79 | 80 | B4256DC224ED1715000DF13C /* Ark.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Ark.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
80 | 81 | B4256DC524ED1715000DF13C /* Ark.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Ark.h; sourceTree = "<group>"; }; |
81 | 82 | B4256DC624ED1715000DF13C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
|
89 | 90 | B42875BE24EE138100933413 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; |
90 | 91 | B42875C024EE138100933413 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
91 | 92 | B42875C524EE2CBB00933413 /* DiffableDataSource.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DiffableDataSource.swift; sourceTree = "<group>"; }; |
| 93 | + B4E5581D24FCC530004C2477 /* NodeChannel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NodeChannel.swift; sourceTree = "<group>"; }; |
92 | 94 | F0C766C3C5A77FD675545DA9 /* Pods_ArkDemo.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ArkDemo.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
93 | 95 | F61531B872BE69FE4C5901BD /* Pods-Ark.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Ark.release.xcconfig"; path = "Target Support Files/Pods-Ark/Pods-Ark.release.xcconfig"; sourceTree = "<group>"; }; |
94 | 96 | /* End PBXFileReference section */ |
|
155 | 157 | B4256DC524ED1715000DF13C /* Ark.h */, |
156 | 158 | B42875AA24EE10ED00933413 /* ListDiff.swift */, |
157 | 159 | B42875C524EE2CBB00933413 /* DiffableDataSource.swift */, |
158 | | - A64FD07724F681CF00EB0D38 /* CollectionNodeModel.swift */, |
159 | | - A6E81FA524F7E99E00AAE8B0 /* CollectionNodeContext.swift */, |
| 160 | + A64FD07724F681CF00EB0D38 /* NodeModel.swift */, |
| 161 | + A6E81FA524F7E99E00AAE8B0 /* NodeContext.swift */, |
| 162 | + B4E5581D24FCC530004C2477 /* NodeChannel.swift */, |
160 | 163 | B4256DC624ED1715000DF13C /* Info.plist */, |
161 | 164 | ); |
162 | 165 | path = Ark; |
|
391 | 394 | isa = PBXSourcesBuildPhase; |
392 | 395 | buildActionMask = 2147483647; |
393 | 396 | files = ( |
| 397 | + B4E5581E24FCC530004C2477 /* NodeChannel.swift in Sources */, |
394 | 398 | B42875AB24EE10ED00933413 /* ListDiff.swift in Sources */, |
395 | | - A6E81FA624F7E99E00AAE8B0 /* CollectionNodeContext.swift in Sources */, |
| 399 | + A6E81FA624F7E99E00AAE8B0 /* NodeContext.swift in Sources */, |
396 | 400 | B42875C624EE2CBB00933413 /* DiffableDataSource.swift in Sources */, |
397 | | - A64FD07824F681D000EB0D38 /* CollectionNodeModel.swift in Sources */, |
| 401 | + A64FD07824F681D000EB0D38 /* NodeModel.swift in Sources */, |
398 | 402 | ); |
399 | 403 | runOnlyForDeploymentPostprocessing = 0; |
400 | 404 | }; |
|
0 commit comments