|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + F4632035249EBA7100AF7413 /* SPTableDiffableDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4632034249EBA7100AF7413 /* SPTableDiffableDelegate.swift */; }; |
10 | 11 | F4954BE2249B788A007072FA /* SPDiffable.h in Headers */ = {isa = PBXBuildFile; fileRef = F4954BE0249B788A007072FA /* SPDiffable.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
11 | 12 | F4954BEE249B95F2007072FA /* FUNDING.yml in Resources */ = {isa = PBXBuildFile; fileRef = F4954BED249B95F2007072FA /* FUNDING.yml */; }; |
12 | 13 | F4954BF7249B962C007072FA /* Readme.md in Resources */ = {isa = PBXBuildFile; fileRef = F4954BF2249B962C007072FA /* Readme.md */; }; |
|
21 | 22 | /* End PBXBuildFile section */ |
22 | 23 |
|
23 | 24 | /* Begin PBXFileReference section */ |
| 25 | + F4632034249EBA7100AF7413 /* SPTableDiffableDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SPTableDiffableDelegate.swift; sourceTree = "<group>"; }; |
24 | 26 | F4954BDD249B788A007072FA /* SPDiffable.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SPDiffable.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
25 | 27 | F4954BE0249B788A007072FA /* SPDiffable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SPDiffable.h; sourceTree = "<group>"; }; |
26 | 28 | F4954BE1249B788A007072FA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
|
50 | 52 | /* End PBXFrameworksBuildPhase section */ |
51 | 53 |
|
52 | 54 | /* Begin PBXGroup section */ |
| 55 | + F4632036249EBB9200AF7413 /* Views */ = { |
| 56 | + isa = PBXGroup; |
| 57 | + children = ( |
| 58 | + F4954C01249B9715007072FA /* SPDiffableTableController.swift */, |
| 59 | + F4954BFF249B9715007072FA /* SPDiffableTableView.swift */, |
| 60 | + ); |
| 61 | + path = Views; |
| 62 | + sourceTree = "<group>"; |
| 63 | + }; |
53 | 64 | F4954BD3249B788A007072FA = { |
54 | 65 | isa = PBXGroup; |
55 | 66 | children = ( |
|
129 | 140 | F4954BFE249B9715007072FA /* Table */ = { |
130 | 141 | isa = PBXGroup; |
131 | 142 | children = ( |
132 | | - F4954BFF249B9715007072FA /* SPDiffableTableView.swift */, |
| 143 | + F4632036249EBB9200AF7413 /* Views */, |
133 | 144 | F4954C00249B9715007072FA /* SPTableDiffableDataSource.swift */, |
134 | | - F4954C01249B9715007072FA /* SPDiffableTableController.swift */, |
| 145 | + F4632034249EBA7100AF7413 /* SPTableDiffableDelegate.swift */, |
135 | 146 | ); |
136 | 147 | path = Table; |
137 | 148 | sourceTree = "<group>"; |
|
225 | 236 | F4954C03249B9716007072FA /* SPDiffableFooter.swift in Sources */, |
226 | 237 | F4954C06249B9716007072FA /* SPDiffableSection.swift in Sources */, |
227 | 238 | F4954C07249B9716007072FA /* SPDiffableTableView.swift in Sources */, |
| 239 | + F4632035249EBA7100AF7413 /* SPTableDiffableDelegate.swift in Sources */, |
228 | 240 | F4954C08249B9716007072FA /* SPTableDiffableDataSource.swift in Sources */, |
229 | 241 | ); |
230 | 242 | runOnlyForDeploymentPostprocessing = 0; |
|
0 commit comments