|
14 | 14 | 881A92E11CB881550080BC5C /* Section.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88DCAD331CB87CB400C018AF /* Section.swift */; };
|
15 | 15 | 881A92E31CB881550080BC5C /* TitledSupplementaryView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88DCAD351CB87CB400C018AF /* TitledSupplementaryView.swift */; };
|
16 | 16 | 881A92E51CB881550080BC5C /* TitledSupplementaryViewConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88DCAD371CB87CB400C018AF /* TitledSupplementaryViewConfig.swift */; };
|
| 17 | +88253C521FFAF5C20022FCA8 /* DataSourceProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88253C511FFAF5C20022FCA8 /* DataSourceProtocol.swift */; }; |
| 18 | +88253C541FFAF7730022FCA8 /* FetchedResultsController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88253C531FFAF7730022FCA8 /* FetchedResultsController.swift */; }; |
| 19 | +88253C551FFAF7730022FCA8 /* FetchedResultsController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88253C531FFAF7730022FCA8 /* FetchedResultsController.swift */; }; |
| 20 | +88253C561FFAF77B0022FCA8 /* DataSourceProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88253C511FFAF5C20022FCA8 /* DataSourceProtocol.swift */; }; |
17 | 21 | 882CA4541D1D7D48006112B9 /* BridgedFetchedResultsDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 882CA4531D1D7D48006112B9 /* BridgedFetchedResultsDelegate.swift */; };
|
18 | 22 | 882CA4551D1D7DE1006112B9 /* BridgedFetchedResultsDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 882CA4531D1D7D48006112B9 /* BridgedFetchedResultsDelegate.swift */; };
|
19 | 23 | 882CA4561D1D7DE1006112B9 /* DataSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 888799481D0E2D1700BBCCBC /* DataSource.swift */; };
|
|
88 | 92 | /* Begin PBXFileReference section */
|
89 | 93 | 1DD7AC5C1D86C4BC00B676A6 /* TableEditingController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TableEditingController.swift; sourceTree = "<group>"; };
|
90 | 94 | 881A92CC1CB881270080BC5C /* JSQDataSourcesKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = JSQDataSourcesKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
| 95 | +88253C511FFAF5C20022FCA8 /* DataSourceProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DataSourceProtocol.swift; sourceTree = "<group>"; }; |
| 96 | +88253C531FFAF7730022FCA8 /* FetchedResultsController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FetchedResultsController.swift; sourceTree = "<group>"; }; |
91 | 97 | 882CA4531D1D7D48006112B9 /* BridgedFetchedResultsDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BridgedFetchedResultsDelegate.swift; sourceTree = "<group>"; };
|
92 | 98 | 882CA4571D1D82E1006112B9 /* TestCase.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestCase.swift; sourceTree = "<group>"; };
|
93 | 99 | 882CA4591D1D957A006112B9 /* BridgedFetchedResultsDelegateTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BridgedFetchedResultsDelegateTests.swift; sourceTree = "<group>"; };
|
|
177 | 183 | 88C99A761CBB302600A9804A /* BridgedDataSource.swift */,
|
178 | 184 | 882CA4531D1D7D48006112B9 /* BridgedFetchedResultsDelegate.swift */,
|
179 | 185 | 888799481D0E2D1700BBCCBC /* DataSource.swift */,
|
| 186 | +88253C511FFAF5C20022FCA8 /* DataSourceProtocol.swift */, |
180 | 187 | 88B80CD71CBBF62A00EDF9D5 /* DataSourceProvider.swift */,
|
| 188 | +88253C531FFAF7730022FCA8 /* FetchedResultsController.swift */, |
181 | 189 | 88DCAD2C1CB87CB400C018AF /* FetchedResultsDelegate.swift */,
|
182 | 190 | 88DCAD2D1CB87CB400C018AF /* Info.plist */,
|
183 | 191 | 88DCAD2F1CB87CB400C018AF /* JSQDataSourcesKit.h */,
|
|
385 | 393 | isa = PBXSourcesBuildPhase;
|
386 | 394 | buildActionMask = 2147483647;
|
387 | 395 | files = (
|
| 396 | +88253C561FFAF77B0022FCA8 /* DataSourceProtocol.swift in Sources */, |
388 | 397 | 881A92E11CB881550080BC5C /* Section.swift in Sources */,
|
389 | 398 | 881A92E31CB881550080BC5C /* TitledSupplementaryView.swift in Sources */,
|
390 | 399 | 88C99A781CBB303000A9804A /* ReusableViewConfig.swift in Sources */,
|
391 | 400 | 88C99A791CBB303000A9804A /* BridgedDataSource.swift in Sources */,
|
392 | 401 | 881A92E51CB881550080BC5C /* TitledSupplementaryViewConfig.swift in Sources */,
|
| 402 | +88253C551FFAF7730022FCA8 /* FetchedResultsController.swift in Sources */, |
393 | 403 | 88B80CD91CBBF62A00EDF9D5 /* DataSourceProvider.swift in Sources */,
|
394 | 404 | 882CA4551D1D7DE1006112B9 /* BridgedFetchedResultsDelegate.swift in Sources */,
|
395 | 405 | 882CA4561D1D7DE1006112B9 /* DataSource.swift in Sources */,
|
|
402 | 412 | isa = PBXSourcesBuildPhase;
|
403 | 413 | buildActionMask = 2147483647;
|
404 | 414 | files = (
|
| 415 | +88253C521FFAF5C20022FCA8 /* DataSourceProtocol.swift in Sources */, |
405 | 416 | 882CA4541D1D7D48006112B9 /* BridgedFetchedResultsDelegate.swift in Sources */,
|
406 | 417 | 88DCAD6D1CB87CC000C018AF /* FetchedResultsDelegate.swift in Sources */,
|
407 | 418 | 88CFFD9A1CB977A100C4E9DD /* ReusableViewConfig.swift in Sources */,
|
|
411 | 422 | 88B80CD81CBBF62A00EDF9D5 /* DataSourceProvider.swift in Sources */,
|
412 | 423 | 1DD7AC5D1D86C4BC00B676A6 /* TableEditingController.swift in Sources */,
|
413 | 424 | 888799491D0E2D1700BBCCBC /* DataSource.swift in Sources */,
|
| 425 | +88253C541FFAF7730022FCA8 /* FetchedResultsController.swift in Sources */, |
414 | 426 | 88DCAD781CB87CC000C018AF /* TitledSupplementaryViewConfig.swift in Sources */,
|
415 | 427 | );
|
416 | 428 | runOnlyForDeploymentPostprocessing = 0;
|
|
0 commit comments