|
135 | 135 | B4DFA5F1237A611D0013E17B /* AWSAPICategoryPlugin+URLSessionBehaviorDelegateTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B4DFA5D5237A611D0013E17B /* AWSAPICategoryPlugin+URLSessionBehaviorDelegateTests.swift */; };
|
136 | 136 | B4DFA5F2237A611D0013E17B /* RESTOperationRequestValidateTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B4DFA5D7237A611D0013E17B /* RESTOperationRequestValidateTests.swift */; };
|
137 | 137 | B4DFA5F3237A611D0013E17B /* GraphQLOperationRequestValidateTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B4DFA5D8237A611D0013E17B /* GraphQLOperationRequestValidateTests.swift */; };
|
138 |
| - B4DFA5F4237A611D0013E17B /* UserPoolRequestInterceptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = B4DFA5DA237A611D0013E17B /* UserPoolRequestInterceptor.swift */; }; |
| 138 | + B4DFA5F4237A611D0013E17B /* UserPoolRequestInterceptorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B4DFA5DA237A611D0013E17B /* UserPoolRequestInterceptorTests.swift */; }; |
139 | 139 | B4DFA5F5237A611D0013E17B /* APIKeyURLRequestInterceptorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B4DFA5DB237A611D0013E17B /* APIKeyURLRequestInterceptorTests.swift */; };
|
140 |
| - B4DFA5F6237A611D0013E17B /* IAMURLRequestInterceptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = B4DFA5DC237A611D0013E17B /* IAMURLRequestInterceptor.swift */; }; |
| 140 | + B4DFA5F6237A611D0013E17B /* IAMURLRequestInterceptorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B4DFA5DC237A611D0013E17B /* IAMURLRequestInterceptorTests.swift */; }; |
141 | 141 | B4DFA5F8237A611D0013E17B /* AWSAPICategoryPlugin+ConfigureTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B4DFA5DE237A611D0013E17B /* AWSAPICategoryPlugin+ConfigureTests.swift */; };
|
142 | 142 | B4DFA5F9237A611D0013E17B /* AWSAPICategoryPlugin+URLSessionDelegateTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B4DFA5DF237A611D0013E17B /* AWSAPICategoryPlugin+URLSessionDelegateTests.swift */; };
|
143 | 143 | FA8EE785238632620097E4F1 /* AWSAPIPlugin+Log.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA8EE784238632620097E4F1 /* AWSAPIPlugin+Log.swift */; };
|
|
419 | 419 | B4DFA5D5237A611D0013E17B /* AWSAPICategoryPlugin+URLSessionBehaviorDelegateTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "AWSAPICategoryPlugin+URLSessionBehaviorDelegateTests.swift"; sourceTree = "<group>"; };
|
420 | 420 | B4DFA5D7237A611D0013E17B /* RESTOperationRequestValidateTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RESTOperationRequestValidateTests.swift; sourceTree = "<group>"; };
|
421 | 421 | B4DFA5D8237A611D0013E17B /* GraphQLOperationRequestValidateTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GraphQLOperationRequestValidateTests.swift; sourceTree = "<group>"; };
|
422 |
| - B4DFA5DA237A611D0013E17B /* UserPoolRequestInterceptor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UserPoolRequestInterceptor.swift; sourceTree = "<group>"; }; |
| 422 | + B4DFA5DA237A611D0013E17B /* UserPoolRequestInterceptorTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UserPoolRequestInterceptorTests.swift; sourceTree = "<group>"; }; |
423 | 423 | B4DFA5DB237A611D0013E17B /* APIKeyURLRequestInterceptorTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = APIKeyURLRequestInterceptorTests.swift; sourceTree = "<group>"; };
|
424 |
| - B4DFA5DC237A611D0013E17B /* IAMURLRequestInterceptor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IAMURLRequestInterceptor.swift; sourceTree = "<group>"; }; |
| 424 | + B4DFA5DC237A611D0013E17B /* IAMURLRequestInterceptorTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IAMURLRequestInterceptorTests.swift; sourceTree = "<group>"; }; |
425 | 425 | B4DFA5DD237A611D0013E17B /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
426 | 426 | B4DFA5DE237A611D0013E17B /* AWSAPICategoryPlugin+ConfigureTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "AWSAPICategoryPlugin+ConfigureTests.swift"; sourceTree = "<group>"; };
|
427 | 427 | B4DFA5DF237A611D0013E17B /* AWSAPICategoryPlugin+URLSessionDelegateTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "AWSAPICategoryPlugin+URLSessionDelegateTests.swift"; sourceTree = "<group>"; };
|
|
1034 | 1034 | isa = PBXGroup;
|
1035 | 1035 | children = (
|
1036 | 1036 | B4DFA5DB237A611D0013E17B /* APIKeyURLRequestInterceptorTests.swift */,
|
1037 |
| - B4DFA5DC237A611D0013E17B /* IAMURLRequestInterceptor.swift */, |
1038 |
| - B4DFA5DA237A611D0013E17B /* UserPoolRequestInterceptor.swift */, |
| 1037 | + B4DFA5DC237A611D0013E17B /* IAMURLRequestInterceptorTests.swift */, |
| 1038 | + B4DFA5DA237A611D0013E17B /* UserPoolRequestInterceptorTests.swift */, |
1039 | 1039 | );
|
1040 | 1040 | path = Interceptor;
|
1041 | 1041 | sourceTree = "<group>";
|
|
2100 | 2100 | B4DFA5F5237A611D0013E17B /* APIKeyURLRequestInterceptorTests.swift in Sources */,
|
2101 | 2101 | B4DFA5EA237A611D0013E17B /* AWSAPICategoryPlugin+GraphQLBehaviorTests.swift in Sources */,
|
2102 | 2102 | B4DFA5E5237A611D0013E17B /* AWSAPICategoryPluginConfigurationEndpointConfigTests.swift in Sources */,
|
2103 |
| - B4DFA5F4237A611D0013E17B /* UserPoolRequestInterceptor.swift in Sources */, |
| 2103 | + B4DFA5F4237A611D0013E17B /* UserPoolRequestInterceptorTests.swift in Sources */, |
2104 | 2104 | B4DFA5E9237A611D0013E17B /* AWSAPICategoryPluginTestBase.swift in Sources */,
|
2105 | 2105 | B4DFA5EF237A611D0013E17B /* GraphQLRequestUtilsTests.swift in Sources */,
|
2106 | 2106 | B4DFA5E6237A611D0013E17B /* AWSAPICategoryPluginConfigurationTests.swift in Sources */,
|
|
2117 | 2117 | B4DFA5F9237A611D0013E17B /* AWSAPICategoryPlugin+URLSessionDelegateTests.swift in Sources */,
|
2118 | 2118 | B4DFA5EC237A611D0013E17B /* GraphQLRequestUtils+ValidatorTests.swift in Sources */,
|
2119 | 2119 | B4DFA5EB237A611D0013E17B /* AWSAPICategoryPlugin+ResetTests.swift in Sources */,
|
2120 |
| - B4DFA5F6237A611D0013E17B /* IAMURLRequestInterceptor.swift in Sources */, |
| 2120 | + B4DFA5F6237A611D0013E17B /* IAMURLRequestInterceptorTests.swift in Sources */, |
2121 | 2121 | B4DFA5ED237A611D0013E17B /* GraphQLResponseDecoderTests.swift in Sources */,
|
2122 | 2122 | B4DFA5F3237A611D0013E17B /* GraphQLOperationRequestValidateTests.swift in Sources */,
|
2123 | 2123 | );
|
|
0 commit comments