|
31 | 31 | 9B260BF9245A030100562176 /* ResponseCodeInterceptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B260BF8245A030100562176 /* ResponseCodeInterceptor.swift */; }; |
32 | 32 | 9B260BFB245A031900562176 /* NetworkFetchInterceptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B260BFA245A031900562176 /* NetworkFetchInterceptor.swift */; }; |
33 | 33 | 9B260BFF245A054700562176 /* JSONRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B260BFE245A054700562176 /* JSONRequest.swift */; }; |
34 | | - 9B260C01245A059700562176 /* CodableParsingInterceptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B260C00245A059700562176 /* CodableParsingInterceptor.swift */; }; |
35 | 34 | 9B260C04245A090600562176 /* RequestChainNetworkTransport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B260C03245A090600562176 /* RequestChainNetworkTransport.swift */; }; |
36 | 35 | 9B260C08245A437400562176 /* InterceptorProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B260C07245A437400562176 /* InterceptorProvider.swift */; }; |
37 | 36 | 9B260C0A245A532500562176 /* LegacyParsingInterceptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B260C09245A532500562176 /* LegacyParsingInterceptor.swift */; }; |
|
577 | 576 | 9B260BF8245A030100562176 /* ResponseCodeInterceptor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ResponseCodeInterceptor.swift; sourceTree = "<group>"; }; |
578 | 577 | 9B260BFA245A031900562176 /* NetworkFetchInterceptor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NetworkFetchInterceptor.swift; sourceTree = "<group>"; }; |
579 | 578 | 9B260BFE245A054700562176 /* JSONRequest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JSONRequest.swift; sourceTree = "<group>"; }; |
580 | | - 9B260C00245A059700562176 /* CodableParsingInterceptor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CodableParsingInterceptor.swift; sourceTree = "<group>"; }; |
581 | 579 | 9B260C03245A090600562176 /* RequestChainNetworkTransport.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RequestChainNetworkTransport.swift; sourceTree = "<group>"; }; |
582 | 580 | 9B260C07245A437400562176 /* InterceptorProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InterceptorProvider.swift; sourceTree = "<group>"; }; |
583 | 581 | 9B260C09245A532500562176 /* LegacyParsingInterceptor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LegacyParsingInterceptor.swift; sourceTree = "<group>"; }; |
|
1150 | 1148 | 9B260BE9245A01B900562176 /* Interceptor */ = { |
1151 | 1149 | isa = PBXGroup; |
1152 | 1150 | children = ( |
1153 | | - 9BC742B024D09F9E0029282C /* Codable */, |
1154 | 1151 | 9BC742AF24D09F880029282C /* Legacy */, |
1155 | 1152 | 9B260BEA245A020300562176 /* ApolloInterceptor.swift */, |
1156 | 1153 | 9BC742AB24CFB2FF0029282C /* ApolloErrorInterceptor.swift */, |
|
1431 | 1428 | name = Legacy; |
1432 | 1429 | sourceTree = "<group>"; |
1433 | 1430 | }; |
1434 | | - 9BC742B024D09F9E0029282C /* Codable */ = { |
1435 | | - isa = PBXGroup; |
1436 | | - children = ( |
1437 | | - 9B260C00245A059700562176 /* CodableParsingInterceptor.swift */, |
1438 | | - ); |
1439 | | - name = Codable; |
1440 | | - sourceTree = "<group>"; |
1441 | | - }; |
1442 | 1431 | 9BCB585D240758B2002F766E /* Extensions */ = { |
1443 | 1432 | isa = PBXGroup; |
1444 | 1433 | children = ( |
|
2739 | 2728 | 9B260BEB245A020300562176 /* ApolloInterceptor.swift in Sources */, |
2740 | 2729 | 54DDB0921EA045870009DD99 /* InMemoryNormalizedCache.swift in Sources */, |
2741 | 2730 | 9FC9A9C51E2D6CE70023C4D5 /* GraphQLSelectionSet.swift in Sources */, |
2742 | | - 9B260C01245A059700562176 /* CodableParsingInterceptor.swift in Sources */, |
2743 | 2731 | 9B554CC4247DC29A002F452A /* TaskData.swift in Sources */, |
2744 | 2732 | 9B9BBAF524DB4F890021C30F /* AutomaticPersistedQueryInterceptor.swift in Sources */, |
2745 | 2733 | 9BA1244A22D8A8EA00BF1D24 /* JSONSerialization+Sorting.swift in Sources */, |
|
0 commit comments