|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 17223A171DF9C80000CF7F6F /* InteractorStatusGateway.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17223A161DF9C80000CF7F6F /* InteractorStatusGateway.swift */; }; |
| 11 | + 17223A191DF9CA3E00CF7F6F /* InteractorStatusInMemoryGateway.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17223A181DF9CA3E00CF7F6F /* InteractorStatusInMemoryGateway.swift */; }; |
| 12 | + 17223A1C1DFACC5200CF7F6F /* InteractorStatusInMemoryGatewayTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17223A1A1DF9CA7A00CF7F6F /* InteractorStatusInMemoryGatewayTests.swift */; }; |
11 | 13 | 173A77271D3842A200FF88BA /* ACInteractor.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 173A771C1D3842A200FF88BA /* ACInteractor.framework */; }; |
12 | 14 | 173A773B1D3844D400FF88BA /* Interactor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 173A77371D3844D400FF88BA /* Interactor.swift */; }; |
13 | 15 | 173A773C1D3844D400FF88BA /* InteractorExecuter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 173A77381D3844D400FF88BA /* InteractorExecuter.swift */; }; |
|
34 | 36 |
|
35 | 37 | /* Begin PBXFileReference section */ |
36 | 38 | 17223A161DF9C80000CF7F6F /* InteractorStatusGateway.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = InteractorStatusGateway.swift; sourceTree = "<group>"; }; |
| 39 | + 17223A181DF9CA3E00CF7F6F /* InteractorStatusInMemoryGateway.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = InteractorStatusInMemoryGateway.swift; sourceTree = "<group>"; }; |
| 40 | + 17223A1A1DF9CA7A00CF7F6F /* InteractorStatusInMemoryGatewayTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = InteractorStatusInMemoryGatewayTests.swift; sourceTree = "<group>"; }; |
37 | 41 | 173A771C1D3842A200FF88BA /* ACInteractor.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = ACInteractor.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
38 | 42 | 173A77261D3842A200FF88BA /* ACInteractorTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ACInteractorTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
39 | 43 | 173A77371D3844D400FF88BA /* Interactor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Interactor.swift; sourceTree = "<group>"; }; |
|
98 | 102 | 17B0BF6F1D3CD057004AA98B /* LazyInteractor.swift */, |
99 | 103 | 1794818E1D57475000CA3590 /* ErrorHandlerExtension.swift */, |
100 | 104 | 17223A161DF9C80000CF7F6F /* InteractorStatusGateway.swift */, |
| 105 | + 17223A181DF9CA3E00CF7F6F /* InteractorStatusInMemoryGateway.swift */, |
101 | 106 | ); |
102 | 107 | name = Sources; |
103 | 108 | path = ../Sources; |
|
110 | 115 | 17567E581D3A640000C464BB /* InteractorErrorTests.swift */, |
111 | 116 | 17B0BF711D3CD0A9004AA98B /* LazyInteractorTests.swift */, |
112 | 117 | 179481901D57490900CA3590 /* ErrorHandlerExtensionTests.swift */, |
| 118 | + 17223A1A1DF9CA7A00CF7F6F /* InteractorStatusInMemoryGatewayTests.swift */, |
113 | 119 | ); |
114 | 120 | name = Tests; |
115 | 121 | path = ../Tests; |
|
233 | 239 | buildActionMask = 2147483647; |
234 | 240 | files = ( |
235 | 241 | 173A773B1D3844D400FF88BA /* Interactor.swift in Sources */, |
| 242 | + 17223A191DF9CA3E00CF7F6F /* InteractorStatusInMemoryGateway.swift in Sources */, |
236 | 243 | 17567E551D3A61C900C464BB /* InteractorError.swift in Sources */, |
237 | 244 | 17223A171DF9C80000CF7F6F /* InteractorStatusGateway.swift in Sources */, |
238 | 245 | 173A773C1D3844D400FF88BA /* InteractorExecuter.swift in Sources */, |
|
250 | 257 | 173A77411D38461D00FF88BA /* InteractorExecuterTests.swift in Sources */, |
251 | 258 | 179481921D5749A800CA3590 /* ErrorHandlerExtensionTests.swift in Sources */, |
252 | 259 | 17567E591D3A640000C464BB /* InteractorErrorTests.swift in Sources */, |
| 260 | + 17223A1C1DFACC5200CF7F6F /* InteractorStatusInMemoryGatewayTests.swift in Sources */, |
253 | 261 | ); |
254 | 262 | runOnlyForDeploymentPostprocessing = 0; |
255 | 263 | }; |
|
0 commit comments