|
15 | 15 | 173A77D21D3849E200FF88BA /* ACInteractor.h in Headers */ = {isa = PBXBuildFile; fileRef = 173A77431D3849E100FF88BA /* ACInteractor.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
16 | 16 | 17567E551D3A61C900C464BB /* InteractorError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17567E541D3A61C900C464BB /* InteractorError.swift */; }; |
17 | 17 | 17567E591D3A640000C464BB /* InteractorErrorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17567E581D3A640000C464BB /* InteractorErrorTests.swift */; }; |
| 18 | + 1794818F1D57475000CA3590 /* ErrorHandlerExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1794818E1D57475000CA3590 /* ErrorHandlerExtension.swift */; }; |
| 19 | + 179481921D5749A800CA3590 /* ErrorHandlerExtensionTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 179481901D57490900CA3590 /* ErrorHandlerExtensionTests.swift */; }; |
18 | 20 | 17B0BF701D3CD057004AA98B /* LazyInteractor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17B0BF6F1D3CD057004AA98B /* LazyInteractor.swift */; }; |
19 | 21 | 17B0BF721D3CD0A9004AA98B /* LazyInteractorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17B0BF711D3CD0A9004AA98B /* LazyInteractorTests.swift */; }; |
20 | 22 | /* End PBXBuildFile section */ |
|
40 | 42 | 173A77D11D3849E200FF88BA /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
41 | 43 | 17567E541D3A61C900C464BB /* InteractorError.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = InteractorError.swift; sourceTree = "<group>"; }; |
42 | 44 | 17567E581D3A640000C464BB /* InteractorErrorTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = InteractorErrorTests.swift; sourceTree = "<group>"; }; |
| 45 | + 1794818E1D57475000CA3590 /* ErrorHandlerExtension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ErrorHandlerExtension.swift; sourceTree = "<group>"; }; |
| 46 | + 179481901D57490900CA3590 /* ErrorHandlerExtensionTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ErrorHandlerExtensionTests.swift; sourceTree = "<group>"; }; |
43 | 47 | 17B0BF6F1D3CD057004AA98B /* LazyInteractor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LazyInteractor.swift; sourceTree = "<group>"; }; |
44 | 48 | 17B0BF711D3CD0A9004AA98B /* LazyInteractorTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LazyInteractorTests.swift; sourceTree = "<group>"; }; |
45 | 49 | /* End PBXFileReference section */ |
|
90 | 94 | 17567E541D3A61C900C464BB /* InteractorError.swift */, |
91 | 95 | 173A77381D3844D400FF88BA /* InteractorExecuter.swift */, |
92 | 96 | 17B0BF6F1D3CD057004AA98B /* LazyInteractor.swift */, |
| 97 | + 1794818E1D57475000CA3590 /* ErrorHandlerExtension.swift */, |
93 | 98 | ); |
94 | 99 | name = Sources; |
95 | 100 | path = ../Sources; |
|
101 | 106 | 173A77401D38461D00FF88BA /* InteractorExecuterTests.swift */, |
102 | 107 | 17567E581D3A640000C464BB /* InteractorErrorTests.swift */, |
103 | 108 | 17B0BF711D3CD0A9004AA98B /* LazyInteractorTests.swift */, |
| 109 | + 179481901D57490900CA3590 /* ErrorHandlerExtensionTests.swift */, |
104 | 110 | ); |
105 | 111 | name = Tests; |
106 | 112 | path = ../Tests; |
|
228 | 234 | 173A773C1D3844D400FF88BA /* InteractorExecuter.swift in Sources */, |
229 | 235 | 173A773D1D3844D400FF88BA /* InteractorRequest.swift in Sources */, |
230 | 236 | 17B0BF701D3CD057004AA98B /* LazyInteractor.swift in Sources */, |
| 237 | + 1794818F1D57475000CA3590 /* ErrorHandlerExtension.swift in Sources */, |
231 | 238 | ); |
232 | 239 | runOnlyForDeploymentPostprocessing = 0; |
233 | 240 | }; |
|
237 | 244 | files = ( |
238 | 245 | 17B0BF721D3CD0A9004AA98B /* LazyInteractorTests.swift in Sources */, |
239 | 246 | 173A77411D38461D00FF88BA /* InteractorExecuterTests.swift in Sources */, |
| 247 | + 179481921D5749A800CA3590 /* ErrorHandlerExtensionTests.swift in Sources */, |
240 | 248 | 17567E591D3A640000C464BB /* InteractorErrorTests.swift in Sources */, |
241 | 249 | ); |
242 | 250 | runOnlyForDeploymentPostprocessing = 0; |
|
0 commit comments