|
101 | 101 | 34AC2D987AA9068173601F3A /* Pods_HostApp_AWSAPICategoryPluginTestCommon_AWSAPICategoryPluginFunctionalTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7CAC5A88BE3D8AAD8B926A28 /* Pods_HostApp_AWSAPICategoryPluginTestCommon_AWSAPICategoryPluginFunctionalTests.framework */; };
|
102 | 102 | 3B6E48CF20976C6005FCBE37 /* Pods_HostApp_AWSAPICategoryPluginTestCommon_GraphQLWithUserPoolIntegrationTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B1AB915DA3F982E560CD6E47 /* Pods_HostApp_AWSAPICategoryPluginTestCommon_GraphQLWithUserPoolIntegrationTests.framework */; };
|
103 | 103 | 3ED2D48445E80C9DE69565F4 /* Pods_HostApp_AWSAPICategoryPluginTestCommon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C55F4412E15F87E84BF3DD3F /* Pods_HostApp_AWSAPICategoryPluginTestCommon.framework */; };
|
| 104 | + 6B2E465823AAA69C0066EDCE /* NetworkReachabilityNotifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B2E465623AAA69C0066EDCE /* NetworkReachabilityNotifier.swift */; }; |
| 105 | + 6B2E465A23AAA6AF0066EDCE /* NetworkReachabilityNotifierTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B2E465923AAA6AF0066EDCE /* NetworkReachabilityNotifierTests.swift */; }; |
| 106 | + 6B33896E23AABEEE00561E5B /* MockReachability.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B33896D23AABEEE00561E5B /* MockReachability.swift */; }; |
| 107 | + 6B33897023AABF1800561E5B /* NetworkReachability.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B33896F23AABF1800561E5B /* NetworkReachability.swift */; }; |
104 | 108 | 9B13EA5E48896E8B38883633 /* Pods_HostApp.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 930DD773E0FB4047393CA2AD /* Pods_HostApp.framework */; };
|
105 | 109 | A04815BCD5F9181C8AEDEF43 /* Pods_AWSAPICategoryPlugin.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 881AB4B98B48235DEC7754C2 /* Pods_AWSAPICategoryPlugin.framework */; };
|
106 | 110 | B1F5048F35638D3D142C4F1F /* Pods_AWSAPICategoryPlugin_AWSAPICategoryPluginTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1B13CFC866A30622EDD91AF4 /* Pods_AWSAPICategoryPlugin_AWSAPICategoryPluginTests.framework */; };
|
|
366 | 370 | 64F4420E15AABEDB9EB87636 /* Pods-RESTWithIAMIntegrationTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RESTWithIAMIntegrationTests.debug.xcconfig"; path = "Target Support Files/Pods-RESTWithIAMIntegrationTests/Pods-RESTWithIAMIntegrationTests.debug.xcconfig"; sourceTree = "<group>"; };
|
367 | 371 | 662A3518991D5D3389278520 /* Pods-AWSAPICategoryPluginFunctionalTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AWSAPICategoryPluginFunctionalTests.release.xcconfig"; path = "Target Support Files/Pods-AWSAPICategoryPluginFunctionalTests/Pods-AWSAPICategoryPluginFunctionalTests.release.xcconfig"; sourceTree = "<group>"; };
|
368 | 372 | 66A15F78A50872B713184E3D /* Pods-HostApp.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HostApp.release.xcconfig"; path = "Target Support Files/Pods-HostApp/Pods-HostApp.release.xcconfig"; sourceTree = "<group>"; };
|
| 373 | + 6B2E465623AAA69C0066EDCE /* NetworkReachabilityNotifier.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NetworkReachabilityNotifier.swift; sourceTree = "<group>"; }; |
| 374 | + 6B2E465923AAA6AF0066EDCE /* NetworkReachabilityNotifierTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NetworkReachabilityNotifierTests.swift; sourceTree = "<group>"; }; |
| 375 | + 6B33896D23AABEEE00561E5B /* MockReachability.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MockReachability.swift; sourceTree = "<group>"; }; |
| 376 | + 6B33896F23AABF1800561E5B /* NetworkReachability.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NetworkReachability.swift; sourceTree = "<group>"; }; |
369 | 377 | 74EDB7008F5342ED4B38C9CA /* Pods_HostApp_AWSAPICategoryPluginIntegrationTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_HostApp_AWSAPICategoryPluginIntegrationTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
370 | 378 | 77792DD821FC754D857FC63C /* Pods-HostApp-AWSAPICategoryPluginTestCommon-GraphQLWithIAMIntegrationTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HostApp-AWSAPICategoryPluginTestCommon-GraphQLWithIAMIntegrationTests.release.xcconfig"; path = "Target Support Files/Pods-HostApp-AWSAPICategoryPluginTestCommon-GraphQLWithIAMIntegrationTests/Pods-HostApp-AWSAPICategoryPluginTestCommon-GraphQLWithIAMIntegrationTests.release.xcconfig"; sourceTree = "<group>"; };
|
371 | 379 | 7866FCFB5807C2D20219CEBE /* Pods-HostApp-AWSAPICategoryPluginTestCommon-RESTWithIAMIntegrationTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HostApp-AWSAPICategoryPluginTestCommon-RESTWithIAMIntegrationTests.release.xcconfig"; path = "Target Support Files/Pods-HostApp-AWSAPICategoryPluginTestCommon-RESTWithIAMIntegrationTests/Pods-HostApp-AWSAPICategoryPluginTestCommon-RESTWithIAMIntegrationTests.release.xcconfig"; sourceTree = "<group>"; };
|
|
671 | 679 | 21D7A093237B54D90057D00D /* Configuration */,
|
672 | 680 | 21D7A0D2237B54D90057D00D /* Interceptor */,
|
673 | 681 | 21D7A08C237B54D90057D00D /* Operation */,
|
| 682 | + 6B2E465323AAA5000066EDCE /* Reachability */, |
674 | 683 | 21D7A09C237B54D90057D00D /* Subscription */,
|
675 | 684 | 21D7A0BA237B54D90057D00D /* Support */,
|
676 | 685 | 21D7A0B2237B54D90057D00D /* URLSessionBehavior */,
|
|
861 | 870 | path = SubscriptionInterceptor;
|
862 | 871 | sourceTree = "<group>";
|
863 | 872 | };
|
| 873 | + 6B2E465323AAA5000066EDCE /* Reachability */ = { |
| 874 | + isa = PBXGroup; |
| 875 | + children = ( |
| 876 | + 6B33896F23AABF1800561E5B /* NetworkReachability.swift */, |
| 877 | + 6B2E465623AAA69C0066EDCE /* NetworkReachabilityNotifier.swift */, |
| 878 | + ); |
| 879 | + path = Reachability; |
| 880 | + sourceTree = "<group>"; |
| 881 | + }; |
| 882 | + 6B2E465423AAA61B0066EDCE /* Reachability */ = { |
| 883 | + isa = PBXGroup; |
| 884 | + children = ( |
| 885 | + 6B2E465923AAA6AF0066EDCE /* NetworkReachabilityNotifierTests.swift */, |
| 886 | + ); |
| 887 | + path = Reachability; |
| 888 | + sourceTree = "<group>"; |
| 889 | + }; |
864 | 890 | B478F5F12374DBF400C4F92B = {
|
865 | 891 | isa = PBXGroup;
|
866 | 892 | children = (
|
|
939 | 965 | B4DFA5D9237A611D0013E17B /* Interceptor */,
|
940 | 966 | B4DFA5BF237A611D0013E17B /* Mocks */,
|
941 | 967 | B4DFA5C3237A611D0013E17B /* Operation */,
|
| 968 | + 6B2E465423AAA61B0066EDCE /* Reachability */, |
942 | 969 | B4DFA5D6237A611D0013E17B /* Request */,
|
943 | 970 | B4DFA5CE237A611D0013E17B /* Support */,
|
944 | 971 | );
|
|
948 | 975 | B4DFA5BF237A611D0013E17B /* Mocks */ = {
|
949 | 976 | isa = PBXGroup;
|
950 | 977 | children = (
|
| 978 | + 6B33896D23AABEEE00561E5B /* MockReachability.swift */, |
951 | 979 | B4DFA5C0237A611D0013E17B /* MockSessionFactory.swift */,
|
952 | 980 | B4DFA5C2237A611D0013E17B /* MockURLSession.swift */,
|
953 | 981 | B4DFA5C1237A611D0013E17B /* MockURLSessionTask.swift */,
|
|
2008 | 2036 | 21D7A0EA237B54D90057D00D /* AWSAPIPlugin.swift in Sources */,
|
2009 | 2037 | 21D7A0E2237B54D90057D00D /* AWSAPIOperation+APIOperation.swift in Sources */,
|
2010 | 2038 | 21D7A0F3237B54D90057D00D /* AppSyncConnectionProvider.swift in Sources */,
|
| 2039 | + 6B2E465823AAA69C0066EDCE /* NetworkReachabilityNotifier.swift in Sources */, |
2011 | 2040 | 21D7A10D237B54D90057D00D /* RESTOperationRequestUtils.swift in Sources */,
|
2012 | 2041 | 21D7A119237B54D90057D00D /* IAMURLRequestInterceptor.swift in Sources */,
|
2013 | 2042 | 21D7A114237B54D90057D00D /* GraphQLOperationRequest+Validate.swift in Sources */,
|
|
2054 | 2083 | 21D7A107237B54D90057D00D /* AppSyncMessage+Encodable.swift in Sources */,
|
2055 | 2084 | 21D7A108237B54D90057D00D /* AppSyncMessage.swift in Sources */,
|
2056 | 2085 | 21D7A0E9237B54D90057D00D /* AWSAPIPlugin+InterceptorBehavior.swift in Sources */,
|
| 2086 | + 6B33897023AABF1800561E5B /* NetworkReachability.swift in Sources */, |
2057 | 2087 | 21D7A0FE237B54D90057D00D /* URLSessionDataTaskBehavior.swift in Sources */,
|
2058 | 2088 | 21D7A0E5237B54D90057D00D /* AWSAPICategoryPluginConfiguration.swift in Sources */,
|
2059 | 2089 | );
|
|
2076 | 2106 | B4DFA5E6237A611D0013E17B /* AWSAPICategoryPluginConfigurationTests.swift in Sources */,
|
2077 | 2107 | B4DFA5E8237A611D0013E17B /* AWSAPICategoryPlugin+RESTClientBehaviorTests.swift in Sources */,
|
2078 | 2108 | B4DFA5E0237A611D0013E17B /* MockSessionFactory.swift in Sources */,
|
| 2109 | + 6B2E465A23AAA6AF0066EDCE /* NetworkReachabilityNotifierTests.swift in Sources */, |
2079 | 2110 | B4DFA5E1237A611D0013E17B /* MockURLSessionTask.swift in Sources */,
|
2080 | 2111 | B4DFA5F8237A611D0013E17B /* AWSAPICategoryPlugin+ConfigureTests.swift in Sources */,
|
2081 | 2112 | B4DFA5F1237A611D0013E17B /* AWSAPICategoryPlugin+URLSessionBehaviorDelegateTests.swift in Sources */,
|
2082 | 2113 | B4DFA5E7237A611D0013E17B /* AWSAPICategoryPlugin+InterceptorBehaviorTests.swift in Sources */,
|
| 2114 | + 6B33896E23AABEEE00561E5B /* MockReachability.swift in Sources */, |
2083 | 2115 | B4DFA5E4237A611D0013E17B /* AWSRESTOperationTests.swift in Sources */,
|
2084 | 2116 | B4DFA5E3237A611D0013E17B /* AWSGraphQLOperationTests.swift in Sources */,
|
2085 | 2117 | B4DFA5F9237A611D0013E17B /* AWSAPICategoryPlugin+URLSessionDelegateTests.swift in Sources */,
|
|
0 commit comments