diff --git a/ReactiveLists.xcodeproj/project.pbxproj b/ReactiveLists.xcodeproj/project.pbxproj index e638599..574c68e 100644 --- a/ReactiveLists.xcodeproj/project.pbxproj +++ b/ReactiveLists.xcodeproj/project.pbxproj @@ -38,6 +38,7 @@ 25B1B0BA201A53CF0036545F /* Typealiases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32124A712019312200EE12FC /* Typealiases.swift */; }; 3203532B201BE9E90024D6CC /* ToolTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32035329201BE99F0024D6CC /* ToolTableViewCell.swift */; }; 3203532D201BF5FB0024D6CC /* CellContainerViewProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3203532C201BF5FB0024D6CC /* CellContainerViewProtocol.swift */; }; + 1234567890ABCDEF00000000 /* CollectionCellViewModelDataSourceProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CollectionCellViewModelDataSourceProtocol.swift; sourceTree = ""; }; 320B8FE82024E654002615F8 /* ReusableCellViewModelProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 320B8FE72024E654002615F8 /* ReusableCellViewModelProtocol.swift */; }; 32753F8D201BB8310084DCB1 /* UICollectionView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32753F8C201BB8310084DCB1 /* UICollectionView+Extensions.swift */; }; 32753F8F201BB8470084DCB1 /* UITableView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32753F8E201BB8470084DCB1 /* UITableView+Extensions.swift */; }; @@ -125,6 +126,7 @@ 2F35530D29268B112F99A187 /* Pods_ReactiveLists_ReactiveListsExample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ReactiveLists_ReactiveListsExample.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 32035329201BE99F0024D6CC /* ToolTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ToolTableViewCell.swift; sourceTree = ""; }; 3203532C201BF5FB0024D6CC /* CellContainerViewProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CellContainerViewProtocol.swift; sourceTree = ""; }; + 1234567890ABCDEF00000000 /* CollectionCellViewModelDataSourceProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CollectionCellViewModelDataSourceProtocol.swift; sourceTree = ""; }; 320B8FE72024E654002615F8 /* ReusableCellViewModelProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReusableCellViewModelProtocol.swift; sourceTree = ""; }; 32124A712019312200EE12FC /* Typealiases.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Typealiases.swift; sourceTree = ""; }; 32753F8C201BB8310084DCB1 /* UICollectionView+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UICollectionView+Extensions.swift"; sourceTree = ""; }; @@ -270,6 +272,7 @@ children = ( 258E31D11F0D8F3100D6F324 /* AccessibilityFormats.swift */, 3203532C201BF5FB0024D6CC /* CellContainerViewProtocol.swift */, + 1234567890ABCDEF00000000 /* CollectionCellViewModelDataSourceProtocol.swift */, 258E31AC1F0D8D9C00D6F324 /* CollectionViewDriver.swift */, 258E31AD1F0D8D9C00D6F324 /* CollectionViewModel.swift */, 2541B73C1F29A13B002C3090 /* Diffing.swift */, @@ -613,6 +616,7 @@ buildActionMask = 2147483647; files = ( 3203532D201BF5FB0024D6CC /* CellContainerViewProtocol.swift in Sources */, + 1234567890ABCDEF00000000 /* CollectionCellViewModelDataSourceProtocol.swift */, 2541B73D1F29A13B002C3090 /* Diffing.swift in Sources */, 258E31B31F0D8D9C00D6F324 /* TableViewDriver.swift in Sources */, 32753F8D201BB8310084DCB1 /* UICollectionView+Extensions.swift in Sources */,