|
88 | 88 | 5BB8BE2B2377CB3A004D93B3 /* URLSessionConfiguration+Test.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BB8BE2A2377CB3A004D93B3 /* URLSessionConfiguration+Test.swift */; };
|
89 | 89 | 5BBA278F2662F56100EBE185 /* DebuggableResultTranslateInterceptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BBA278E2662F56100EBE185 /* DebuggableResultTranslateInterceptor.swift */; };
|
90 | 90 | 5BBA27982662FDAA00EBE185 /* DebuggableInterceptorProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BBA27972662FDAA00EBE185 /* DebuggableInterceptorProvider.swift */; };
|
| 91 | + 5BBA27A02663149A00EBE185 /* DebugInitializeInterceptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BBA279F2663149900EBE185 /* DebugInitializeInterceptor.swift */; }; |
91 | 92 | 5BBBF5E02340CAF500D64D7A /* MIMEType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BBBF5DF2340CAF500D64D7A /* MIMEType.swift */; };
|
| 93 | + 5BBF34EA2663A04C003D606A /* DebuggableRequestChainNetworkTransport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BBF34E92663A04C003D606A /* DebuggableRequestChainNetworkTransport.swift */; }; |
92 | 94 | 5BBF4C8223F19DDF00FDC452 /* OperationStore.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BBF4C8123F19DDF00FDC452 /* OperationStore.swift */; };
|
93 | 95 | 5BBF4C8423F24E6B00FDC452 /* OperationStoreControllerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BBF4C8323F24E6B00FDC452 /* OperationStoreControllerTests.swift */; };
|
94 | 96 | 5BC65865234E9F790019CF57 /* ConsoleRedirection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BC65864234E9F790019CF57 /* ConsoleRedirection.swift */; };
|
|
247 | 249 | 5BB8BE2A2377CB3A004D93B3 /* URLSessionConfiguration+Test.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "URLSessionConfiguration+Test.swift"; sourceTree = "<group>"; };
|
248 | 250 | 5BBA278E2662F56100EBE185 /* DebuggableResultTranslateInterceptor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DebuggableResultTranslateInterceptor.swift; sourceTree = "<group>"; };
|
249 | 251 | 5BBA27972662FDAA00EBE185 /* DebuggableInterceptorProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DebuggableInterceptorProvider.swift; sourceTree = "<group>"; };
|
| 252 | + 5BBA279F2663149900EBE185 /* DebugInitializeInterceptor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DebugInitializeInterceptor.swift; sourceTree = "<group>"; }; |
250 | 253 | 5BBBF5DF2340CAF500D64D7A /* MIMEType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MIMEType.swift; sourceTree = "<group>"; };
|
| 254 | + 5BBF34E92663A04C003D606A /* DebuggableRequestChainNetworkTransport.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DebuggableRequestChainNetworkTransport.swift; sourceTree = "<group>"; }; |
251 | 255 | 5BBF4C8123F19DDF00FDC452 /* OperationStore.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OperationStore.swift; sourceTree = "<group>"; };
|
252 | 256 | 5BBF4C8323F24E6B00FDC452 /* OperationStoreControllerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OperationStoreControllerTests.swift; sourceTree = "<group>"; };
|
253 | 257 | 5BC65864234E9F790019CF57 /* ConsoleRedirection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConsoleRedirection.swift; sourceTree = "<group>"; };
|
|
420 | 424 | 5B3A83A522C87F3B002B4FFB /* WebServer */,
|
421 | 425 | 5B2F84F022B4378B0025A211 /* ApolloDebugServer.swift */,
|
422 | 426 | 5B2F84E622B432730025A211 /* DebuggableNetworkTransport.swift */,
|
| 427 | + 5BBF34E92663A04C003D606A /* DebuggableRequestChainNetworkTransport.swift */, |
423 | 428 | 5B2F84E422B4321E0025A211 /* DebuggableNormalizedCache.swift */,
|
424 | 429 | );
|
425 | 430 | path = Classes;
|
|
612 | 617 | 5BBA27952662FD0C00EBE185 /* Interceptor */ = {
|
613 | 618 | isa = PBXGroup;
|
614 | 619 | children = (
|
| 620 | + 5BBA279F2663149900EBE185 /* DebugInitializeInterceptor.swift */, |
615 | 621 | 5BBA278E2662F56100EBE185 /* DebuggableResultTranslateInterceptor.swift */,
|
616 | 622 | 5BBA27972662FDAA00EBE185 /* DebuggableInterceptorProvider.swift */,
|
617 | 623 | );
|
|
848 | 854 | 5B9B3F85240600C9007E1A8B /* Socket.swift in Sources */,
|
849 | 855 | 5B15067424F149960081B1E8 /* Schema+JSONEncodable.swift in Sources */,
|
850 | 856 | 5B2F84E722B432730025A211 /* DebuggableNetworkTransport.swift in Sources */,
|
| 857 | + 5BBA27A02663149A00EBE185 /* DebugInitializeInterceptor.swift in Sources */, |
851 | 858 | 5BBA27982662FDAA00EBE185 /* DebuggableInterceptorProvider.swift in Sources */,
|
852 | 859 | 5BCE500724F4441900310E26 /* KeyedStack.swift in Sources */,
|
853 | 860 | 5BDB7DB62510318100BE4DE4 /* HTTPOutputStream.swift in Sources */,
|
|
877 | 884 | 5B5EBB9E2510E32B00D0D025 /* InterfaceAddressIterator.swift in Sources */,
|
878 | 885 | 5B4F460B2370A8540039495A /* DarwinFileDescriptorDuplicator.swift in Sources */,
|
879 | 886 | 5BB8BE2B2377CB3A004D93B3 /* URLSessionConfiguration+Test.swift in Sources */,
|
| 887 | + 5BBF34EA2663A04C003D606A /* DebuggableRequestChainNetworkTransport.swift in Sources */, |
880 | 888 | 5BCF219F250F419400279D4E /* HTTPRequestContext.swift in Sources */,
|
881 | 889 | 5B8983CE237A3E3A00C857D6 /* BackgroundTask.swift in Sources */,
|
882 | 890 | 5BBF4C8223F19DDF00FDC452 /* OperationStore.swift in Sources */,
|
|
0 commit comments