appium-webdriveragent 16.5.1 → 16.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/WebDriverAgent.xcodeproj/project.pbxproj +48 -300
  3. package/WebDriverAgentLib/Info.plist +2 -2
  4. package/WebDriverAgentLib/Routing/{WatchOS/FBWatchHTTPServer.h → FBHTTPServer.h} +11 -7
  5. package/WebDriverAgentLib/Routing/{WatchOS/FBWatchHTTPServer.m → FBHTTPServer.m} +26 -13
  6. package/WebDriverAgentLib/Routing/FBTCPSocket.h +17 -45
  7. package/WebDriverAgentLib/Routing/FBTCPSocket.m +16 -95
  8. package/WebDriverAgentLib/Routing/FBWebServer.h +1 -1
  9. package/WebDriverAgentLib/Routing/FBWebServer.m +5 -55
  10. package/WebDriverAgentLib/Routing/{WatchOS/RouteRequest.h → RouteRequest.h} +2 -4
  11. package/WebDriverAgentLib/Routing/{WatchOS/RouteResponse.h → RouteResponse.h} +2 -2
  12. package/WebDriverAgentLib/Utilities/FBMjpegServer.h +7 -0
  13. package/WebDriverAgentLib/Utilities/FBMjpegServer.m +15 -16
  14. package/WebDriverAgentTests/IntegrationTests_watchOS/IntegrationTests_watchOS-Bridging-Header.h +2 -0
  15. package/WebDriverAgentTests/IntegrationTests_watchOS/WDAMjpegStreamingIntegrationTests.swift +81 -0
  16. package/package.json +1 -1
  17. package/WebDriverAgentLib/Vendor/CocoaAsyncSocket/GCDAsyncSocket.h +0 -1220
  18. package/WebDriverAgentLib/Vendor/CocoaAsyncSocket/GCDAsyncSocket.m +0 -8786
  19. package/WebDriverAgentLib/Vendor/CocoaAsyncSocket/GCDAsyncUdpSocket.h +0 -1036
  20. package/WebDriverAgentLib/Vendor/CocoaAsyncSocket/GCDAsyncUdpSocket.m +0 -5868
  21. package/WebDriverAgentLib/Vendor/CocoaHTTPServer/Categories/DDNumber.h +0 -12
  22. package/WebDriverAgentLib/Vendor/CocoaHTTPServer/Categories/DDNumber.m +0 -88
  23. package/WebDriverAgentLib/Vendor/CocoaHTTPServer/Categories/DDRange.h +0 -56
  24. package/WebDriverAgentLib/Vendor/CocoaHTTPServer/Categories/DDRange.m +0 -100
  25. package/WebDriverAgentLib/Vendor/CocoaHTTPServer/HTTPConnection.h +0 -109
  26. package/WebDriverAgentLib/Vendor/CocoaHTTPServer/HTTPConnection.m +0 -2281
  27. package/WebDriverAgentLib/Vendor/CocoaHTTPServer/HTTPLogging.h +0 -122
  28. package/WebDriverAgentLib/Vendor/CocoaHTTPServer/HTTPMessage.h +0 -53
  29. package/WebDriverAgentLib/Vendor/CocoaHTTPServer/HTTPMessage.m +0 -357
  30. package/WebDriverAgentLib/Vendor/CocoaHTTPServer/HTTPResponse.h +0 -149
  31. package/WebDriverAgentLib/Vendor/CocoaHTTPServer/HTTPServer.h +0 -126
  32. package/WebDriverAgentLib/Vendor/CocoaHTTPServer/HTTPServer.m +0 -372
  33. package/WebDriverAgentLib/Vendor/CocoaHTTPServer/LICENSE +0 -18
  34. package/WebDriverAgentLib/Vendor/CocoaHTTPServer/Responses/HTTPDataResponse.h +0 -13
  35. package/WebDriverAgentLib/Vendor/CocoaHTTPServer/Responses/HTTPDataResponse.m +0 -83
  36. package/WebDriverAgentLib/Vendor/CocoaHTTPServer/Responses/HTTPErrorResponse.h +0 -9
  37. package/WebDriverAgentLib/Vendor/CocoaHTTPServer/Responses/HTTPErrorResponse.m +0 -38
  38. package/WebDriverAgentLib/Vendor/RoutingHTTPServer/HTTPResponseProxy.h +0 -13
  39. package/WebDriverAgentLib/Vendor/RoutingHTTPServer/HTTPResponseProxy.m +0 -84
  40. package/WebDriverAgentLib/Vendor/RoutingHTTPServer/LICENSE +0 -19
  41. package/WebDriverAgentLib/Vendor/RoutingHTTPServer/Route.h +0 -18
  42. package/WebDriverAgentLib/Vendor/RoutingHTTPServer/Route.m +0 -11
  43. package/WebDriverAgentLib/Vendor/RoutingHTTPServer/RouteRequest.h +0 -16
  44. package/WebDriverAgentLib/Vendor/RoutingHTTPServer/RouteRequest.m +0 -50
  45. package/WebDriverAgentLib/Vendor/RoutingHTTPServer/RouteResponse.h +0 -20
  46. package/WebDriverAgentLib/Vendor/RoutingHTTPServer/RouteResponse.m +0 -66
  47. package/WebDriverAgentLib/Vendor/RoutingHTTPServer/RoutingConnection.h +0 -5
  48. package/WebDriverAgentLib/Vendor/RoutingHTTPServer/RoutingConnection.m +0 -142
  49. package/WebDriverAgentLib/Vendor/RoutingHTTPServer/RoutingHTTPServer.h +0 -55
  50. package/WebDriverAgentLib/Vendor/RoutingHTTPServer/RoutingHTTPServer.m +0 -303
  51. /package/WebDriverAgentLib/Routing/{WatchOS/RouteRequest.m → RouteRequest.m} +0 -0
  52. /package/WebDriverAgentLib/Routing/{WatchOS/RouteResponse.m → RouteResponse.m} +0 -0
@@ -9,6 +9,7 @@
9
9
  /* Begin PBXBuildFile section */
10
10
  005B327C702EF47820887884 /* FBErrorBuilder.h in Headers */ = {isa = PBXBuildFile; fileRef = EE3A18601CDE618F00DE4205 /* FBErrorBuilder.h */; };
11
11
  00ABDDC324B060006EA182F7 /* FBScreen.m in Sources */ = {isa = PBXBuildFile; fileRef = 715AFAC01FFA29180053896D /* FBScreen.m */; };
12
+ 0161F45997A981E47729DB25 /* RouteResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = 01E7CFEBAD717FCF4BCDD383 /* RouteResponse.h */; };
12
13
  01A6F9758F11F6EF5B495D97 /* XCTPromise.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CA02992F03AE1E134F2CAF5 /* XCTPromise.h */; };
13
14
  01AC2C121519821EC6D2ED6B /* XCTMacCatalystStatusProviding-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 42D2B5A0C490D9698C2A87A9 /* XCTMacCatalystStatusProviding-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
14
15
  02032DB6E25DC5D0DEDD6184 /* XCUIElement+FBUID.m in Sources */ = {isa = PBXBuildFile; fileRef = 71B49EC61ED1A58100D51AD6 /* XCUIElement+FBUID.m */; };
@@ -32,6 +33,7 @@
32
33
  09C9A6DCF11987546931BE57 /* XCUIResetAuthorizationStatusOfProtectedResourcesInterface-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A0B17F41E4461BBD09A2962 /* XCUIResetAuthorizationStatusOfProtectedResourcesInterface-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
33
34
  09D97BD46764FD8149747723 /* XCUIElement+FBResolve.h in Headers */ = {isa = PBXBuildFile; fileRef = 71D3B3D3267FC7260076473D /* XCUIElement+FBResolve.h */; };
34
35
  09E27E0455701764DDB8C747 /* XCUIAccessibilityInterface-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = D47DD8BF27FE639742EA2E3E /* XCUIAccessibilityInterface-Protocol.h */; };
36
+ 0A4413521ECE45EA182E8403 /* FBHTTPServer.m in Sources */ = {isa = PBXBuildFile; fileRef = AADFEA2ED9E61A8C1A99B2D7 /* FBHTTPServer.m */; };
35
37
  0B2D769FCCF7C5EEB3BA2404 /* XCUIApplicationPlatformServicesProviderDelegate-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 63FB001C1E84011C0096E5D8 /* XCUIApplicationPlatformServicesProviderDelegate-Protocol.h */; };
36
38
  0B51B2F12BB356C47986D6F9 /* XCTTagSelection.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E2092D85A7C691F157B1971 /* XCTTagSelection.h */; settings = {ATTRIBUTES = (Public, ); }; };
37
39
  0C120FA673A94DB66CB0E6B0 /* XCUIElement+FBCustomActions.m in Sources */ = {isa = PBXBuildFile; fileRef = F59CD6D32EF16E5E00F91287 /* XCUIElement+FBCustomActions.m */; };
@@ -46,7 +48,6 @@
46
48
  0E04133C2DF1E15900AF007C /* XCUIElement+FBMinMax.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E04133A2DF1E15900AF007C /* XCUIElement+FBMinMax.h */; };
47
49
  0E7CAA2FA6570D0C1EADFE4A /* XCTMessagingRole_MemoryTesting-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 13D863EAE7F6F8B7E42D99B9 /* XCTMessagingRole_MemoryTesting-Protocol.h */; };
48
50
  0EFF39CC188B42E85D258F5A /* XCUIIssueDiagnosticsProviding-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 55B3452AB887CADB7AD757A4 /* XCUIIssueDiagnosticsProviding-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
49
- 0F282CAB2A025ECA9EAB18B3 /* HTTPResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DC8F249131D40060D7EB /* HTTPResponse.h */; };
50
51
  10878F7DCE410B73C3F8CCF1 /* FBRouteRequest-Private.h in Headers */ = {isa = PBXBuildFile; fileRef = EE9AB7861CAEDF0C008C271F /* FBRouteRequest-Private.h */; };
51
52
  109F8F2F96E674EB1464EF3B /* FBTVNavigationTracker.h in Headers */ = {isa = PBXBuildFile; fileRef = 641EE70A2240CE2D00173FCB /* FBTVNavigationTracker.h */; };
52
53
  10EC41A2ECCD2E865EEE7AB0 /* XCUIElement+FBClassChain.h in Headers */ = {isa = PBXBuildFile; fileRef = 71A7EAF31E20516B001DA4F2 /* XCUIElement+FBClassChain.h */; };
@@ -116,6 +117,7 @@
116
117
  203561B6C2B8456509B60AD7 /* XCTScreenCapturePolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = FDB15E393EA0850C004D26B2 /* XCTScreenCapturePolicy.h */; settings = {ATTRIBUTES = (Public, ); }; };
117
118
  205E75731851D363B53A61DE /* UITestingUITests.m in Sources */ = {isa = PBXBuildFile; fileRef = EE9AB7FD1CAEE048008C271F /* UITestingUITests.m */; };
118
119
  208F3FB46E41B0A1C87B8800 /* FBScreenshot.m in Sources */ = {isa = PBXBuildFile; fileRef = 71C9EAAB25E8415A00470CD8 /* FBScreenshot.m */; };
120
+ 2112EC67BDFFA4A0B2CF24EB /* RouteRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = D585660F7A04651223F29B07 /* RouteRequest.h */; };
119
121
  2238B4FC5C7DCD4B4215444D /* XCTMessagingRole_ProtectedResourceAuthorization-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = CCCBEAE654102DBB1C8C22CD /* XCTMessagingRole_ProtectedResourceAuthorization-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
120
122
  227E3F36FAA2C3881F89FD81 /* WDAClickIntegrationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C878996F07A9B26E66FC4EAC /* WDAClickIntegrationTests.swift */; };
121
123
  229F9F5B85C1255447495847 /* XCUIApplicationAutomationSessionProviding-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 603D97F0F9A5B9D4E6442BF2 /* XCUIApplicationAutomationSessionProviding-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
@@ -137,14 +139,12 @@
137
139
  28104BC8093DBFAB035820FA /* XCTMetricDiagnosticHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = E46239748EC4A6BFBC13F28B /* XCTMetricDiagnosticHelper.h */; settings = {ATTRIBUTES = (Public, ); }; };
138
140
  2892ACD1F2CC2B0AF4FC22EA /* XCUIIssueDiagnosticsProviding-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 55B3452AB887CADB7AD757A4 /* XCUIIssueDiagnosticsProviding-Protocol.h */; };
139
141
  28B292C9A3654A81B765EB37 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DD1ABD1093739852B52C472B /* Foundation.framework */; };
140
- 293BD2162964EEC2A3BA6B57 /* HTTPResponseProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DCA224913C210060D7EB /* HTTPResponseProxy.h */; };
141
142
  2B39D11DD29FD3816F8AAC7C /* XCUIKnobControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C78201A2212BEA77979F4FF /* XCUIKnobControl.h */; };
142
143
  2B9D1292546083ACA2E34DB4 /* XCTCapabilitiesProviding-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B069904A4086E12556F1FAB /* XCTCapabilitiesProviding-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
143
144
  2BBEC31A5B1401C28C14899E /* XCTExpectedFailureContextManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9AF0584AD9B6D0A57012C978 /* XCTExpectedFailureContextManager.h */; };
144
145
  2C0D6BA4BD20262B836CEDA3 /* XCTRunnerAutomationSession-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 01AF8E73DD47455B4854E470 /* XCTRunnerAutomationSession-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
145
146
  2C3893641ACA0AAFCC8DEB98 /* XCTPromise.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CA02992F03AE1E134F2CAF5 /* XCTPromise.h */; settings = {ATTRIBUTES = (Public, ); }; };
146
147
  2C6A45AFEC6B04782EE8E0B0 /* XCUIElement+FBForceTouch.m in Sources */ = {isa = PBXBuildFile; fileRef = EE8DDD7C20C5733B004D4925 /* XCUIElement+FBForceTouch.m */; };
147
- 2C6A876B29ECA17D6A5BCEED /* HTTPConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DC89249131D30060D7EB /* HTTPConnection.h */; };
148
148
  2D6B818DC921A4631A496432 /* FBCommandStatus.h in Headers */ = {isa = PBXBuildFile; fileRef = EE9AB7761CAEDF0C008C271F /* FBCommandStatus.h */; };
149
149
  2EB7B0D78CEB3388711C7A8B /* FBErrorBuilder.m in Sources */ = {isa = PBXBuildFile; fileRef = EE3A18611CDE618F00DE4205 /* FBErrorBuilder.m */; };
150
150
  2F56E0614B3A533F388B6B51 /* XCTRemoteSignpostListenerProxy-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E47AA1A44A4A3C6EDCB6804 /* XCTRemoteSignpostListenerProxy-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
@@ -162,11 +162,10 @@
162
162
  328BB10FEA4029E1464BA7B6 /* XCTMessagingRole_TelemetrySending-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BA6647ADE7B44F13513065A /* XCTMessagingRole_TelemetrySending-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
163
163
  33114F7BD00543F50F3BA4C8 /* XCTMessagingRole_SystemConfiguration-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = EA24F4BE52B2520874E09BEF /* XCTMessagingRole_SystemConfiguration-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
164
164
  3400BE6CBA163DC9A58D60E6 /* XCUIApplicationProcessTracker-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 3238E68F292452D8234153F1 /* XCUIApplicationProcessTracker-Protocol.h */; };
165
- 3414F451472B235F637F46BC /* DDNumber.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DC7D249131B00060D7EB /* DDNumber.h */; };
166
165
  348B7FFB742C26599E44DB67 /* XCTMessagingRole_ProcessMonitoring-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = B43D656732067585371ADD31 /* XCTMessagingRole_ProcessMonitoring-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
167
166
  34A32D91F0C8B6A31A9E8F9A /* FBSettingsHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3E7D725417FF400E0C22C /* FBSettingsHandler.m */; };
168
- 34AB13EFF1F673084C910195 /* GCDAsyncSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 718226C72587443600661B83 /* GCDAsyncSocket.h */; };
169
167
  34E3403E0FE0E93C74E8FB2D /* XCTScreenCapturePolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = FDB15E393EA0850C004D26B2 /* XCTScreenCapturePolicy.h */; };
168
+ 35924251B4B5D0A486A6A0BB /* FBHTTPServer.m in Sources */ = {isa = PBXBuildFile; fileRef = AADFEA2ED9E61A8C1A99B2D7 /* FBHTTPServer.m */; };
170
169
  35C087E005C82F9642F8A76C /* XCUIDeviceDelayedAttachmentTransferSupportInterface-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C19CEEEC9858A106061D1F8 /* XCUIDeviceDelayedAttachmentTransferSupportInterface-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
171
170
  36635A59A5AEDDEFC2FC01E3 /* XCUIXcodeApplicationManaging-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 30ABCB5051B826025F77E360 /* XCUIXcodeApplicationManaging-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
172
171
  3663B9177361DA1B4255D8F1 /* NSString+FBXMLSafeString.m in Sources */ = {isa = PBXBuildFile; fileRef = 716E0BCD1E917E810087A825 /* NSString+FBXMLSafeString.m */; };
@@ -186,7 +185,6 @@
186
185
  3F213A7FAB64730F66D3F0A6 /* XCTReportingSession.h in Headers */ = {isa = PBXBuildFile; fileRef = CB69A2606052D5979C5A436F /* XCTReportingSession.h */; };
187
186
  3FB977871FD8786CA90EB3E2 /* FBSessionCommands.m in Sources */ = {isa = PBXBuildFile; fileRef = EE9AB7611CAEDF0C008C271F /* FBSessionCommands.m */; };
188
187
  3FBA39A4D511311DB7C779F4 /* FBProtocolHelpers.m in Sources */ = {isa = PBXBuildFile; fileRef = 71B155DE23080CA600646AFB /* FBProtocolHelpers.m */; };
189
- 3FEF512914A962C5E30579FC /* RouteResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = ED271671803AAF7188E828CF /* RouteResponse.m */; };
190
188
  40955058B413422AABBB21E7 /* XCUIAlertMonitoring-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = DB5797DE5A0B4E7EE3D166F7 /* XCUIAlertMonitoring-Protocol.h */; };
191
189
  409BDFE1D64246E9248CD392 /* XCTMessagingChannel_RunnerToDaemon-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = A2793FE9DE63C687BB6E2D37 /* XCTMessagingChannel_RunnerToDaemon-Protocol.h */; };
192
190
  40CF9CA5CE21FC96F1AFF761 /* XCUIApplicationOpenRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 4AEAD1CF473F6AD60333E9FF /* XCUIApplicationOpenRequest.h */; settings = {ATTRIBUTES = (Public, ); }; };
@@ -197,9 +195,11 @@
197
195
  431476F175B158C8E009AF69 /* XCTMessagingRole_AttachmentFutureResultStatusUpdating-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 10FBCE8B3A419B970DB7A5CE /* XCTMessagingRole_AttachmentFutureResultStatusUpdating-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
198
196
  43AFED121DDF428411F72F83 /* FBXMLGenerationOptions.m in Sources */ = {isa = PBXBuildFile; fileRef = 714D88CB2733FB970074A925 /* FBXMLGenerationOptions.m */; };
199
197
  43BC9FE4BF5C19F6F6569177 /* FBRouteRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = EE9AB7871CAEDF0C008C271F /* FBRouteRequest.h */; };
198
+ 43DE58587952717F4DEE228E /* FBHTTPServer.m in Sources */ = {isa = PBXBuildFile; fileRef = AADFEA2ED9E61A8C1A99B2D7 /* FBHTTPServer.m */; };
200
199
  43EBA0D0D54EB99815CE63B6 /* XCUIElement+FBWebDriverAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = EEE376471D59FAE900ED88DD /* XCUIElement+FBWebDriverAttributes.h */; };
201
200
  444F211126EAF77FB2B1DB42 /* FBXCElementSnapshot.h in Headers */ = {isa = PBXBuildFile; fileRef = 13DE7A4D287C46BB003243C6 /* FBXCElementSnapshot.h */; };
202
201
  445523B6024EAE485C37C931 /* XCTRuntimeIssueDetectionPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = B98A9F937EF98D6359FCCC7A /* XCTRuntimeIssueDetectionPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; };
202
+ 44A6F8DBFDCDD735D000458D /* RouteResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = 01E7CFEBAD717FCF4BCDD383 /* RouteResponse.h */; };
203
203
  44A9308980F99E72907DD327 /* NSPredicate+FBFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = 71A224E41DE2F56600844D55 /* NSPredicate+FBFormat.m */; };
204
204
  44D4667EC1743A6368395EF2 /* XCTestCaseDiscoveryUIAutomationDelegate-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = E29888B75A756D1CCD21604C /* XCTestCaseDiscoveryUIAutomationDelegate-Protocol.h */; };
205
205
  45033CF6BD35C16E34BF76CC /* FBScreenRecordingPromise.m in Sources */ = {isa = PBXBuildFile; fileRef = 71BB58E02B9631F100CB9BFE /* FBScreenRecordingPromise.m */; };
@@ -246,13 +246,13 @@
246
246
  583AD004FF71CAA305E6DEAF /* XCUIDevice+FBHelpers.m in Sources */ = {isa = PBXBuildFile; fileRef = AD6C26971CF2481700F8B5FF /* XCUIDevice+FBHelpers.m */; };
247
247
  587AA46196BC2C46555C8E44 /* XCUIButtonConsole.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E09842154A44874C4E9CA01 /* XCUIButtonConsole.h */; settings = {ATTRIBUTES = (Public, ); }; };
248
248
  588F51093FD2A5597366C282 /* XCUIElementEventTarget-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DC62BF635704E9C72AF533E /* XCUIElementEventTarget-Protocol.h */; };
249
- 5917EF5F1372B2098168EA0D /* GCDAsyncUdpSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 718226C62587443600661B83 /* GCDAsyncUdpSocket.h */; };
250
249
  5967912A40E807CDBE87E4B2 /* XCTReportingSessionIssueReporter-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 525D62A58488A52AA1BFE94A /* XCTReportingSessionIssueReporter-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
251
250
  59689A4C5FC03AF28D15FAA2 /* XCUIAccessibilityInterface-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = D47DD8BF27FE639742EA2E3E /* XCUIAccessibilityInterface-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
252
251
  59892BBAB84DFD927C94593F /* _XCTestObservationPrivate-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = C840A8703A7C8D48897E158A /* _XCTestObservationPrivate-Protocol.h */; };
253
252
  5A1B8098AE35B82BD379B421 /* XCUIElement+FBForceTouch.h in Headers */ = {isa = PBXBuildFile; fileRef = EE8DDD7D20C5733C004D4925 /* XCUIElement+FBForceTouch.h */; };
254
253
  5AF49CE43E731B433375C5B7 /* ViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F87CD156E93338642EEFD54 /* ViewController.h */; };
255
254
  5B736BB83DEA69D3C5EEC7E1 /* XCTElementSetTransformer-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BA7DD8C206D694B007C7C26 /* XCTElementSetTransformer-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
255
+ 5B9C00B488A31A95F1460727 /* RouteResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B52E4A09ADEA252A1B8190F /* RouteResponse.m */; };
256
256
  5C1E821041979B5FA859B6D0 /* XCUIElement+FBPickerWheel.m in Sources */ = {isa = PBXBuildFile; fileRef = 7136A4781E8918E60024FC3D /* XCUIElement+FBPickerWheel.m */; };
257
257
  5D1959FC0B6EBB249DD86062 /* XCApplicationQuery.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACB71E3B77D600A02D78 /* XCApplicationQuery.h */; };
258
258
  5D2A81B261FEC67033F41101 /* XCUIElementQuery+FBHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 71E75E6B254824230099FC87 /* XCUIElementQuery+FBHelpers.h */; };
@@ -479,6 +479,7 @@
479
479
  66030D36126676CD334588B3 /* XCUIApplicationProcessTracker-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 3238E68F292452D8234153F1 /* XCUIApplicationProcessTracker-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
480
480
  6627D7B40D3D915B115D7B1A /* FBSession-Private.h in Headers */ = {isa = PBXBuildFile; fileRef = EE9AB7891CAEDF0C008C271F /* FBSession-Private.h */; };
481
481
  664471C47B921A09884F5C1F /* XCTMessagingRole_EventSynthesis-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E2F8B9A21359AC98424DDE0 /* XCTMessagingRole_EventSynthesis-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
482
+ 667705A8195BF7B0D48180B3 /* RouteRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 374BB11AE4E4243BCA444CF8 /* RouteRequest.m */; };
482
483
  668B1D9AFF85F0538E738675 /* XCUIElementAttributesPrivate-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EF5BE504321321FB9320C43 /* XCUIElementAttributesPrivate-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
483
484
  67402F46AAB3DCAB3E40ED27 /* FBUnknownCommands.h in Headers */ = {isa = PBXBuildFile; fileRef = EE9AB7641CAEDF0C008C271F /* FBUnknownCommands.h */; };
484
485
  6786D4B257269918E591AC66 /* FBElementUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 713C6DCD1DDC772A00285B92 /* FBElementUtils.h */; };
@@ -509,6 +510,7 @@
509
510
  6EC82BD561787BE315AD369A /* XCTMessagingRole_SiriAutomation-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = FCD1815F2BF21CA0936B04E1 /* XCTMessagingRole_SiriAutomation-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
510
511
  6EDF83DA0A6C7A7E67C30AF6 /* WDADeviceIntegrationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 646D714BC17FE9258CFBDF55 /* WDADeviceIntegrationTests.swift */; };
511
512
  6FC8E41707F65D5A432206CC /* FBXCAccessibilityElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 13DE7A41287C2A8D003243C6 /* FBXCAccessibilityElement.h */; };
513
+ 7072174F17BA109C6AB2859F /* RouteRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 374BB11AE4E4243BCA444CF8 /* RouteRequest.m */; };
512
514
  70E21F76098198E19A6E5A5E /* FBXCAXClientProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 7157B28F221DADD2001C348C /* FBXCAXClientProxy.h */; };
513
515
  711084441DA3AA7500F913D6 /* FBXPath.h in Headers */ = {isa = PBXBuildFile; fileRef = 711084421DA3AA7500F913D6 /* FBXPath.h */; settings = {ATTRIBUTES = (Public, ); }; };
514
516
  711084451DA3AA7500F913D6 /* FBXPath.m in Sources */ = {isa = PBXBuildFile; fileRef = 711084431DA3AA7500F913D6 /* FBXPath.m */; };
@@ -602,29 +604,6 @@
602
604
  716F0DA12A16CA1000CDD977 /* NSDictionary+FBUtf8SafeDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 716F0D9F2A16CA1000CDD977 /* NSDictionary+FBUtf8SafeDictionary.h */; };
603
605
  716F0DA32A16CA1000CDD977 /* NSDictionary+FBUtf8SafeDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = 716F0DA02A16CA1000CDD977 /* NSDictionary+FBUtf8SafeDictionary.m */; };
604
606
  716F0DA62A17323300CDD977 /* NSDictionaryFBUtf8SafeTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 716F0DA52A17323300CDD977 /* NSDictionaryFBUtf8SafeTests.m */; };
605
- 718226CA2587443700661B83 /* GCDAsyncUdpSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 718226C62587443600661B83 /* GCDAsyncUdpSocket.h */; };
606
- 718226CB2587443700661B83 /* GCDAsyncUdpSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 718226C62587443600661B83 /* GCDAsyncUdpSocket.h */; };
607
- 718226CC2587443700661B83 /* GCDAsyncSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 718226C72587443600661B83 /* GCDAsyncSocket.h */; };
608
- 718226CD2587443700661B83 /* GCDAsyncSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 718226C72587443600661B83 /* GCDAsyncSocket.h */; };
609
- 718226CE2587443700661B83 /* GCDAsyncSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 718226C82587443600661B83 /* GCDAsyncSocket.m */; };
610
- 718226CF2587443700661B83 /* GCDAsyncSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 718226C82587443600661B83 /* GCDAsyncSocket.m */; };
611
- 718226D02587443700661B83 /* GCDAsyncUdpSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 718226C92587443600661B83 /* GCDAsyncUdpSocket.m */; };
612
- 718226D12587443700661B83 /* GCDAsyncUdpSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 718226C92587443600661B83 /* GCDAsyncUdpSocket.m */; };
613
- 71822702258744A400661B83 /* HTTPResponseProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DCA224913C210060D7EB /* HTTPResponseProxy.h */; };
614
- 7182270B258744A700661B83 /* Route.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DCA324913C210060D7EB /* Route.h */; };
615
- 71822714258744A900661B83 /* RouteRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DCAA24913C220060D7EB /* RouteRequest.h */; };
616
- 7182271D258744AB00661B83 /* RouteResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DCA124913C210060D7EB /* RouteResponse.h */; };
617
- 71822726258744AE00661B83 /* RoutingConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DCA524913C210060D7EB /* RoutingConnection.h */; };
618
- 7182272F258744B000661B83 /* RoutingHTTPServer.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DCA724913C210060D7EB /* RoutingHTTPServer.h */; };
619
- 71822738258744B800661B83 /* HTTPConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DC89249131D30060D7EB /* HTTPConnection.h */; };
620
- 71822741258744BB00661B83 /* HTTPLogging.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DC8D249131D30060D7EB /* HTTPLogging.h */; };
621
- 7182274A258744BE00661B83 /* HTTPMessage.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DC87249131D30060D7EB /* HTTPMessage.h */; };
622
- 71822753258744C100661B83 /* HTTPResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DC8F249131D40060D7EB /* HTTPResponse.h */; };
623
- 7182275C258744C300661B83 /* HTTPServer.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DC8B249131D30060D7EB /* HTTPServer.h */; };
624
- 71822765258744C700661B83 /* HTTPDataResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DC60249131890060D7EB /* HTTPDataResponse.h */; };
625
- 7182276E258744C900661B83 /* HTTPErrorResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DC59249131880060D7EB /* HTTPErrorResponse.h */; };
626
- 71822777258744CE00661B83 /* DDNumber.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DC7D249131B00060D7EB /* DDNumber.h */; };
627
- 71822780258744D000661B83 /* DDRange.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DC7B249131B00060D7EB /* DDRange.h */; };
628
607
  7182A87F3CAA27F71B624AD2 /* XCTRunnerAutomationSession-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 01AF8E73DD47455B4854E470 /* XCTRunnerAutomationSession-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
629
608
  718F49C8230844330045FE8B /* FBProtocolHelpersTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 718F49C7230844330045FE8B /* FBProtocolHelpersTests.m */; };
630
609
  718F49C923087ACF0045FE8B /* FBProtocolHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 71B155DD23080CA600646AFB /* FBProtocolHelpers.h */; };
@@ -805,7 +784,6 @@
805
784
  88EE4275BFBD9207CBD84959 /* XCTIssue.h in Headers */ = {isa = PBXBuildFile; fileRef = ACB055BCA9CCEAB3DECD1A74 /* XCTIssue.h */; settings = {ATTRIBUTES = (Public, ); }; };
806
785
  8934D96BE720E53106DCFA6C /* XCUIElement+FBResolve.m in Sources */ = {isa = PBXBuildFile; fileRef = 71D3B3D4267FC7260076473D /* XCUIElement+FBResolve.m */; };
807
786
  8935209ECEC079F126FBDFAC /* XCTSkippedTestContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C32C75CC17179B347DF6F78 /* XCTSkippedTestContext.h */; settings = {ATTRIBUTES = (Public, ); }; };
808
- 894AE4397B5992EF738248AE /* RouteRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DCAA24913C220060D7EB /* RouteRequest.h */; };
809
787
  8A8D9B0342BC43BEB65749B7 /* XCUILocation.h in Headers */ = {isa = PBXBuildFile; fileRef = A8230FDD93639CE2E9EFE311 /* XCUILocation.h */; settings = {ATTRIBUTES = (Public, ); }; };
810
788
  8AAA33A5B1943B667B0DB05E /* FBMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = EE9B76A51CF7A43900275851 /* FBMacros.h */; };
811
789
  8CB293E6451EB1A6D1240BAA /* XCTElementSetTransformer-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BA7DD8C206D694B007C7C26 /* XCTElementSetTransformer-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
@@ -816,11 +794,10 @@
816
794
  8EA51935E09A89896FB1D463 /* FBW3CActionsSynthesizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 714097491FAE1B51008FB2C5 /* FBW3CActionsSynthesizer.h */; };
817
795
  8F36546FCCCBE918C9088111 /* XCTestCaseDiscoveryUIAutomationDelegate-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = E29888B75A756D1CCD21604C /* XCTestCaseDiscoveryUIAutomationDelegate-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
818
796
  8FC4331C2C06A3E8B8F490E2 /* FBDebugCommands.m in Sources */ = {isa = PBXBuildFile; fileRef = EE9AB7551CAEDF0C008C271F /* FBDebugCommands.m */; };
819
- 90107B3BBFBF3B073807D51B /* HTTPLogging.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DC8D249131D30060D7EB /* HTTPLogging.h */; };
820
797
  908767A5CCB6552156CDAFB3 /* XCTAttachmentManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D80202DC5D679EF37896431 /* XCTAttachmentManager.h */; };
798
+ 90C6C1E34B9B850CC79BABCB /* RouteResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B52E4A09ADEA252A1B8190F /* RouteResponse.m */; };
821
799
  914D7116A5BF672ACC7F1CE6 /* XCUIInterruptionMonitoring-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 44019CB45CF491B5FDAB8213 /* XCUIInterruptionMonitoring-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
822
800
  918A48693FF49E932FDFE3AE /* FBElementHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 715A84CD2DD92AD3007134CC /* FBElementHelpers.h */; };
823
- 91FF05D51401D1F1A88FB0B0 /* FBWatchHTTPServer.m in Sources */ = {isa = PBXBuildFile; fileRef = C1CFF432CCF46627AB7315F9 /* FBWatchHTTPServer.m */; };
824
801
  923B2C779F413A9EB7023AC5 /* XCUIElement+FBVisibleFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 71AE3CF62D38EE8E0039FC36 /* XCUIElement+FBVisibleFrame.m */; };
825
802
  92A632860C8133ADDD5DE5F4 /* LRUCacheNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 71414ED12670A1ED003A8C5D /* LRUCacheNode.h */; };
826
803
  92DC81D2F6E58386AC592482 /* FBXCTestDaemonsProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = EE35AD7A1E3B80C000A02D78 /* FBXCTestDaemonsProxy.m */; };
@@ -887,16 +864,18 @@
887
864
  A72A8752161D64BDB5290703 /* XCUISystem.h in Headers */ = {isa = PBXBuildFile; fileRef = DE39D4384E531299FAA143F7 /* XCUISystem.h */; settings = {ATTRIBUTES = (Public, ); }; };
888
865
  A781B56952349EB47FBF0DAD /* XCTMessagingRole_SystemConfiguration-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = EA24F4BE52B2520874E09BEF /* XCTMessagingRole_SystemConfiguration-Protocol.h */; };
889
866
  A7F0DE38C7CB24D31857C7AE /* XCTSourceCodeContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 530D925D1492C4DF826B46BB /* XCTSourceCodeContext.h */; };
890
- A8635BD557F97E6C29A0790E /* RoutingHTTPServer.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DCA724913C210060D7EB /* RoutingHTTPServer.h */; };
891
867
  A893F1BC22A6066353FCD515 /* XCUIApplicationProcess+FBQuiescence.m in Sources */ = {isa = PBXBuildFile; fileRef = 71D475C12538F5A8008D9401 /* XCUIApplicationProcess+FBQuiescence.m */; };
892
868
  A8CEAEFC8CC63F94DA0176A9 /* XCUIDevice+FBVoiceOver.h in Headers */ = {isa = PBXBuildFile; fileRef = A1B2C3D41F001A00A1B0001 /* XCUIDevice+FBVoiceOver.h */; };
893
869
  A95AE6DC8C54B7E2C3CB2570 /* XCTMessagingRole_SelfDiagnosisIssueReporting-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 74AA57E9A81B1B0515CB587F /* XCTMessagingRole_SelfDiagnosisIssueReporting-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
894
870
  A967F44C38E10C0295AD08FF /* XCTMessagingRole_CapabilityExchange-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 62A682C55077710D1D90ABC3 /* XCTMessagingRole_CapabilityExchange-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
895
871
  A970B1FBC690CBE536636228 /* WebDriverAgentLib_watchOS.framework in Copy frameworks */ = {isa = PBXBuildFile; fileRef = D1171249FE5D91AC5D797E5C /* WebDriverAgentLib_watchOS.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
896
872
  A9BCCC677A46E48D4D2B05A9 /* FBActiveAppDetectionPoint.m in Sources */ = {isa = PBXBuildFile; fileRef = 13815F6E2328D20400CDAB61 /* FBActiveAppDetectionPoint.m */; };
873
+ AA11BB22CC33DD44EE55FF02 /* FBMjpegServer.m in Sources */ = {isa = PBXBuildFile; fileRef = 7155D702211DCEF400166C20 /* FBMjpegServer.m */; };
874
+ AA11BB22CC33DD44EE55FF04 /* WDAMjpegStreamingIntegrationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA11BB22CC33DD44EE55FF03 /* WDAMjpegStreamingIntegrationTests.swift */; };
897
875
  AAA213E600F40AB7F43D1015 /* WebDriverAgentLib_tvOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 641EE6F82240C5CA00173FCB /* WebDriverAgentLib_tvOS.framework */; };
898
876
  AABBCCDDEEFF001122334457 /* SceneDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = AABBCCDDEEFF001122334456 /* SceneDelegate.m */; };
899
877
  AB126E96C642B235EE02B4F1 /* _XCTestObservationPrivate-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = C840A8703A7C8D48897E158A /* _XCTestObservationPrivate-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
878
+ AB531917FF460EB87E4AD5A2 /* RouteResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B52E4A09ADEA252A1B8190F /* RouteResponse.m */; };
900
879
  AB8D3BCC12F3A47869D31341 /* XCTMessagingRole_TestExecution-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 209C65575782ECAA09892D2B /* XCTMessagingRole_TestExecution-Protocol.h */; };
901
880
  AC3529AFA966E7202CB3B3B1 /* FBRoute.h in Headers */ = {isa = PBXBuildFile; fileRef = EE9AB7841CAEDF0C008C271F /* FBRoute.h */; };
902
881
  AC8CA9AA80C6ECF4D1405F25 /* XCTMemoryCheckerDelegate-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EEB78C32D7E6DD6E4EBCD26 /* XCTMemoryCheckerDelegate-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
@@ -921,7 +900,6 @@
921
900
  ADEF63AF1D09DEBE0070A7E3 /* FBRuntimeUtilsTests.m in Sources */ = {isa = PBXBuildFile; fileRef = ADEF63AE1D09DEBE0070A7E3 /* FBRuntimeUtilsTests.m */; };
922
901
  AEA08D6963D0F969992A56C3 /* XCTMemoryChecker.h in Headers */ = {isa = PBXBuildFile; fileRef = AFD7929A5F0B45397F0D64CB /* XCTMemoryChecker.h */; settings = {ATTRIBUTES = (Public, ); }; };
923
902
  AF13E087AA2FF233A495CD0A /* XCUIResetAuthorizationStatusOfProtectedResourcesInterface-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A0B17F41E4461BBD09A2962 /* XCUIResetAuthorizationStatusOfProtectedResourcesInterface-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
924
- AF4223DDBCC9EC79D4F9DC0D /* DDRange.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DC7B249131B00060D7EB /* DDRange.h */; };
925
903
  AF4B652A13BCF1C08AD6ECA0 /* XCTSignpostListener-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F9351F7A43851CA5DFF47CD /* XCTSignpostListener-Protocol.h */; };
926
904
  AF718FF9F916429C65A2FD11 /* XCTRuntimeIssueDetectionPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = B98A9F937EF98D6359FCCC7A /* XCTRuntimeIssueDetectionPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; };
927
905
  B1A18407C6600D9E8ABABD5A /* XCUIApplicationProcessDelegate-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 43FCB89739438814F43BCA24 /* XCUIApplicationProcessDelegate-Protocol.h */; };
@@ -945,7 +923,6 @@
945
923
  BC91C1F00C54FE2115DE983F /* FBRunLoopSpinner.m in Sources */ = {isa = PBXBuildFile; fileRef = EEE9B4711CD02B88009D2030 /* FBRunLoopSpinner.m */; };
946
924
  BC91E1DAF79A56CFC4A77D6E /* XCTReportingSessionTestReporter.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D6B33F48F089C945641DB3F /* XCTReportingSessionTestReporter.h */; settings = {ATTRIBUTES = (Public, ); }; };
947
925
  BCC63D234BBBA7F8BF8E953D /* XCTRepetitionPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = A1291FF806FE75EDE239FE44 /* XCTRepetitionPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; };
948
- BCC9E02491560712221045CC /* HTTPServer.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DC8B249131D30060D7EB /* HTTPServer.h */; };
949
926
  BD2A5D43881B449E533D5800 /* UIKeyboardImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = 648C10AA22AAAD9C00B81B9A /* UIKeyboardImpl.h */; };
950
927
  BD8002B8812AF2CDD76BDF4D /* FBImageUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 7150348621A6DAD600A0F4BA /* FBImageUtils.m */; };
951
928
  BE63FC311D9DD0A98874568B /* XCUIApplicationManaging-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 00834B3220005AD5A5ABEF7C /* XCUIApplicationManaging-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
@@ -957,11 +934,9 @@
957
934
  C07F140AF96143A0A5CAA2B0 /* XCTestCaseDiscoveryUIAutomationDelegate-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = E29888B75A756D1CCD21604C /* XCTestCaseDiscoveryUIAutomationDelegate-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
958
935
  C1414C29C836902466C4D6DB /* XCTestCastMethodNamesUIAutomationDelegate-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = A80A1C12FA9899367D316E8C /* XCTestCastMethodNamesUIAutomationDelegate-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
959
936
  C14FD6933C5E978E7E54F44D /* XCTMessagingRole_BundleRequesting-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = C928E94CBC13E262D818C28E /* XCTMessagingRole_BundleRequesting-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
960
- C154B8CD167DBE068EA74719 /* HTTPMessage.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DC87249131D30060D7EB /* HTTPMessage.h */; };
961
937
  C158CE0AD6EEBEA854454AA2 /* XCUIApplicationProcessManaging-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C710FE3AB9E9C22BD2A9E84 /* XCUIApplicationProcessManaging-Protocol.h */; };
962
938
  C1ACCF2EAF1C402FDF4FEFFD /* XCTMessagingRole_PerformanceMeasurementReporting-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B650ADFEEA2369A10F6C1F1 /* XCTMessagingRole_PerformanceMeasurementReporting-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
963
939
  C22CA4AEE1C7395AE82B3BD3 /* XCTMessagingRole_PerformanceMeasurementReporting-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B650ADFEEA2369A10F6C1F1 /* XCTMessagingRole_PerformanceMeasurementReporting-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
964
- C2D22426DB9FCE6AD84FA16A /* RouteRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 97FFAEF000CE312DEBEA9385 /* RouteRequest.m */; };
965
940
  C2F6BB3D8A49F762E5172768 /* libxml2.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 7155B419224D5B460042A993 /* libxml2.tbd */; };
966
941
  C309FAE89D050C90496FB87B /* XCTRemoteSignpostListenerProxy-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E47AA1A44A4A3C6EDCB6804 /* XCTRemoteSignpostListenerProxy-Protocol.h */; };
967
942
  C3A3578B56BF260A77EB1ECF /* XCUIAlertMonitoring-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = DB5797DE5A0B4E7EE3D166F7 /* XCUIAlertMonitoring-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
@@ -987,6 +962,7 @@
987
962
  C8FB547922D4C1FC00B69954 /* FBUnattachedAppLauncher.h in Headers */ = {isa = PBXBuildFile; fileRef = C8FB547722D4C1FC00B69954 /* FBUnattachedAppLauncher.h */; };
988
963
  C8FB547A22D4C1FC00B69954 /* FBUnattachedAppLauncher.m in Sources */ = {isa = PBXBuildFile; fileRef = C8FB547822D4C1FC00B69954 /* FBUnattachedAppLauncher.m */; };
989
964
  C931666B44D9F20B3A1026B0 /* XCAXClient_iOS+FBSnapshotReqParams.h in Headers */ = {isa = PBXBuildFile; fileRef = 714E14B629805CAE00375DD7 /* XCAXClient_iOS+FBSnapshotReqParams.h */; };
965
+ CA077D3ED0D0BA2590CB85DE /* RouteRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = D585660F7A04651223F29B07 /* RouteRequest.h */; };
990
966
  CA1E428789B0D9CB9C874133 /* XCUIKnobControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C78201A2212BEA77979F4FF /* XCUIKnobControl.h */; settings = {ATTRIBUTES = (Public, ); }; };
991
967
  CAA29EF94D29713540C57528 /* XCUIInterruptionMonitoring-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 44019CB45CF491B5FDAB8213 /* XCUIInterruptionMonitoring-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
992
968
  CB1790B793BB813AF80F65DF /* XCUIElement+FBTVFocuse.h in Headers */ = {isa = PBXBuildFile; fileRef = 641EE7042240CDCF00173FCB /* XCUIElement+FBTVFocuse.h */; };
@@ -1004,6 +980,7 @@
1004
980
  D02E19924A93582C7F4F80AF /* _TtC10XCTestCore19XCTReportingContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DFEF3D0F3F006AC53F9E525 /* _TtC10XCTestCore19XCTReportingContext.h */; settings = {ATTRIBUTES = (Public, ); }; };
1005
981
  D062CA5914608761FE002799 /* FBXCAXClientProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7157B290221DADD2001C348C /* FBXCAXClientProxy.m */; };
1006
982
  D101B194EE49F32110C394FD /* NSFastEnumeration-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 58156929D12ADE7DFE10116F /* NSFastEnumeration-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
983
+ D1172A7F53F89B78D8324A13 /* RouteRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 374BB11AE4E4243BCA444CF8 /* RouteRequest.m */; };
1007
984
  D1212325FDE77754EE503755 /* FBRouteRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = EE9AB7881CAEDF0C008C271F /* FBRouteRequest.m */; };
1008
985
  D142183578036F5FD5B9880B /* XCUIDevice+FBHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = AD6C26961CF2481700F8B5FF /* XCUIDevice+FBHelpers.h */; };
1009
986
  D14718959F7D46949859EEE6 /* FBDebugLogDelegateDecorator.m in Sources */ = {isa = PBXBuildFile; fileRef = EE7E27191D06C69F001BEC7B /* FBDebugLogDelegateDecorator.m */; };
@@ -1031,6 +1008,7 @@
1031
1008
  D87509BF0784FDFFD57A2EF5 /* FBNotificationsHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 719DCF142601EAFB000E765F /* FBNotificationsHelper.m */; };
1032
1009
  D9D6F0D054AF1BDAAFD0E667 /* XCUIXcodeApplicationManaging-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 30ABCB5051B826025F77E360 /* XCUIXcodeApplicationManaging-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
1033
1010
  DA26A56D4FE01CA1FAF6F1E7 /* FBOrientationCommands.m in Sources */ = {isa = PBXBuildFile; fileRef = EE9AB75D1CAEDF0C008C271F /* FBOrientationCommands.m */; };
1011
+ DAB4F2FB4C0AB107E461BBA4 /* RouteResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = 01E7CFEBAD717FCF4BCDD383 /* RouteResponse.h */; };
1034
1012
  DADC5E6FD3E80449EE5B5841 /* NSString+FBVisualLength.h in Headers */ = {isa = PBXBuildFile; fileRef = EE0D1F5F1EBCDCF7006A3123 /* NSString+FBVisualLength.h */; };
1035
1013
  DAFD9ED6842CE53DBAF9F8EB /* XCTMessagingRole_DebugLogging-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 471DF7EE3C63C3069FB9D40D /* XCTMessagingRole_DebugLogging-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
1036
1014
  DBD3777FD8EAD997F04F52A2 /* XCTMessagingRole_ProcessMonitoring-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = B43D656732067585371ADD31 /* XCTMessagingRole_ProcessMonitoring-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
@@ -1051,49 +1029,9 @@
1051
1029
  E2EEFB9B3D049FB31AF1CFF4 /* XCUISiriService.h in Headers */ = {isa = PBXBuildFile; fileRef = 7076779B6AB29D5AAB5E4D33 /* XCUISiriService.h */; settings = {ATTRIBUTES = (Public, ); }; };
1052
1030
  E30D52357A950271BD8EF346 /* XCTReportingSessionTestContainer-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = D5D58975822CD58C8FEF7FEB /* XCTReportingSessionTestContainer-Protocol.h */; };
1053
1031
  E3653A8F329E8AB4061B0310 /* FBConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = EE9B76A11CF7A43900275851 /* FBConfiguration.h */; };
1054
- E444DC65249131890060D7EB /* HTTPErrorResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DC59249131880060D7EB /* HTTPErrorResponse.h */; };
1055
- E444DC67249131890060D7EB /* HTTPDataResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = E444DC5B249131880060D7EB /* HTTPDataResponse.m */; };
1056
- E444DC6C249131890060D7EB /* HTTPDataResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DC60249131890060D7EB /* HTTPDataResponse.h */; };
1057
- E444DC6D249131890060D7EB /* HTTPErrorResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = E444DC61249131890060D7EB /* HTTPErrorResponse.m */; };
1058
- E444DC81249131B10060D7EB /* DDRange.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DC7B249131B00060D7EB /* DDRange.h */; };
1059
- E444DC83249131B10060D7EB /* DDNumber.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DC7D249131B00060D7EB /* DDNumber.h */; };
1060
- E444DC84249131B10060D7EB /* DDRange.m in Sources */ = {isa = PBXBuildFile; fileRef = E444DC7E249131B00060D7EB /* DDRange.m */; };
1061
- E444DC85249131B10060D7EB /* DDNumber.m in Sources */ = {isa = PBXBuildFile; fileRef = E444DC7F249131B00060D7EB /* DDNumber.m */; };
1062
- E444DC93249131D40060D7EB /* HTTPMessage.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DC87249131D30060D7EB /* HTTPMessage.h */; };
1063
- E444DC95249131D40060D7EB /* HTTPConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DC89249131D30060D7EB /* HTTPConnection.h */; };
1064
- E444DC97249131D40060D7EB /* HTTPServer.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DC8B249131D30060D7EB /* HTTPServer.h */; };
1065
- E444DC98249131D40060D7EB /* HTTPConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = E444DC8C249131D30060D7EB /* HTTPConnection.m */; };
1066
- E444DC99249131D40060D7EB /* HTTPLogging.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DC8D249131D30060D7EB /* HTTPLogging.h */; };
1067
- E444DC9B249131D40060D7EB /* HTTPResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DC8F249131D40060D7EB /* HTTPResponse.h */; };
1068
- E444DC9C249131D40060D7EB /* HTTPServer.m in Sources */ = {isa = PBXBuildFile; fileRef = E444DC90249131D40060D7EB /* HTTPServer.m */; };
1069
- E444DC9D249131D40060D7EB /* HTTPMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = E444DC91249131D40060D7EB /* HTTPMessage.m */; };
1070
- E444DCAB24913C220060D7EB /* HTTPResponseProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = E444DC9F24913C210060D7EB /* HTTPResponseProxy.m */; };
1071
- E444DCAC24913C220060D7EB /* Route.m in Sources */ = {isa = PBXBuildFile; fileRef = E444DCA024913C210060D7EB /* Route.m */; };
1072
- E444DCAD24913C220060D7EB /* RouteResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DCA124913C210060D7EB /* RouteResponse.h */; };
1073
- E444DCAE24913C220060D7EB /* HTTPResponseProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DCA224913C210060D7EB /* HTTPResponseProxy.h */; };
1074
- E444DCAF24913C220060D7EB /* Route.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DCA324913C210060D7EB /* Route.h */; };
1075
- E444DCB024913C220060D7EB /* RouteResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = E444DCA424913C210060D7EB /* RouteResponse.m */; };
1076
- E444DCB124913C220060D7EB /* RoutingConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DCA524913C210060D7EB /* RoutingConnection.h */; };
1077
- E444DCB224913C220060D7EB /* RoutingConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = E444DCA624913C210060D7EB /* RoutingConnection.m */; };
1078
- E444DCB324913C220060D7EB /* RoutingHTTPServer.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DCA724913C210060D7EB /* RoutingHTTPServer.h */; };
1079
- E444DCB424913C220060D7EB /* RoutingHTTPServer.m in Sources */ = {isa = PBXBuildFile; fileRef = E444DCA824913C220060D7EB /* RoutingHTTPServer.m */; };
1080
- E444DCB524913C220060D7EB /* RouteRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = E444DCA924913C220060D7EB /* RouteRequest.m */; };
1081
- E444DCB624913C220060D7EB /* RouteRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DCAA24913C220060D7EB /* RouteRequest.h */; };
1082
- E444DCBC24917A5E0060D7EB /* HTTPResponseProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = E444DC9F24913C210060D7EB /* HTTPResponseProxy.m */; };
1083
- E444DCBE24917A5E0060D7EB /* Route.m in Sources */ = {isa = PBXBuildFile; fileRef = E444DCA024913C210060D7EB /* Route.m */; };
1084
- E444DCC024917A5E0060D7EB /* RouteRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = E444DCA924913C220060D7EB /* RouteRequest.m */; };
1085
- E444DCC224917A5E0060D7EB /* RouteResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = E444DCA424913C210060D7EB /* RouteResponse.m */; };
1086
- E444DCC424917A5E0060D7EB /* RoutingConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = E444DCA624913C210060D7EB /* RoutingConnection.m */; };
1087
- E444DCC624917A5E0060D7EB /* RoutingHTTPServer.m in Sources */ = {isa = PBXBuildFile; fileRef = E444DCA824913C220060D7EB /* RoutingHTTPServer.m */; };
1088
- E444DCC824917A5E0060D7EB /* HTTPConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = E444DC8C249131D30060D7EB /* HTTPConnection.m */; };
1089
- E444DCCB24917A5E0060D7EB /* HTTPMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = E444DC91249131D40060D7EB /* HTTPMessage.m */; };
1090
- E444DCCE24917A5E0060D7EB /* HTTPServer.m in Sources */ = {isa = PBXBuildFile; fileRef = E444DC90249131D40060D7EB /* HTTPServer.m */; };
1091
- E444DCD024917A5E0060D7EB /* HTTPDataResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = E444DC5B249131880060D7EB /* HTTPDataResponse.m */; };
1092
- E444DCD224917A5E0060D7EB /* HTTPErrorResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = E444DC61249131890060D7EB /* HTTPErrorResponse.m */; };
1093
- E444DCD424917A5E0060D7EB /* DDNumber.m in Sources */ = {isa = PBXBuildFile; fileRef = E444DC7F249131B00060D7EB /* DDNumber.m */; };
1094
- E444DCD624917A5E0060D7EB /* DDRange.m in Sources */ = {isa = PBXBuildFile; fileRef = E444DC7E249131B00060D7EB /* DDRange.m */; };
1095
1032
  E47C0E7ED1200567EC7DA4FC /* XCUIApplicationProcess+FBQuiescence.h in Headers */ = {isa = PBXBuildFile; fileRef = 71D475C02538F5A8008D9401 /* XCUIApplicationProcess+FBQuiescence.h */; };
1096
1033
  E4F38E2031A5FB938468C536 /* XCTIssueHandling-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = CD4DA0D55FD20614EDA82368 /* XCTIssueHandling-Protocol.h */; };
1034
+ E4FA72A388B36E0B6C41C421 /* RouteRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = D585660F7A04651223F29B07 /* RouteRequest.h */; };
1097
1035
  E571286CBEA891946EED7C70 /* XCTSourceCodeLocation.h in Headers */ = {isa = PBXBuildFile; fileRef = 81BB54ECBFB5B7B680BB5D4F /* XCTSourceCodeLocation.h */; settings = {ATTRIBUTES = (Public, ); }; };
1098
1036
  E608A983E2E6A6A1A46A6E91 /* XCUIDeviceAutomationModeInterface-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CF2F53B94CC13C628FC7760 /* XCUIDeviceAutomationModeInterface-Protocol.h */; };
1099
1037
  E62AED48CAE64088C1E7498B /* XCUIElement+FBPickerWheel.h in Headers */ = {isa = PBXBuildFile; fileRef = 7136A4771E8918E60024FC3D /* XCUIElement+FBPickerWheel.h */; };
@@ -1116,7 +1054,6 @@
1116
1054
  ECC4ABB5477FBA3D442559B1 /* AppDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 242FCA9DD0E30D748E0A1969 /* AppDelegate.h */; };
1117
1055
  ED055540E72DDD419F88EEA4 /* XCUIApplicationProcessDelay.m in Sources */ = {isa = PBXBuildFile; fileRef = 6385F4A5220A40760095BBDB /* XCUIApplicationProcessDelay.m */; };
1118
1056
  ED342D194B20A206864675B2 /* XCUIApplication+FBUIInterruptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 716C9DFE27315EFF005AD475 /* XCUIApplication+FBUIInterruptions.h */; };
1119
- EDB13FDB5D8220A65560629B /* HTTPErrorResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DC59249131880060D7EB /* HTTPErrorResponse.h */; };
1120
1057
  EDC993E0858F89F73D8E9DF8 /* FBCustomCommands.m in Sources */ = {isa = PBXBuildFile; fileRef = EE9AB7531CAEDF0C008C271F /* FBCustomCommands.m */; };
1121
1058
  EDF7C92DC3B9860FC08BE3DC /* XCTFuture.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F044AD574A9837C04F833CB /* XCTFuture.h */; settings = {ATTRIBUTES = (Public, ); }; };
1122
1059
  EE006EAD1EB99B15006900A4 /* FBElementVisibilityTests.m in Sources */ = {isa = PBXBuildFile; fileRef = EE006EAC1EB99B15006900A4 /* FBElementVisibilityTests.m */; };
@@ -1184,7 +1121,6 @@
1184
1121
  EE2202131ECC612200A29571 /* FBIntegrationTestCase.m in Sources */ = {isa = PBXBuildFile; fileRef = EE1E06D91D1808C2007CF043 /* FBIntegrationTestCase.m */; };
1185
1122
  EE2202171ECC612200A29571 /* WebDriverAgentLib.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EE158A991CBD452B00A3E3F0 /* WebDriverAgentLib.framework */; };
1186
1123
  EE22021E1ECC618900A29571 /* FBTapTest.m in Sources */ = {isa = PBXBuildFile; fileRef = EE26409A1D0EB5E8009BE6B0 /* FBTapTest.m */; };
1187
- EE22974A8F641FA94DCBCB3E /* HTTPDataResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DC60249131890060D7EB /* HTTPDataResponse.h */; };
1188
1124
  EE26409D1D0EBA25009BE6B0 /* FBElementAttributeTests.m in Sources */ = {isa = PBXBuildFile; fileRef = EE26409C1D0EBA25009BE6B0 /* FBElementAttributeTests.m */; };
1189
1125
  EE35AD151E3B77D600A02D78 /* CDStructures.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACA41E3B77D600A02D78 /* CDStructures.h */; settings = {ATTRIBUTES = (Public, ); }; };
1190
1126
  EE35AD281E3B77D600A02D78 /* XCApplicationQuery.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACB71E3B77D600A02D78 /* XCApplicationQuery.h */; settings = {ATTRIBUTES = (Public, ); }; };
@@ -1286,7 +1222,6 @@
1286
1222
  F036DAC96136D88F0427B9CB /* XCUIElementTypeQueryProvider_Private-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = AF208CBAC82CDFF8B6F88867 /* XCUIElementTypeQueryProvider_Private-Protocol.h */; };
1287
1223
  F03F1D8CFEA1D26423192BF0 /* XCTExpectedFailureContextManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9AF0584AD9B6D0A57012C978 /* XCTExpectedFailureContextManager.h */; settings = {ATTRIBUTES = (Public, ); }; };
1288
1224
  F044875736461509BDFC72B9 /* XCTMessagingRole_HIDEventRecording-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 94D7F0C1E30FBDB5D2583908 /* XCTMessagingRole_HIDEventRecording-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
1289
- F0F7B8DFB14C9DFC86DFFBFD /* RouteResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DCA124913C210060D7EB /* RouteResponse.h */; };
1290
1225
  F12C29FCEE471095C1FA8A7A /* XCUIDeviceEventAndStateInterface-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 003AAAB9CB5FB38E45E05F6F /* XCUIDeviceEventAndStateInterface-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
1291
1226
  F12D854E1692CE11249A9762 /* XCTReportingSession.h in Headers */ = {isa = PBXBuildFile; fileRef = CB69A2606052D5979C5A436F /* XCTReportingSession.h */; settings = {ATTRIBUTES = (Public, ); }; };
1292
1227
  F13426E5482242AFB787BE4A /* FBActiveAppDetectionPoint.h in Headers */ = {isa = PBXBuildFile; fileRef = 13815F6D2328D20400CDAB61 /* FBActiveAppDetectionPoint.h */; };
@@ -1317,7 +1252,6 @@
1317
1252
  FAC85D261CAD26DB5F9D804C /* XCUIPlatformApplicationServicesProviding-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BA71BCF1FDA482419CA8596 /* XCUIPlatformApplicationServicesProviding-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
1318
1253
  FBAFC553152CE132D6CB98E5 /* XCUIDeviceDelayedAttachmentTransferSupportInterface-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C19CEEEC9858A106061D1F8 /* XCUIDeviceDelayedAttachmentTransferSupportInterface-Protocol.h */; };
1319
1254
  FBB82323D9D57F069440BF94 /* XCTMessagingRole_SystemConfiguration-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = EA24F4BE52B2520874E09BEF /* XCTMessagingRole_SystemConfiguration-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
1320
- FBDF04E5916B91FCEC0190CB /* Route.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DCA324913C210060D7EB /* Route.h */; };
1321
1255
  FBF064E4D96CFCD08E1F4EF7 /* XCUIDevice.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACFD1E3B77D600A02D78 /* XCUIDevice.h */; };
1322
1256
  FBFEC05ED2C01D1EAE34BE9A /* WDAScreenshotAndSourceIntegrationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75F677B5B7737E7E1F321C20 /* WDAScreenshotAndSourceIntegrationTests.swift */; };
1323
1257
  FC607DB5132FEF425237267B /* XCTMessagingRole_MemoryTesting-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 13D863EAE7F6F8B7E42D99B9 /* XCTMessagingRole_MemoryTesting-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
@@ -1328,7 +1262,6 @@
1328
1262
  FDEB571007C83EC56F365EB3 /* XCTMessagingRole_EventSynthesis-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E2F8B9A21359AC98424DDE0 /* XCTMessagingRole_EventSynthesis-Protocol.h */; };
1329
1263
  FEB143DBE613795D4F8693B4 /* FBSession.h in Headers */ = {isa = PBXBuildFile; fileRef = EE9AB78A1CAEDF0C008C271F /* FBSession.h */; };
1330
1264
  FEC3A97A4929115A192F947A /* XCUIDeviceEventAndStateInterface-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 003AAAB9CB5FB38E45E05F6F /* XCUIDeviceEventAndStateInterface-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
1331
- FEC52AE4F35AD38D3AC2659F /* RoutingConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DCA524913C210060D7EB /* RoutingConnection.h */; };
1332
1265
  FFA7672B731B57AB9283DD40 /* FBXCElementSnapshotWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 13DE7A53287CA1EC003243C6 /* FBXCElementSnapshotWrapper.h */; };
1333
1266
  FFD70914E6D8CE5D4FED4B69 /* XCUIAXNotificationHandling-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = EA96C2FEDE73CB5148BA4949 /* XCUIAXNotificationHandling-Protocol.h */; };
1334
1267
  /* End PBXBuildFile section */
@@ -1480,7 +1413,9 @@
1480
1413
  /* Begin PBXFileReference section */
1481
1414
  003AAAB9CB5FB38E45E05F6F /* XCUIDeviceEventAndStateInterface-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCUIDeviceEventAndStateInterface-Protocol.h"; sourceTree = "<group>"; };
1482
1415
  00834B3220005AD5A5ABEF7C /* XCUIApplicationManaging-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCUIApplicationManaging-Protocol.h"; sourceTree = "<group>"; };
1416
+ 00B1F89716AFE04C8509B916 /* FBHTTPServer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = FBHTTPServer.h; sourceTree = "<group>"; };
1483
1417
  01AF8E73DD47455B4854E470 /* XCTRunnerAutomationSession-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTRunnerAutomationSession-Protocol.h"; sourceTree = "<group>"; };
1418
+ 01E7CFEBAD717FCF4BCDD383 /* RouteResponse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RouteResponse.h; sourceTree = "<group>"; };
1484
1419
  036CD60C5DFA1644E3D51289 /* XCTMessagingRole_UserPresence-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTMessagingRole_UserPresence-Protocol.h"; sourceTree = "<group>"; };
1485
1420
  059F291E7D13B17580B4AD43 /* _XCTMessaging_VoidProtocol-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "_XCTMessaging_VoidProtocol-Protocol.h"; sourceTree = "<group>"; };
1486
1421
  0DC62BF635704E9C72AF533E /* XCUIElementEventTarget-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCUIElementEventTarget-Protocol.h"; sourceTree = "<group>"; };
@@ -1532,7 +1467,7 @@
1532
1467
  315A15082518D6F400A3A064 /* TouchViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TouchViewController.h; sourceTree = "<group>"; };
1533
1468
  315A15092518D6F400A3A064 /* TouchViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = TouchViewController.m; sourceTree = "<group>"; };
1534
1469
  3238E68F292452D8234153F1 /* XCUIApplicationProcessTracker-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCUIApplicationProcessTracker-Protocol.h"; sourceTree = "<group>"; };
1535
- 341B5F150DED296FF38FB5F7 /* FBWatchHTTPServer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = FBWatchHTTPServer.h; sourceTree = "<group>"; };
1470
+ 374BB11AE4E4243BCA444CF8 /* RouteRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RouteRequest.m; sourceTree = "<group>"; };
1536
1471
  38E3FC945B8BF6F6AFD73EE7 /* XCTElementSnapshotAttributeDataSource-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTElementSnapshotAttributeDataSource-Protocol.h"; sourceTree = "<group>"; };
1537
1472
  3A53731B41356D9B4E723A4D /* FBTVFocusIntegrationTests.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = FBTVFocusIntegrationTests.m; sourceTree = "<group>"; };
1538
1473
  3B3F8E1F3F489A3A94A61ADB /* XCTMessagingChannel_IDEToRunner-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTMessagingChannel_IDEToRunner-Protocol.h"; sourceTree = "<group>"; };
@@ -1548,6 +1483,7 @@
1548
1483
  4951F55904679A17CDFEC186 /* XCTMessagingRole_UIAutomationRunnerEventReporting-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTMessagingRole_UIAutomationRunnerEventReporting-Protocol.h"; sourceTree = "<group>"; };
1549
1484
  49D8AC825D239A4A1D834F62 /* XCTestCaseUIAutomationDelegate-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTestCaseUIAutomationDelegate-Protocol.h"; sourceTree = "<group>"; };
1550
1485
  4AEAD1CF473F6AD60333E9FF /* XCUIApplicationOpenRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = XCUIApplicationOpenRequest.h; sourceTree = "<group>"; };
1486
+ 4B52E4A09ADEA252A1B8190F /* RouteResponse.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RouteResponse.m; sourceTree = "<group>"; };
1551
1487
  4C19CEEEC9858A106061D1F8 /* XCUIDeviceDelayedAttachmentTransferSupportInterface-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCUIDeviceDelayedAttachmentTransferSupportInterface-Protocol.h"; sourceTree = "<group>"; };
1552
1488
  4E2F683D8A6C6EAAEC8B080A /* XCTMessagingRole_SignpostRequesting-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTMessagingRole_SignpostRequesting-Protocol.h"; sourceTree = "<group>"; };
1553
1489
  525D62A58488A52AA1BFE94A /* XCTReportingSessionIssueReporter-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTReportingSessionIssueReporter-Protocol.h"; sourceTree = "<group>"; };
@@ -1661,10 +1597,6 @@
1661
1597
  716F0DA52A17323300CDD977 /* NSDictionaryFBUtf8SafeTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = NSDictionaryFBUtf8SafeTests.m; sourceTree = "<group>"; };
1662
1598
  717C0D702518ED2800CAA6EC /* TVOSSettings.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = TVOSSettings.xcconfig; sourceTree = "<group>"; };
1663
1599
  717C0D862518ED7000CAA6EC /* TVOSTestSettings.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = TVOSTestSettings.xcconfig; sourceTree = "<group>"; };
1664
- 718226C62587443600661B83 /* GCDAsyncUdpSocket.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GCDAsyncUdpSocket.h; path = WebDriverAgentLib/Vendor/CocoaAsyncSocket/GCDAsyncUdpSocket.h; sourceTree = SOURCE_ROOT; };
1665
- 718226C72587443600661B83 /* GCDAsyncSocket.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GCDAsyncSocket.h; path = WebDriverAgentLib/Vendor/CocoaAsyncSocket/GCDAsyncSocket.h; sourceTree = SOURCE_ROOT; };
1666
- 718226C82587443600661B83 /* GCDAsyncSocket.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GCDAsyncSocket.m; path = WebDriverAgentLib/Vendor/CocoaAsyncSocket/GCDAsyncSocket.m; sourceTree = SOURCE_ROOT; };
1667
- 718226C92587443600661B83 /* GCDAsyncUdpSocket.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GCDAsyncUdpSocket.m; path = WebDriverAgentLib/Vendor/CocoaAsyncSocket/GCDAsyncUdpSocket.m; sourceTree = SOURCE_ROOT; };
1668
1600
  7183E8C2B556594311CB8898 /* XCUIRemoteSiriInterface-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCUIRemoteSiriInterface-Protocol.h"; sourceTree = "<group>"; };
1669
1601
  718F49C7230844330045FE8B /* FBProtocolHelpersTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FBProtocolHelpersTests.m; sourceTree = "<group>"; };
1670
1602
  71930C4020662E1F00D3AFEC /* FBPasteboard.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FBPasteboard.h; sourceTree = "<group>"; };
@@ -1759,7 +1691,6 @@
1759
1691
  912F32C353FE7C3E7C841405 /* WDATypingIntegrationTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = WDATypingIntegrationTests.swift; sourceTree = "<group>"; };
1760
1692
  92182E4007B37665AB8CD88E /* XCTMessagingRole_UIAutomation-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTMessagingRole_UIAutomation-Protocol.h"; sourceTree = "<group>"; };
1761
1693
  94D7F0C1E30FBDB5D2583908 /* XCTMessagingRole_HIDEventRecording-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTMessagingRole_HIDEventRecording-Protocol.h"; sourceTree = "<group>"; };
1762
- 97FFAEF000CE312DEBEA9385 /* RouteRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RouteRequest.m; sourceTree = "<group>"; };
1763
1694
  9A0B17F41E4461BBD09A2962 /* XCUIResetAuthorizationStatusOfProtectedResourcesInterface-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCUIResetAuthorizationStatusOfProtectedResourcesInterface-Protocol.h"; sourceTree = "<group>"; };
1764
1695
  9AF0584AD9B6D0A57012C978 /* XCTExpectedFailureContextManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = XCTExpectedFailureContextManager.h; sourceTree = "<group>"; };
1765
1696
  9C280328DE3379F9EF701A20 /* WDAWatchInProcessTestCase.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = WDAWatchInProcessTestCase.swift; sourceTree = "<group>"; };
@@ -1773,9 +1704,11 @@
1773
1704
  A80A1C12FA9899367D316E8C /* XCTestCastMethodNamesUIAutomationDelegate-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTestCastMethodNamesUIAutomationDelegate-Protocol.h"; sourceTree = "<group>"; };
1774
1705
  A8230FDD93639CE2E9EFE311 /* XCUILocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = XCUILocation.h; sourceTree = "<group>"; };
1775
1706
  A87AE5544E9A5CA7C9168DDF /* SceneDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = SceneDelegate.m; sourceTree = "<group>"; };
1707
+ AA11BB22CC33DD44EE55FF03 /* WDAMjpegStreamingIntegrationTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = WDAMjpegStreamingIntegrationTests.swift; sourceTree = "<group>"; };
1776
1708
  AA2351C66A4616534FB81AE4 /* XCTMessagingRole_ForcePressureSupportQuerying-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTMessagingRole_ForcePressureSupportQuerying-Protocol.h"; sourceTree = "<group>"; };
1777
1709
  AABBCCDDEEFF001122334455 /* SceneDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SceneDelegate.h; sourceTree = "<group>"; };
1778
1710
  AABBCCDDEEFF001122334456 /* SceneDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SceneDelegate.m; sourceTree = "<group>"; };
1711
+ AADFEA2ED9E61A8C1A99B2D7 /* FBHTTPServer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = FBHTTPServer.m; sourceTree = "<group>"; };
1779
1712
  AAE921136A147FD01D630869 /* WatchSpikeApp.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = WatchSpikeApp.swift; sourceTree = "<group>"; };
1780
1713
  ACA330765D30E21E3EEB163D /* IntegrationTests_tvOS.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = IntegrationTests_tvOS.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
1781
1714
  ACB055BCA9CCEAB3DECD1A74 /* XCTIssue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = XCTIssue.h; sourceTree = "<group>"; };
@@ -1803,12 +1736,9 @@
1803
1736
  B38AC76FAF9275974F272DE9 /* XCUIEventRecording-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCUIEventRecording-Protocol.h"; sourceTree = "<group>"; };
1804
1737
  B3FDA51EB36F03592BF48762 /* XCTMeasureOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = XCTMeasureOptions.h; sourceTree = "<group>"; };
1805
1738
  B43D656732067585371ADD31 /* XCTMessagingRole_ProcessMonitoring-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTMessagingRole_ProcessMonitoring-Protocol.h"; sourceTree = "<group>"; };
1806
- B6F479A809ED48C9D0604659 /* RouteRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RouteRequest.h; sourceTree = "<group>"; };
1807
1739
  B8A163261EFA440E42CA6AC1 /* XCTRunnerDaemonSessionUIAutomationDelegate-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTRunnerDaemonSessionUIAutomationDelegate-Protocol.h"; sourceTree = "<group>"; };
1808
1740
  B98A9F937EF98D6359FCCC7A /* XCTRuntimeIssueDetectionPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = XCTRuntimeIssueDetectionPolicy.h; sourceTree = "<group>"; };
1809
1741
  BCED63DFD03326F6351165FE /* WDAFindIntegrationTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = WDAFindIntegrationTests.swift; sourceTree = "<group>"; };
1810
- C1CFF432CCF46627AB7315F9 /* FBWatchHTTPServer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = FBWatchHTTPServer.m; sourceTree = "<group>"; };
1811
- C31A91BD7553670CBF19500F /* RouteResponse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RouteResponse.h; sourceTree = "<group>"; };
1812
1742
  C840A8703A7C8D48897E158A /* _XCTestObservationPrivate-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "_XCTestObservationPrivate-Protocol.h"; sourceTree = "<group>"; };
1813
1743
  C878996F07A9B26E66FC4EAC /* WDAClickIntegrationTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = WDAClickIntegrationTests.swift; sourceTree = "<group>"; };
1814
1744
  C8FB547322D3949C00B69954 /* LSApplicationWorkspace.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LSApplicationWorkspace.h; sourceTree = "<group>"; };
@@ -1822,6 +1752,7 @@
1822
1752
  CFE8F33794194FA3EB790C46 /* WebDriverAgentRunner_watchOS.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = WebDriverAgentRunner_watchOS.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
1823
1753
  D1171249FE5D91AC5D797E5C /* WebDriverAgentLib_watchOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = WebDriverAgentLib_watchOS.framework; sourceTree = BUILT_PRODUCTS_DIR; };
1824
1754
  D47DD8BF27FE639742EA2E3E /* XCUIAccessibilityInterface-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCUIAccessibilityInterface-Protocol.h"; sourceTree = "<group>"; };
1755
+ D585660F7A04651223F29B07 /* RouteRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RouteRequest.h; sourceTree = "<group>"; };
1825
1756
  D5D58975822CD58C8FEF7FEB /* XCTReportingSessionTestContainer-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTReportingSessionTestContainer-Protocol.h"; sourceTree = "<group>"; };
1826
1757
  DB5400B170F08C71779CCD0E /* XCTCapabilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = XCTCapabilities.h; sourceTree = "<group>"; };
1827
1758
  DB5797DE5A0B4E7EE3D166F7 /* XCUIAlertMonitoring-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCUIAlertMonitoring-Protocol.h"; sourceTree = "<group>"; };
@@ -1830,41 +1761,12 @@
1830
1761
  E005FEDAF49DCFA9FB77BEF3 /* IntegrationApp_tvOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = IntegrationApp_tvOS.app; sourceTree = BUILT_PRODUCTS_DIR; };
1831
1762
  E29888B75A756D1CCD21604C /* XCTestCaseDiscoveryUIAutomationDelegate-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTestCaseDiscoveryUIAutomationDelegate-Protocol.h"; sourceTree = "<group>"; };
1832
1763
  E2F99C1A19D7B6D5B872D084 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
1833
- E444DC59249131880060D7EB /* HTTPErrorResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = HTTPErrorResponse.h; path = WebDriverAgentLib/Vendor/CocoaHTTPServer/Responses/HTTPErrorResponse.h; sourceTree = SOURCE_ROOT; };
1834
- E444DC5B249131880060D7EB /* HTTPDataResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = HTTPDataResponse.m; path = WebDriverAgentLib/Vendor/CocoaHTTPServer/Responses/HTTPDataResponse.m; sourceTree = SOURCE_ROOT; };
1835
- E444DC60249131890060D7EB /* HTTPDataResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = HTTPDataResponse.h; path = WebDriverAgentLib/Vendor/CocoaHTTPServer/Responses/HTTPDataResponse.h; sourceTree = SOURCE_ROOT; };
1836
- E444DC61249131890060D7EB /* HTTPErrorResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = HTTPErrorResponse.m; path = WebDriverAgentLib/Vendor/CocoaHTTPServer/Responses/HTTPErrorResponse.m; sourceTree = SOURCE_ROOT; };
1837
- E444DC7B249131B00060D7EB /* DDRange.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DDRange.h; path = WebDriverAgentLib/Vendor/CocoaHTTPServer/Categories/DDRange.h; sourceTree = SOURCE_ROOT; };
1838
- E444DC7D249131B00060D7EB /* DDNumber.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DDNumber.h; path = WebDriverAgentLib/Vendor/CocoaHTTPServer/Categories/DDNumber.h; sourceTree = SOURCE_ROOT; };
1839
- E444DC7E249131B00060D7EB /* DDRange.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = DDRange.m; path = WebDriverAgentLib/Vendor/CocoaHTTPServer/Categories/DDRange.m; sourceTree = SOURCE_ROOT; };
1840
- E444DC7F249131B00060D7EB /* DDNumber.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = DDNumber.m; path = WebDriverAgentLib/Vendor/CocoaHTTPServer/Categories/DDNumber.m; sourceTree = SOURCE_ROOT; };
1841
- E444DC87249131D30060D7EB /* HTTPMessage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = HTTPMessage.h; path = WebDriverAgentLib/Vendor/CocoaHTTPServer/HTTPMessage.h; sourceTree = SOURCE_ROOT; };
1842
- E444DC89249131D30060D7EB /* HTTPConnection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = HTTPConnection.h; path = WebDriverAgentLib/Vendor/CocoaHTTPServer/HTTPConnection.h; sourceTree = SOURCE_ROOT; };
1843
- E444DC8B249131D30060D7EB /* HTTPServer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = HTTPServer.h; path = WebDriverAgentLib/Vendor/CocoaHTTPServer/HTTPServer.h; sourceTree = SOURCE_ROOT; };
1844
- E444DC8C249131D30060D7EB /* HTTPConnection.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = HTTPConnection.m; path = WebDriverAgentLib/Vendor/CocoaHTTPServer/HTTPConnection.m; sourceTree = SOURCE_ROOT; };
1845
- E444DC8D249131D30060D7EB /* HTTPLogging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = HTTPLogging.h; path = WebDriverAgentLib/Vendor/CocoaHTTPServer/HTTPLogging.h; sourceTree = SOURCE_ROOT; };
1846
- E444DC8F249131D40060D7EB /* HTTPResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = HTTPResponse.h; path = WebDriverAgentLib/Vendor/CocoaHTTPServer/HTTPResponse.h; sourceTree = SOURCE_ROOT; };
1847
- E444DC90249131D40060D7EB /* HTTPServer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = HTTPServer.m; path = WebDriverAgentLib/Vendor/CocoaHTTPServer/HTTPServer.m; sourceTree = SOURCE_ROOT; };
1848
- E444DC91249131D40060D7EB /* HTTPMessage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = HTTPMessage.m; path = WebDriverAgentLib/Vendor/CocoaHTTPServer/HTTPMessage.m; sourceTree = SOURCE_ROOT; };
1849
- E444DC9F24913C210060D7EB /* HTTPResponseProxy.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = HTTPResponseProxy.m; path = WebDriverAgentLib/Vendor/RoutingHTTPServer/HTTPResponseProxy.m; sourceTree = SOURCE_ROOT; };
1850
- E444DCA024913C210060D7EB /* Route.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Route.m; path = WebDriverAgentLib/Vendor/RoutingHTTPServer/Route.m; sourceTree = SOURCE_ROOT; };
1851
- E444DCA124913C210060D7EB /* RouteResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RouteResponse.h; path = WebDriverAgentLib/Vendor/RoutingHTTPServer/RouteResponse.h; sourceTree = SOURCE_ROOT; };
1852
- E444DCA224913C210060D7EB /* HTTPResponseProxy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = HTTPResponseProxy.h; path = WebDriverAgentLib/Vendor/RoutingHTTPServer/HTTPResponseProxy.h; sourceTree = SOURCE_ROOT; };
1853
- E444DCA324913C210060D7EB /* Route.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Route.h; path = WebDriverAgentLib/Vendor/RoutingHTTPServer/Route.h; sourceTree = SOURCE_ROOT; };
1854
- E444DCA424913C210060D7EB /* RouteResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RouteResponse.m; path = WebDriverAgentLib/Vendor/RoutingHTTPServer/RouteResponse.m; sourceTree = SOURCE_ROOT; };
1855
- E444DCA524913C210060D7EB /* RoutingConnection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RoutingConnection.h; path = WebDriverAgentLib/Vendor/RoutingHTTPServer/RoutingConnection.h; sourceTree = SOURCE_ROOT; };
1856
- E444DCA624913C210060D7EB /* RoutingConnection.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RoutingConnection.m; path = WebDriverAgentLib/Vendor/RoutingHTTPServer/RoutingConnection.m; sourceTree = SOURCE_ROOT; };
1857
- E444DCA724913C210060D7EB /* RoutingHTTPServer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RoutingHTTPServer.h; path = WebDriverAgentLib/Vendor/RoutingHTTPServer/RoutingHTTPServer.h; sourceTree = SOURCE_ROOT; };
1858
- E444DCA824913C220060D7EB /* RoutingHTTPServer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RoutingHTTPServer.m; path = WebDriverAgentLib/Vendor/RoutingHTTPServer/RoutingHTTPServer.m; sourceTree = SOURCE_ROOT; };
1859
- E444DCA924913C220060D7EB /* RouteRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RouteRequest.m; path = WebDriverAgentLib/Vendor/RoutingHTTPServer/RouteRequest.m; sourceTree = SOURCE_ROOT; };
1860
- E444DCAA24913C220060D7EB /* RouteRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RouteRequest.h; path = WebDriverAgentLib/Vendor/RoutingHTTPServer/RouteRequest.h; sourceTree = SOURCE_ROOT; };
1861
1764
  E46239748EC4A6BFBC13F28B /* XCTMetricDiagnosticHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = XCTMetricDiagnosticHelper.h; sourceTree = "<group>"; };
1862
1765
  E859E58C7C717CB6CD2A80BE /* XCTReportingSessionConfiguration-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTReportingSessionConfiguration-Protocol.h"; sourceTree = "<group>"; };
1863
1766
  EA24F4BE52B2520874E09BEF /* XCTMessagingRole_SystemConfiguration-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTMessagingRole_SystemConfiguration-Protocol.h"; sourceTree = "<group>"; };
1864
1767
  EA96C2FEDE73CB5148BA4949 /* XCUIAXNotificationHandling-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCUIAXNotificationHandling-Protocol.h"; sourceTree = "<group>"; };
1865
1768
  EB1B9A793C9EFB7853C1AA13 /* WDAAppLifecycleIntegrationTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = WDAAppLifecycleIntegrationTests.swift; sourceTree = "<group>"; };
1866
1769
  EC8B17452E38AA1AE03AE251 /* XCTElementSnapshotProvider-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTElementSnapshotProvider-Protocol.h"; sourceTree = "<group>"; };
1867
- ED271671803AAF7188E828CF /* RouteResponse.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RouteResponse.m; sourceTree = "<group>"; };
1868
1770
  EE006EAC1EB99B15006900A4 /* FBElementVisibilityTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FBElementVisibilityTests.m; sourceTree = "<group>"; };
1869
1771
  EE006EB21EBA1C7B006900A4 /* XCElementSnapshotHitPointTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XCElementSnapshotHitPointTests.m; sourceTree = "<group>"; };
1870
1772
  EE05BAF91D13003C00A3EB00 /* FBKeyboardTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FBKeyboardTests.m; sourceTree = "<group>"; };
@@ -2193,19 +2095,6 @@
2193
2095
  /* End PBXFrameworksBuildPhase section */
2194
2096
 
2195
2097
  /* Begin PBXGroup section */
2196
- 12A83FB6068CC1266BBDBE2C /* WatchOS */ = {
2197
- isa = PBXGroup;
2198
- children = (
2199
- 97FFAEF000CE312DEBEA9385 /* RouteRequest.m */,
2200
- ED271671803AAF7188E828CF /* RouteResponse.m */,
2201
- C1CFF432CCF46627AB7315F9 /* FBWatchHTTPServer.m */,
2202
- B6F479A809ED48C9D0604659 /* RouteRequest.h */,
2203
- C31A91BD7553670CBF19500F /* RouteResponse.h */,
2204
- 341B5F150DED296FF38FB5F7 /* FBWatchHTTPServer.h */,
2205
- );
2206
- path = WatchOS;
2207
- sourceTree = "<group>";
2208
- };
2209
2098
  498495C81BB2E6FA009CC848 /* Resources */ = {
2210
2099
  isa = PBXGroup;
2211
2100
  children = (
@@ -2303,17 +2192,6 @@
2303
2192
  name = iOS;
2304
2193
  sourceTree = "<group>";
2305
2194
  };
2306
- 7182268F2587432E00661B83 /* CocoaAsyncSocket */ = {
2307
- isa = PBXGroup;
2308
- children = (
2309
- 718226C72587443600661B83 /* GCDAsyncSocket.h */,
2310
- 718226C82587443600661B83 /* GCDAsyncSocket.m */,
2311
- 718226C62587443600661B83 /* GCDAsyncUdpSocket.h */,
2312
- 718226C92587443600661B83 /* GCDAsyncUdpSocket.m */,
2313
- );
2314
- name = CocoaAsyncSocket;
2315
- sourceTree = "<group>";
2316
- };
2317
2195
  89DE54DD1FA69115F5538E11 /* IntegrationTests_tvOS */ = {
2318
2196
  isa = PBXGroup;
2319
2197
  children = (
@@ -2427,74 +2305,6 @@
2427
2305
  path = IntegrationApp_watchOS;
2428
2306
  sourceTree = "<group>";
2429
2307
  };
2430
- E444DC4A24912EC40060D7EB /* Vendor */ = {
2431
- isa = PBXGroup;
2432
- children = (
2433
- 7182268F2587432E00661B83 /* CocoaAsyncSocket */,
2434
- E444DC9E24913C080060D7EB /* RoutingHTTPServer */,
2435
- E444DC52249131050060D7EB /* CocoaHTTPServer */,
2436
- );
2437
- name = Vendor;
2438
- sourceTree = "<group>";
2439
- };
2440
- E444DC52249131050060D7EB /* CocoaHTTPServer */ = {
2441
- isa = PBXGroup;
2442
- children = (
2443
- E444DC89249131D30060D7EB /* HTTPConnection.h */,
2444
- E444DC8C249131D30060D7EB /* HTTPConnection.m */,
2445
- E444DC8D249131D30060D7EB /* HTTPLogging.h */,
2446
- E444DC87249131D30060D7EB /* HTTPMessage.h */,
2447
- E444DC91249131D40060D7EB /* HTTPMessage.m */,
2448
- E444DC8F249131D40060D7EB /* HTTPResponse.h */,
2449
- E444DC8B249131D30060D7EB /* HTTPServer.h */,
2450
- E444DC90249131D40060D7EB /* HTTPServer.m */,
2451
- E444DC55249131740060D7EB /* Responses */,
2452
- E444DC53249131640060D7EB /* Categories */,
2453
- );
2454
- name = CocoaHTTPServer;
2455
- sourceTree = "<group>";
2456
- };
2457
- E444DC53249131640060D7EB /* Categories */ = {
2458
- isa = PBXGroup;
2459
- children = (
2460
- E444DC7D249131B00060D7EB /* DDNumber.h */,
2461
- E444DC7F249131B00060D7EB /* DDNumber.m */,
2462
- E444DC7B249131B00060D7EB /* DDRange.h */,
2463
- E444DC7E249131B00060D7EB /* DDRange.m */,
2464
- );
2465
- name = Categories;
2466
- sourceTree = "<group>";
2467
- };
2468
- E444DC55249131740060D7EB /* Responses */ = {
2469
- isa = PBXGroup;
2470
- children = (
2471
- E444DC60249131890060D7EB /* HTTPDataResponse.h */,
2472
- E444DC5B249131880060D7EB /* HTTPDataResponse.m */,
2473
- E444DC59249131880060D7EB /* HTTPErrorResponse.h */,
2474
- E444DC61249131890060D7EB /* HTTPErrorResponse.m */,
2475
- );
2476
- name = Responses;
2477
- sourceTree = "<group>";
2478
- };
2479
- E444DC9E24913C080060D7EB /* RoutingHTTPServer */ = {
2480
- isa = PBXGroup;
2481
- children = (
2482
- E444DCA224913C210060D7EB /* HTTPResponseProxy.h */,
2483
- E444DC9F24913C210060D7EB /* HTTPResponseProxy.m */,
2484
- E444DCA324913C210060D7EB /* Route.h */,
2485
- E444DCA024913C210060D7EB /* Route.m */,
2486
- E444DCAA24913C220060D7EB /* RouteRequest.h */,
2487
- E444DCA924913C220060D7EB /* RouteRequest.m */,
2488
- E444DCA124913C210060D7EB /* RouteResponse.h */,
2489
- E444DCA424913C210060D7EB /* RouteResponse.m */,
2490
- E444DCA524913C210060D7EB /* RoutingConnection.h */,
2491
- E444DCA624913C210060D7EB /* RoutingConnection.m */,
2492
- E444DCA724913C210060D7EB /* RoutingHTTPServer.h */,
2493
- E444DCA824913C220060D7EB /* RoutingHTTPServer.m */,
2494
- );
2495
- name = RoutingHTTPServer;
2496
- sourceTree = "<group>";
2497
- };
2498
2308
  E94EE979A7D7C50FDC1EFE7D /* IntegrationTests_watchOS */ = {
2499
2309
  isa = PBXGroup;
2500
2310
  children = (
@@ -2503,6 +2313,7 @@
2503
2313
  C878996F07A9B26E66FC4EAC /* WDAClickIntegrationTests.swift */,
2504
2314
  912F32C353FE7C3E7C841405 /* WDATypingIntegrationTests.swift */,
2505
2315
  75F677B5B7737E7E1F321C20 /* WDAScreenshotAndSourceIntegrationTests.swift */,
2316
+ AA11BB22CC33DD44EE55FF03 /* WDAMjpegStreamingIntegrationTests.swift */,
2506
2317
  EB1B9A793C9EFB7853C1AA13 /* WDAAppLifecycleIntegrationTests.swift */,
2507
2318
  646D714BC17FE9258CFBDF55 /* WDADeviceIntegrationTests.swift */,
2508
2319
  28F75AEC6442F32A3C4394AD /* WDAAlertIntegrationTests.swift */,
@@ -2681,7 +2492,12 @@
2681
2492
  13DE7A4E287C46BB003243C6 /* FBXCElementSnapshot.m */,
2682
2493
  13DE7A53287CA1EC003243C6 /* FBXCElementSnapshotWrapper.h */,
2683
2494
  13DE7A54287CA1EC003243C6 /* FBXCElementSnapshotWrapper.m */,
2684
- 12A83FB6068CC1266BBDBE2C /* WatchOS */,
2495
+ 00B1F89716AFE04C8509B916 /* FBHTTPServer.h */,
2496
+ AADFEA2ED9E61A8C1A99B2D7 /* FBHTTPServer.m */,
2497
+ D585660F7A04651223F29B07 /* RouteRequest.h */,
2498
+ 374BB11AE4E4243BCA444CF8 /* RouteRequest.m */,
2499
+ 01E7CFEBAD717FCF4BCDD383 /* RouteResponse.h */,
2500
+ 4B52E4A09ADEA252A1B8190F /* RouteResponse.m */,
2685
2501
  );
2686
2502
  name = Routing;
2687
2503
  path = WebDriverAgentLib/Routing;
@@ -2922,7 +2738,6 @@
2922
2738
  EEC288F81BF0ED2500B4DC79 /* WebDriverAgentLib */ = {
2923
2739
  isa = PBXGroup;
2924
2740
  children = (
2925
- E444DC4A24912EC40060D7EB /* Vendor */,
2926
2741
  EE9AB73E1CAEDF0C008C271F /* Categories */,
2927
2742
  EE9AB74F1CAEDF0C008C271F /* Commands */,
2928
2743
  EE9AB7721CAEDF0C008C271F /* Resources */,
@@ -3158,11 +2973,9 @@
3158
2973
  buildActionMask = 2147483647;
3159
2974
  files = (
3160
2975
  641EE6312240C5CA00173FCB /* XCUIElement+FBWebDriverAttributes.h in Headers */,
3161
- 7182274A258744BE00661B83 /* HTTPMessage.h in Headers */,
3162
2976
  641EE6322240C5CA00173FCB /* FBScreen.h in Headers */,
3163
2977
  641EE6332240C5CA00173FCB /* XCTestPrivateSymbols.h in Headers */,
3164
2978
  641EE6342240C5CA00173FCB /* XCUIElement+FBTyping.h in Headers */,
3165
- 7182270B258744A700661B83 /* Route.h in Headers */,
3166
2979
  641EE6352240C5CA00173FCB /* XCUIElement+FBUtilities.h in Headers */,
3167
2980
  641EE6362240C5CA00173FCB /* XCUIElement+FBScrolling.h in Headers */,
3168
2981
  1357E297233D05240054BDB8 /* XCUIHitPointResult.h in Headers */,
@@ -3170,7 +2983,6 @@
3170
2983
  641EE6382240C5CA00173FCB /* XCPointerEventPath.h in Headers */,
3171
2984
  641EE6392240C5CA00173FCB /* FBRouteRequest.h in Headers */,
3172
2985
  648C10AC22AAAD9C00B81B9A /* UIKeyboardImpl.h in Headers */,
3173
- 718226CD2587443700661B83 /* GCDAsyncSocket.h in Headers */,
3174
2986
  13DE7A50287C46BB003243C6 /* FBXCElementSnapshot.h in Headers */,
3175
2987
  13DE7A56287CA1EC003243C6 /* FBXCElementSnapshotWrapper.h in Headers */,
3176
2988
  71F3E7D525417FF400E0C22B /* FBSettings.h in Headers */,
@@ -3207,7 +3019,6 @@
3207
3019
  71BB58E22B9631F100CB9BFE /* FBScreenRecordingPromise.h in Headers */,
3208
3020
  641EE6632240C5CA00173FCB /* FBUnknownCommands.h in Headers */,
3209
3021
  641EE7062240CDCF00173FCB /* XCUIElement+FBTVFocuse.h in Headers */,
3210
- 71822738258744B800661B83 /* HTTPConnection.h in Headers */,
3211
3022
  641EE6642240C5CA00173FCB /* NSPredicate+FBFormat.h in Headers */,
3212
3023
  641EE6662240C5CA00173FCB /* XCTestCase.h in Headers */,
3213
3024
  641EE6682240C5CA00173FCB /* XCUIApplicationImpl.h in Headers */,
@@ -3216,7 +3027,6 @@
3216
3027
  641EE66A2240C5CA00173FCB /* NSExpression+FBFormat.h in Headers */,
3217
3028
  641EE66E2240C5CA00173FCB /* XCUIApplication+FBAlert.h in Headers */,
3218
3029
  716C9E0127315EFF005AD475 /* XCUIApplication+FBUIInterruptions.h in Headers */,
3219
- 7182275C258744C300661B83 /* HTTPServer.h in Headers */,
3220
3030
  641EE6702240C5CA00173FCB /* FBMathUtils.h in Headers */,
3221
3031
  641EE6722240C5CA00173FCB /* FBElementUtils.h in Headers */,
3222
3032
  641EE6732240C5CA00173FCB /* FBDebugCommands.h in Headers */,
@@ -3233,18 +3043,14 @@
3233
3043
  641EE6802240C5CA00173FCB /* FBElementTypeTransformer.h in Headers */,
3234
3044
  641EE6812240C5CA00173FCB /* FBXCAXClientProxy.h in Headers */,
3235
3045
  641EE6822240C5CA00173FCB /* FBElementCache.h in Headers */,
3236
- 7182271D258744AB00661B83 /* RouteResponse.h in Headers */,
3237
3046
  641EE6852240C5CA00173FCB /* XCUIElement+FBClassChain.h in Headers */,
3238
3047
  13DE7A44287C2A8D003243C6 /* FBXCAccessibilityElement.h in Headers */,
3239
3048
  641EE6862240C5CA00173FCB /* FBResponseJSONPayload.h in Headers */,
3240
- 71822714258744A900661B83 /* RouteRequest.h in Headers */,
3241
3049
  641EE6882240C5CA00173FCB /* FBElement.h in Headers */,
3242
3050
  641EE68B2240C5CA00173FCB /* FBExceptionHandler.h in Headers */,
3243
- 71822726258744AE00661B83 /* RoutingConnection.h in Headers */,
3244
3051
  641EE68C2240C5CA00173FCB /* FBRoute.h in Headers */,
3245
3052
  641EE68D2240C5CA00173FCB /* XCTestDriver.h in Headers */,
3246
3053
  641EE68F2240C5CA00173FCB /* XCSynthesizedEventRecord.h in Headers */,
3247
- 71822753258744C100661B83 /* HTTPResponse.h in Headers */,
3248
3054
  641EE6942240C5CA00173FCB /* FBXPath.h in Headers */,
3249
3055
  641EE6972240C5CA00173FCB /* XCUIElement+FBForceTouch.h in Headers */,
3250
3056
  641EE6982240C5CA00173FCB /* FBRuntimeUtils.h in Headers */,
@@ -3254,7 +3060,6 @@
3254
3060
  641EE69F2240C5CA00173FCB /* FBTCPSocket.h in Headers */,
3255
3061
  641EE6A02240C5CA00173FCB /* XCUIElement+FBUID.h in Headers */,
3256
3062
  641EE6A22240C5CA00173FCB /* XCUIDevice.h in Headers */,
3257
- 7182272F258744B000661B83 /* RoutingHTTPServer.h in Headers */,
3258
3063
  641EE6A32240C5CA00173FCB /* XCUIApplication+FBTouchAction.h in Headers */,
3259
3064
  641EE6A42240C5CA00173FCB /* FBCommandHandler.h in Headers */,
3260
3065
  641EE6A52240C5CA00173FCB /* FBSessionCommands.h in Headers */,
@@ -3266,8 +3071,6 @@
3266
3071
  B316351F2DDF0D0B007D9317 /* FBAccessibilityTraits.h in Headers */,
3267
3072
  64E3502F2AC0B6FE005F3ACB /* NSDictionary+FBUtf8SafeDictionary.h in Headers */,
3268
3073
  641EE6A92240C5CA00173FCB /* FBCommandStatus.h in Headers */,
3269
- 71822702258744A400661B83 /* HTTPResponseProxy.h in Headers */,
3270
- 71822741258744BB00661B83 /* HTTPLogging.h in Headers */,
3271
3074
  641EE6AB2240C5CA00173FCB /* FBAlertViewCommands.h in Headers */,
3272
3075
  641EE6AC2240C5CA00173FCB /* XCTWaiter.h in Headers */,
3273
3076
  641EE6AD2240C5CA00173FCB /* XCTWaiterManagement-Protocol.h in Headers */,
@@ -3276,7 +3079,6 @@
3276
3079
  648C10B022AAAE4000B81B9A /* TIPreferencesController.h in Headers */,
3277
3080
  71F5BE24252E576C00EE9EBA /* XCUIElement+FBSwiping.h in Headers */,
3278
3081
  641EE6B72240C5CA00173FCB /* FBBaseActionsSynthesizer.h in Headers */,
3279
- 7182276E258744C900661B83 /* HTTPErrorResponse.h in Headers */,
3280
3082
  641EE6B82240C5CA00173FCB /* FBAlert.h in Headers */,
3281
3083
  641EE6B92240C5CA00173FCB /* XCUIElementQuery.h in Headers */,
3282
3084
  71BB58F02B96511800CB9BFE /* FBVideoCommands.h in Headers */,
@@ -3294,7 +3096,6 @@
3294
3096
  641EE6C32240C5CA00173FCB /* FBClassChainQueryParser.h in Headers */,
3295
3097
  641EE6C42240C5CA00173FCB /* FBMacros.h in Headers */,
3296
3098
  641EE6C52240C5CA00173FCB /* XCTestExpectationDelegate-Protocol.h in Headers */,
3297
- 71822777258744CE00661B83 /* DDNumber.h in Headers */,
3298
3099
  641EE6C92240C5CA00173FCB /* XCUIDevice+FBRotation.h in Headers */,
3299
3100
  A1B2C3D41F001A00A1B0004 /* XCUIDevice+FBVoiceOver.h in Headers */,
3300
3101
  719DCF162601EAFB000E765F /* FBNotificationsHelper.h in Headers */,
@@ -3306,7 +3107,6 @@
3306
3107
  641EE6D62240C5CA00173FCB /* FBLogger.h in Headers */,
3307
3108
  71BB58F72B96531900CB9BFE /* FBScreenRecordingContainer.h in Headers */,
3308
3109
  641EE6D82240C5CA00173FCB /* XCUIElement.h in Headers */,
3309
- 718226CB2587443700661B83 /* GCDAsyncUdpSocket.h in Headers */,
3310
3110
  641EE6DB2240C5CA00173FCB /* FBPasteboard.h in Headers */,
3311
3111
  711CD03525ED1106001C01D2 /* XCUIScreenDataSource-Protocol.h in Headers */,
3312
3112
  641EE6DD2240C5CA00173FCB /* FBDebugLogDelegateDecorator.h in Headers */,
@@ -3315,9 +3115,7 @@
3315
3115
  641EE6E12240C5CA00173FCB /* XCUIApplicationProcess.h in Headers */,
3316
3116
  641EE6E22240C5CA00173FCB /* FBW3CActionsSynthesizer.h in Headers */,
3317
3117
  641EE6E32240C5CA00173FCB /* CDStructures.h in Headers */,
3318
- 71822780258744D000661B83 /* DDRange.h in Headers */,
3319
3118
  F59CD6D62EF16E5E00F91287 /* XCUIElement+FBCustomActions.h in Headers */,
3320
- 71822765258744C700661B83 /* HTTPDataResponse.h in Headers */,
3321
3119
  641EE6E72240C5CA00173FCB /* XCUIElement+FBFind.h in Headers */,
3322
3120
  641EE6E92240C5CA00173FCB /* FBFailureProofTestCase.h in Headers */,
3323
3121
  641EE6ED2240C5CA00173FCB /* FBXPath-Private.h in Headers */,
@@ -3431,6 +3229,8 @@
3431
3229
  1DFC6477940D11BBAD68D59F /* _XCTestObservationInternal-Protocol.h in Headers */,
3432
3230
  BF9B191D841681A571BAFED1 /* _XCTestObservationPrivate-Protocol.h in Headers */,
3433
3231
  5B736BB83DEA69D3C5EEC7E1 /* XCTElementSetTransformer-Protocol.h in Headers */,
3232
+ 2112EC67BDFFA4A0B2CF24EB /* RouteRequest.h in Headers */,
3233
+ 0161F45997A981E47729DB25 /* RouteResponse.h in Headers */,
3434
3234
  );
3435
3235
  runOnlyForDeploymentPostprocessing = 0;
3436
3236
  };
@@ -3484,11 +3284,9 @@
3484
3284
  buildActionMask = 2147483647;
3485
3285
  files = (
3486
3286
  43EBA0D0D54EB99815CE63B6 /* XCUIElement+FBWebDriverAttributes.h in Headers */,
3487
- C154B8CD167DBE068EA74719 /* HTTPMessage.h in Headers */,
3488
3287
  93D5C4C8442EFE91D70780CC /* FBScreen.h in Headers */,
3489
3288
  B9FAD6E3F3AB201B59D6F8BD /* XCTestPrivateSymbols.h in Headers */,
3490
3289
  CDDEBD9F5F6A380C8D32D671 /* XCUIElement+FBTyping.h in Headers */,
3491
- FBDF04E5916B91FCEC0190CB /* Route.h in Headers */,
3492
3290
  488C4CBD86EBFA2AB5396917 /* XCUIElement+FBUtilities.h in Headers */,
3493
3291
  CE3D815D09AD8E137CC18AA5 /* XCUIElement+FBScrolling.h in Headers */,
3494
3292
  767CB761C99AA6275E08FDB9 /* XCUIHitPointResult.h in Headers */,
@@ -3496,7 +3294,6 @@
3496
3294
  852D69D1623D81697D700B3C /* XCPointerEventPath.h in Headers */,
3497
3295
  43BC9FE4BF5C19F6F6569177 /* FBRouteRequest.h in Headers */,
3498
3296
  BD2A5D43881B449E533D5800 /* UIKeyboardImpl.h in Headers */,
3499
- 34AB13EFF1F673084C910195 /* GCDAsyncSocket.h in Headers */,
3500
3297
  444F211126EAF77FB2B1DB42 /* FBXCElementSnapshot.h in Headers */,
3501
3298
  FFA7672B731B57AB9283DD40 /* FBXCElementSnapshotWrapper.h in Headers */,
3502
3299
  D43AF1E150975634F3AFF329 /* FBSettings.h in Headers */,
@@ -3533,7 +3330,6 @@
3533
3330
  F876324AFD3617FFCFC479C3 /* FBScreenRecordingPromise.h in Headers */,
3534
3331
  67402F46AAB3DCAB3E40ED27 /* FBUnknownCommands.h in Headers */,
3535
3332
  CB1790B793BB813AF80F65DF /* XCUIElement+FBTVFocuse.h in Headers */,
3536
- 2C6A876B29ECA17D6A5BCEED /* HTTPConnection.h in Headers */,
3537
3333
  617AE9B41FB23CCE66769441 /* NSPredicate+FBFormat.h in Headers */,
3538
3334
  60CF6CA8AC7961DCCE402764 /* XCTestCase.h in Headers */,
3539
3335
  995DF7C1928C60D7AE02840D /* XCUIApplicationImpl.h in Headers */,
@@ -3542,7 +3338,6 @@
3542
3338
  4D80F932D0CD80C99950DA4F /* NSExpression+FBFormat.h in Headers */,
3543
3339
  95A597B8CC694006DDE49999 /* XCUIApplication+FBAlert.h in Headers */,
3544
3340
  ED342D194B20A206864675B2 /* XCUIApplication+FBUIInterruptions.h in Headers */,
3545
- BCC9E02491560712221045CC /* HTTPServer.h in Headers */,
3546
3341
  E6B214145FE46BBFD824FAE7 /* FBMathUtils.h in Headers */,
3547
3342
  6786D4B257269918E591AC66 /* FBElementUtils.h in Headers */,
3548
3343
  51FFE79AF3A5FADFFAB287BC /* FBDebugCommands.h in Headers */,
@@ -3559,18 +3354,14 @@
3559
3354
  D40D635A4ABBC79829A0D590 /* FBElementTypeTransformer.h in Headers */,
3560
3355
  70E21F76098198E19A6E5A5E /* FBXCAXClientProxy.h in Headers */,
3561
3356
  97AB752A8043A962100DB4EB /* FBElementCache.h in Headers */,
3562
- F0F7B8DFB14C9DFC86DFFBFD /* RouteResponse.h in Headers */,
3563
3357
  10EC41A2ECCD2E865EEE7AB0 /* XCUIElement+FBClassChain.h in Headers */,
3564
3358
  6FC8E41707F65D5A432206CC /* FBXCAccessibilityElement.h in Headers */,
3565
3359
  4E8E83C42F2E2A2A5A62F3E3 /* FBResponseJSONPayload.h in Headers */,
3566
- 894AE4397B5992EF738248AE /* RouteRequest.h in Headers */,
3567
3360
  D2B83B27DAB80FE235285D2F /* FBElement.h in Headers */,
3568
3361
  8597F35CEB1617767B63D770 /* FBExceptionHandler.h in Headers */,
3569
- FEC52AE4F35AD38D3AC2659F /* RoutingConnection.h in Headers */,
3570
3362
  AC3529AFA966E7202CB3B3B1 /* FBRoute.h in Headers */,
3571
3363
  A47F8777C5C8D021B2AC910C /* XCTestDriver.h in Headers */,
3572
3364
  1D0C64A6600E2D1BBAFC2D62 /* XCSynthesizedEventRecord.h in Headers */,
3573
- 0F282CAB2A025ECA9EAB18B3 /* HTTPResponse.h in Headers */,
3574
3365
  4C472F2027329ACA65C7D721 /* FBXPath.h in Headers */,
3575
3366
  5A1B8098AE35B82BD379B421 /* XCUIElement+FBForceTouch.h in Headers */,
3576
3367
  9DFDA1423A4651A4DB9FE341 /* FBRuntimeUtils.h in Headers */,
@@ -3580,7 +3371,6 @@
3580
3371
  BC1470BF3E54F478DAEDF05D /* FBTCPSocket.h in Headers */,
3581
3372
  476E44716A4A3A22F95EC51A /* XCUIElement+FBUID.h in Headers */,
3582
3373
  FBF064E4D96CFCD08E1F4EF7 /* XCUIDevice.h in Headers */,
3583
- A8635BD557F97E6C29A0790E /* RoutingHTTPServer.h in Headers */,
3584
3374
  46AEB32485B508AF1D9B8CE2 /* XCUIApplication+FBTouchAction.h in Headers */,
3585
3375
  3EC5404A04E5A61B8144E834 /* FBCommandHandler.h in Headers */,
3586
3376
  3E199AC580C5DA4B070DD01A /* FBSessionCommands.h in Headers */,
@@ -3592,8 +3382,6 @@
3592
3382
  9452D57FE97CB2ECED093B9F /* FBAccessibilityTraits.h in Headers */,
3593
3383
  DE2D708340ED70EBF9244D0F /* NSDictionary+FBUtf8SafeDictionary.h in Headers */,
3594
3384
  2D6B818DC921A4631A496432 /* FBCommandStatus.h in Headers */,
3595
- 293BD2162964EEC2A3BA6B57 /* HTTPResponseProxy.h in Headers */,
3596
- 90107B3BBFBF3B073807D51B /* HTTPLogging.h in Headers */,
3597
3385
  CFB0AFBC9F429B279C95F5BC /* FBAlertViewCommands.h in Headers */,
3598
3386
  6A1D9B851D58D0A36D6822B7 /* XCTWaiter.h in Headers */,
3599
3387
  F7010B261A861C5C63D59273 /* XCTWaiterManagement-Protocol.h in Headers */,
@@ -3602,7 +3390,6 @@
3602
3390
  16E809B6BFDF7CBD862A7B48 /* TIPreferencesController.h in Headers */,
3603
3391
  42A92793513CA29B39B72721 /* XCUIElement+FBSwiping.h in Headers */,
3604
3392
  268CBDE31376AF96DDDD4BD0 /* FBBaseActionsSynthesizer.h in Headers */,
3605
- EDB13FDB5D8220A65560629B /* HTTPErrorResponse.h in Headers */,
3606
3393
  462DA317CCA9DBE4F249516B /* FBAlert.h in Headers */,
3607
3394
  79FD4FC269A91F525A4E1413 /* XCUIElementQuery.h in Headers */,
3608
3395
  71BB64FB648CB9BBBD25F3E3 /* FBVideoCommands.h in Headers */,
@@ -3620,7 +3407,6 @@
3620
3407
  6BF3F57247F59B81B8BCEE7B /* FBClassChainQueryParser.h in Headers */,
3621
3408
  8AAA33A5B1943B667B0DB05E /* FBMacros.h in Headers */,
3622
3409
  1CA8A47F9D6B967D99FC0896 /* XCTestExpectationDelegate-Protocol.h in Headers */,
3623
- 3414F451472B235F637F46BC /* DDNumber.h in Headers */,
3624
3410
  74CF72DC7209A5B04763D0D2 /* XCUIDevice+FBRotation.h in Headers */,
3625
3411
  A8CEAEFC8CC63F94DA0176A9 /* XCUIDevice+FBVoiceOver.h in Headers */,
3626
3412
  150276DDADD9963F29465D57 /* FBNotificationsHelper.h in Headers */,
@@ -3632,7 +3418,6 @@
3632
3418
  1F545FFB67878CBAF4D6E6A0 /* FBLogger.h in Headers */,
3633
3419
  05F8A3B33BCFAFFA75CD81CA /* FBScreenRecordingContainer.h in Headers */,
3634
3420
  5787FD65011B3AF632694EEA /* XCUIElement.h in Headers */,
3635
- 5917EF5F1372B2098168EA0D /* GCDAsyncUdpSocket.h in Headers */,
3636
3421
  6B3AB44BFFDDF042E4B712C1 /* FBPasteboard.h in Headers */,
3637
3422
  36C5DA6C013EAAFC575B4A2B /* XCUIScreenDataSource-Protocol.h in Headers */,
3638
3423
  D1DE06DF54156F744E364B5F /* FBDebugLogDelegateDecorator.h in Headers */,
@@ -3641,9 +3426,7 @@
3641
3426
  CFDBE0DF5D99CB310C7AFB01 /* XCUIApplicationProcess.h in Headers */,
3642
3427
  8EA51935E09A89896FB1D463 /* FBW3CActionsSynthesizer.h in Headers */,
3643
3428
  79A47D7F50179802052ED774 /* CDStructures.h in Headers */,
3644
- AF4223DDBCC9EC79D4F9DC0D /* DDRange.h in Headers */,
3645
3429
  B70EB4BDC07CE9EC58505E85 /* XCUIElement+FBCustomActions.h in Headers */,
3646
- EE22974A8F641FA94DCBCB3E /* HTTPDataResponse.h in Headers */,
3647
3430
  760885DAFDB4A126DBD66649 /* XCUIElement+FBFind.h in Headers */,
3648
3431
  B6B73CE709728984EF03361D /* FBFailureProofTestCase.h in Headers */,
3649
3432
  1C159E8E35E0823278141DC2 /* FBXPath-Private.h in Headers */,
@@ -3757,6 +3540,8 @@
3757
3540
  F4E8FB5A2EB57854EB6A00E9 /* _XCTestObservationInternal-Protocol.h in Headers */,
3758
3541
  59892BBAB84DFD927C94593F /* _XCTestObservationPrivate-Protocol.h in Headers */,
3759
3542
  A47A7F9E098C88328DF38A4C /* XCTElementSetTransformer-Protocol.h in Headers */,
3543
+ E4FA72A388B36E0B6C41C421 /* RouteRequest.h in Headers */,
3544
+ DAB4F2FB4C0AB107E461BBA4 /* RouteResponse.h in Headers */,
3760
3545
  );
3761
3546
  runOnlyForDeploymentPostprocessing = 0;
3762
3547
  };
@@ -3791,7 +3576,6 @@
3791
3576
  EE35AD611E3B77D600A02D78 /* XCTRunnerIDESession.h in Headers */,
3792
3577
  EE158AE01CBD456F00A3E3F0 /* FBRouteRequest-Private.h in Headers */,
3793
3578
  EE35AD281E3B77D600A02D78 /* XCApplicationQuery.h in Headers */,
3794
- E444DCB124913C220060D7EB /* RoutingConnection.h in Headers */,
3795
3579
  EE35AD601E3B77D600A02D78 /* XCTRunnerDaemonSession.h in Headers */,
3796
3580
  71414ED62670A1EE003A8C5D /* LRUCacheNode.h in Headers */,
3797
3581
  64B2650A228CE4FF002A5025 /* FBTVNavigationTracker-Private.h in Headers */,
@@ -3830,15 +3614,12 @@
3830
3614
  714EAA0D2673FDFE005C5B47 /* FBCapabilities.h in Headers */,
3831
3615
  EE35AD521E3B77D600A02D78 /* XCTestObservationCenter.h in Headers */,
3832
3616
  71AE3CF92D38EE8E0039FC36 /* XCUIElement+FBVisibleFrame.h in Headers */,
3833
- E444DC97249131D40060D7EB /* HTTPServer.h in Headers */,
3834
- E444DCAE24913C220060D7EB /* HTTPResponseProxy.h in Headers */,
3835
3617
  1357E296233D05240054BDB8 /* XCUIHitPointResult.h in Headers */,
3836
3618
  711CD03425ED1106001C01D2 /* XCUIScreenDataSource-Protocol.h in Headers */,
3837
3619
  EE158AAE1CBD456F00A3E3F0 /* XCUIElement+FBAccessibility.h in Headers */,
3838
3620
  EE35AD421E3B77D600A02D78 /* XCTestCaseRun.h in Headers */,
3839
3621
  EE35AD441E3B77D600A02D78 /* XCTestConfiguration.h in Headers */,
3840
3622
  715A84D02DD92AD3007134CC /* FBElementHelpers.h in Headers */,
3841
- 718226CA2587443700661B83 /* GCDAsyncUdpSocket.h in Headers */,
3842
3623
  EE35AD491E3B77D600A02D78 /* XCTestExpectation.h in Headers */,
3843
3624
  EE158AE81CBD456F00A3E3F0 /* FBElementTypeTransformer.h in Headers */,
3844
3625
  7157B291221DADD2001C348C /* FBXCAXClientProxy.h in Headers */,
@@ -3849,20 +3630,15 @@
3849
3630
  EE158AD01CBD456F00A3E3F0 /* FBElement.h in Headers */,
3850
3631
  EE158AD41CBD456F00A3E3F0 /* FBExceptionHandler.h in Headers */,
3851
3632
  EE158ADE1CBD456F00A3E3F0 /* FBRoute.h in Headers */,
3852
- E444DC81249131B10060D7EB /* DDRange.h in Headers */,
3853
3633
  EE35AD471E3B77D600A02D78 /* XCTestDriver.h in Headers */,
3854
- E444DC93249131D40060D7EB /* HTTPMessage.h in Headers */,
3855
3634
  EE35AD3A1E3B77D600A02D78 /* XCSynthesizedEventRecord.h in Headers */,
3856
- E444DCAD24913C220060D7EB /* RouteResponse.h in Headers */,
3857
3635
  13DE7A5B287CA444003243C6 /* FBXCElementSnapshotWrapper+Helpers.h in Headers */,
3858
3636
  711084441DA3AA7500F913D6 /* FBXPath.h in Headers */,
3859
- E444DC83249131B10060D7EB /* DDNumber.h in Headers */,
3860
3637
  EE8DDD7F20C5733C004D4925 /* XCUIElement+FBForceTouch.h in Headers */,
3861
3638
  71A5C67329A4F39600421C37 /* XCTIssue+FBPatcher.h in Headers */,
3862
3639
  716F0DA12A16CA1000CDD977 /* NSDictionary+FBUtf8SafeDictionary.h in Headers */,
3863
3640
  EE158AEA1CBD456F00A3E3F0 /* FBRuntimeUtils.h in Headers */,
3864
3641
  7136A4791E8918E60024FC3D /* XCUIElement+FBPickerWheel.h in Headers */,
3865
- E444DCB324913C220060D7EB /* RoutingHTTPServer.h in Headers */,
3866
3642
  EE158ABE1CBD456F00A3E3F0 /* FBElementCommands.h in Headers */,
3867
3643
  715557D3211DBCE700613B26 /* FBTCPSocket.h in Headers */,
3868
3644
  71B49EC71ED1A58100D51AD6 /* XCUIElement+FBUID.h in Headers */,
@@ -3881,16 +3657,12 @@
3881
3657
  EE35AD681E3B77D600A02D78 /* XCTWaiterManagement-Protocol.h in Headers */,
3882
3658
  EE35AD291E3B77D600A02D78 /* XCAXClient_iOS.h in Headers */,
3883
3659
  648C10AF22AAAE4000B81B9A /* TIPreferencesController.h in Headers */,
3884
- E444DC6C249131890060D7EB /* HTTPDataResponse.h in Headers */,
3885
- E444DC65249131890060D7EB /* HTTPErrorResponse.h in Headers */,
3886
3660
  714097431FAE1B0B008FB2C5 /* FBBaseActionsSynthesizer.h in Headers */,
3887
3661
  AD6C26941CF2379700F8B5FF /* FBAlert.h in Headers */,
3888
3662
  EE35AD731E3B77D600A02D78 /* XCUIElementQuery.h in Headers */,
3889
3663
  EE35AD331E3B77D600A02D78 /* XCPointerEvent.h in Headers */,
3890
3664
  71D04DC825356C43008A052C /* XCUIElement+FBCaching.h in Headers */,
3891
3665
  71BB58E12B9631F100CB9BFE /* FBScreenRecordingPromise.h in Headers */,
3892
- E444DC99249131D40060D7EB /* HTTPLogging.h in Headers */,
3893
- E444DC9B249131D40060D7EB /* HTTPResponse.h in Headers */,
3894
3666
  EEE9B4721CD02B88009D2030 /* FBRunLoopSpinner.h in Headers */,
3895
3667
  EE3A18621CDE618F00DE4205 /* FBErrorBuilder.h in Headers */,
3896
3668
  0E04133B2DF1E15900AF007C /* XCUIElement+FBMinMax.h in Headers */,
@@ -3914,7 +3686,6 @@
3914
3686
  EE35AD2A1E3B77D600A02D78 /* XCDebugLogDelegate-Protocol.h in Headers */,
3915
3687
  7150348721A6DAD600A0F4BA /* FBImageUtils.h in Headers */,
3916
3688
  C8FB547422D3949C00B69954 /* LSApplicationWorkspace.h in Headers */,
3917
- E444DCAF24913C220060D7EB /* Route.h in Headers */,
3918
3689
  EE9B76A81CF7A43900275851 /* FBLogger.h in Headers */,
3919
3690
  EE35AD6F1E3B77D600A02D78 /* XCUIElement.h in Headers */,
3920
3691
  71930C4220662E1F00D3AFEC /* FBPasteboard.h in Headers */,
@@ -3926,12 +3697,9 @@
3926
3697
  EE35AD151E3B77D600A02D78 /* CDStructures.h in Headers */,
3927
3698
  71E75E6D254824230099FC87 /* XCUIElementQuery+FBHelpers.h in Headers */,
3928
3699
  716C9DFA27315D21005AD475 /* FBReflectionUtils.h in Headers */,
3929
- E444DCB624913C220060D7EB /* RouteRequest.h in Headers */,
3930
3700
  71F5BE23252E576C00EE9EBA /* XCUIElement+FBSwiping.h in Headers */,
3931
- 718226CC2587443700661B83 /* GCDAsyncSocket.h in Headers */,
3932
3701
  EEBBD48B1D47746D00656A81 /* XCUIElement+FBFind.h in Headers */,
3933
3702
  EE6A893A1D0B38640083E92B /* FBFailureProofTestCase.h in Headers */,
3934
- E444DC95249131D40060D7EB /* HTTPConnection.h in Headers */,
3935
3703
  712A0C871DA3E55D007D02E5 /* FBXPath-Private.h in Headers */,
3936
3704
  1D0120AD346A99834385FBAB /* NSFastEnumeration-Protocol.h in Headers */,
3937
3705
  7738D42AE84269A6963A5610 /* XCTAggregateSuiteRunStatistics.h in Headers */,
@@ -4041,6 +3809,8 @@
4041
3809
  604A7EDA9D8A9BFCF3B62E5C /* _XCTestObservationInternal-Protocol.h in Headers */,
4042
3810
  AB126E96C642B235EE02B4F1 /* _XCTestObservationPrivate-Protocol.h in Headers */,
4043
3811
  8CB293E6451EB1A6D1240BAA /* XCTElementSetTransformer-Protocol.h in Headers */,
3812
+ CA077D3ED0D0BA2590CB85DE /* RouteRequest.h in Headers */,
3813
+ 44A6F8DBFDCDD735D000458D /* RouteResponse.h in Headers */,
4044
3814
  );
4045
3815
  runOnlyForDeploymentPostprocessing = 0;
4046
3816
  };
@@ -4584,23 +4354,9 @@
4584
4354
  files = (
4585
4355
  F59CD6D72EF16E5E00F91287 /* XCUIElement+FBCustomActions.m in Sources */,
4586
4356
  64E3502E2AC0B6EB005F3ACB /* NSDictionary+FBUtf8SafeDictionary.m in Sources */,
4587
- 718226CF2587443700661B83 /* GCDAsyncSocket.m in Sources */,
4588
- E444DCBC24917A5E0060D7EB /* HTTPResponseProxy.m in Sources */,
4589
4357
  71D3B3D8267FC7260076473D /* XCUIElement+FBResolve.m in Sources */,
4590
- E444DCBE24917A5E0060D7EB /* Route.m in Sources */,
4591
- E444DCC024917A5E0060D7EB /* RouteRequest.m in Sources */,
4592
4358
  13DE7A52287C46BB003243C6 /* FBXCElementSnapshot.m in Sources */,
4593
- E444DCC224917A5E0060D7EB /* RouteResponse.m in Sources */,
4594
- E444DCC424917A5E0060D7EB /* RoutingConnection.m in Sources */,
4595
- E444DCC624917A5E0060D7EB /* RoutingHTTPServer.m in Sources */,
4596
- E444DCC824917A5E0060D7EB /* HTTPConnection.m in Sources */,
4597
- E444DCCB24917A5E0060D7EB /* HTTPMessage.m in Sources */,
4598
- E444DCCE24917A5E0060D7EB /* HTTPServer.m in Sources */,
4599
- E444DCD024917A5E0060D7EB /* HTTPDataResponse.m in Sources */,
4600
- E444DCD224917A5E0060D7EB /* HTTPErrorResponse.m in Sources */,
4601
4359
  71414ED92670A1EE003A8C5D /* LRUCache.m in Sources */,
4602
- E444DCD424917A5E0060D7EB /* DDNumber.m in Sources */,
4603
- E444DCD624917A5E0060D7EB /* DDRange.m in Sources */,
4604
4360
  641EE5D72240C5CA00173FCB /* FBScreenshotCommands.m in Sources */,
4605
4361
  71F3E7D725417FF400E0C22B /* FBSettings.m in Sources */,
4606
4362
  71F3E7DA25417FF400E0C22C /* FBSettingsHandler.m in Sources */,
@@ -4646,7 +4402,6 @@
4646
4402
  641EE5F52240C5CA00173FCB /* XCUIElement+FBUID.m in Sources */,
4647
4403
  641EE5F62240C5CA00173FCB /* FBRouteRequest.m in Sources */,
4648
4404
  641EE5F72240C5CA00173FCB /* FBResponseJSONPayload.m in Sources */,
4649
- 718226D12587443700661B83 /* GCDAsyncUdpSocket.m in Sources */,
4650
4405
  641EE5F92240C5CA00173FCB /* FBMjpegServer.m in Sources */,
4651
4406
  641EE5FA2240C5CA00173FCB /* XCUIDevice+FBHealthCheck.m in Sources */,
4652
4407
  641EE5FD2240C5CA00173FCB /* FBBaseActionsSynthesizer.m in Sources */,
@@ -4707,6 +4462,9 @@
4707
4462
  13DE7A58287CA1EC003243C6 /* FBXCElementSnapshotWrapper.m in Sources */,
4708
4463
  641EE6262240C5CA00173FCB /* FBMathUtils.m in Sources */,
4709
4464
  641EE6272240C5CA00173FCB /* FBXCAXClientProxy.m in Sources */,
4465
+ 43DE58587952717F4DEE228E /* FBHTTPServer.m in Sources */,
4466
+ 667705A8195BF7B0D48180B3 /* RouteRequest.m in Sources */,
4467
+ 90C6C1E34B9B850CC79BABCB /* RouteResponse.m in Sources */,
4710
4468
  );
4711
4469
  runOnlyForDeploymentPostprocessing = 0;
4712
4470
  };
@@ -4741,6 +4499,7 @@
4741
4499
  6AF8892AEF5C6BF01896B6DA /* WDAAppLifecycleIntegrationTests.swift in Sources */,
4742
4500
  6EDF83DA0A6C7A7E67C30AF6 /* WDADeviceIntegrationTests.swift in Sources */,
4743
4501
  FBFEC05ED2C01D1EAE34BE9A /* WDAScreenshotAndSourceIntegrationTests.swift in Sources */,
4502
+ AA11BB22CC33DD44EE55FF04 /* WDAMjpegStreamingIntegrationTests.swift in Sources */,
4744
4503
  D22FED0B3856919DA4BCFA67 /* WDATypingIntegrationTests.swift in Sources */,
4745
4504
  68EB0B8D53270CB68C53D028 /* WDAAlertIntegrationTests.swift in Sources */,
4746
4505
  );
@@ -4859,9 +4618,10 @@
4859
4618
  C4E500AC8CD81B4FE3A75EAE /* FBMathUtils.m in Sources */,
4860
4619
  D062CA5914608761FE002799 /* FBXCAXClientProxy.m in Sources */,
4861
4620
  46C54343FB83AD3AFC6CFCD4 /* FBTCPSocket.m in Sources */,
4862
- C2D22426DB9FCE6AD84FA16A /* RouteRequest.m in Sources */,
4863
- 3FEF512914A962C5E30579FC /* RouteResponse.m in Sources */,
4864
- 91FF05D51401D1F1A88FB0B0 /* FBWatchHTTPServer.m in Sources */,
4621
+ AA11BB22CC33DD44EE55FF02 /* FBMjpegServer.m in Sources */,
4622
+ 0A4413521ECE45EA182E8403 /* FBHTTPServer.m in Sources */,
4623
+ D1172A7F53F89B78D8324A13 /* RouteRequest.m in Sources */,
4624
+ AB531917FF460EB87E4AD5A2 /* RouteResponse.m in Sources */,
4865
4625
  );
4866
4626
  runOnlyForDeploymentPostprocessing = 0;
4867
4627
  };
@@ -4870,9 +4630,7 @@
4870
4630
  buildActionMask = 2147483647;
4871
4631
  files = (
4872
4632
  EE158AC71CBD456F00A3E3F0 /* FBScreenshotCommands.m in Sources */,
4873
- E444DC98249131D40060D7EB /* HTTPConnection.m in Sources */,
4874
4633
  7136A47A1E8918E60024FC3D /* XCUIElement+FBPickerWheel.m in Sources */,
4875
- E444DC84249131B10060D7EB /* DDRange.m in Sources */,
4876
4634
  6385F4A7220A40760095BBDB /* XCUIApplicationProcessDelay.m in Sources */,
4877
4635
  71A5C67529A4F39600421C37 /* XCTIssue+FBPatcher.m in Sources */,
4878
4636
  711084451DA3AA7500F913D6 /* FBXPath.m in Sources */,
@@ -4890,7 +4648,6 @@
4890
4648
  AD6C269D1CF2494200F8B5FF /* XCUIApplication+FBHelpers.m in Sources */,
4891
4649
  EE3A18671CDE734B00DE4205 /* FBKeyboard.m in Sources */,
4892
4650
  719DCF172601EAFB000E765F /* FBNotificationsHelper.m in Sources */,
4893
- E444DCAC24913C220060D7EB /* Route.m in Sources */,
4894
4651
  713C6DD01DDC772A00285B92 /* FBElementUtils.m in Sources */,
4895
4652
  71BB58E32B9631F100CB9BFE /* FBScreenRecordingPromise.m in Sources */,
4896
4653
  7140974C1FAE1B51008FB2C5 /* FBW3CActionsSynthesizer.m in Sources */,
@@ -4902,17 +4659,14 @@
4902
4659
  EEBBD48C1D47746D00656A81 /* XCUIElement+FBFind.m in Sources */,
4903
4660
  EE158ADD1CBD456F00A3E3F0 /* FBResponsePayload.m in Sources */,
4904
4661
  B316351C2DDF0CF5007D9317 /* FBAccessibilityTraits.m in Sources */,
4905
- E444DCB524913C220060D7EB /* RouteRequest.m in Sources */,
4906
4662
  C8FB547A22D4C1FC00B69954 /* FBUnattachedAppLauncher.m in Sources */,
4907
4663
  EE158ADF1CBD456F00A3E3F0 /* FBRoute.m in Sources */,
4908
4664
  EE0D1F621EBCDCF7006A3123 /* NSString+FBVisualLength.m in Sources */,
4909
4665
  EEE9B4731CD02B88009D2030 /* FBRunLoopSpinner.m in Sources */,
4910
4666
  719CD8F92126C78F00C7D0C2 /* FBAlertsMonitor.m in Sources */,
4911
4667
  71A7EAFA1E224648001DA4F2 /* FBClassChainQueryParser.m in Sources */,
4912
- 718226D02587443700661B83 /* GCDAsyncUdpSocket.m in Sources */,
4913
4668
  13DE7A51287C46BB003243C6 /* FBXCElementSnapshot.m in Sources */,
4914
4669
  71A224E61DE2F56600844D55 /* NSPredicate+FBFormat.m in Sources */,
4915
- E444DC85249131B10060D7EB /* DDNumber.m in Sources */,
4916
4670
  EEE376441D59F81400ED88DD /* XCUIDevice+FBRotation.m in Sources */,
4917
4671
  A1B2C3D41F001A00A1B0007 /* XCUIDevice+FBVoiceOver.m in Sources */,
4918
4672
  13815F712328D20400CDAB61 /* FBActiveAppDetectionPoint.m in Sources */,
@@ -4923,7 +4677,6 @@
4923
4677
  7155D704211DCEF400166C20 /* FBMjpegServer.m in Sources */,
4924
4678
  EEDFE1221D9C06F800E6FFE5 /* XCUIDevice+FBHealthCheck.m in Sources */,
4925
4679
  714D88CE2733FB970074A925 /* FBXMLGenerationOptions.m in Sources */,
4926
- E444DCB424913C220060D7EB /* RoutingHTTPServer.m in Sources */,
4927
4680
  7140974E1FAE20EE008FB2C5 /* FBBaseActionsSynthesizer.m in Sources */,
4928
4681
  EEE3764A1D59FAE900ED88DD /* XCUIElement+FBWebDriverAttributes.m in Sources */,
4929
4682
  EE8DDD7E20C5733C004D4925 /* XCUIElement+FBForceTouch.m in Sources */,
@@ -4953,12 +4706,9 @@
4953
4706
  EE158AAF1CBD456F00A3E3F0 /* XCUIElement+FBAccessibility.m in Sources */,
4954
4707
  714E14BA29805CAE00375DD7 /* XCAXClient_iOS+FBSnapshotReqParams.m in Sources */,
4955
4708
  7150348821A6DAD600A0F4BA /* FBImageUtils.m in Sources */,
4956
- E444DCAB24913C220060D7EB /* HTTPResponseProxy.m in Sources */,
4957
- E444DC6D249131890060D7EB /* HTTPErrorResponse.m in Sources */,
4958
4709
  71F5BE25252E576C00EE9EBA /* XCUIElement+FBSwiping.m in Sources */,
4959
4710
  EE158AE51CBD456F00A3E3F0 /* FBSession.m in Sources */,
4960
4711
  71C9EAAE25E8415A00470CD8 /* FBScreenshot.m in Sources */,
4961
- E444DCB224913C220060D7EB /* RoutingConnection.m in Sources */,
4962
4712
  EE158AC11CBD456F00A3E3F0 /* FBFindElementCommands.m in Sources */,
4963
4713
  EE7E271D1D06C69F001BEC7B /* FBDebugLogDelegateDecorator.m in Sources */,
4964
4714
  716C9DFC27315D21005AD475 /* FBReflectionUtils.m in Sources */,
@@ -4971,13 +4721,10 @@
4971
4721
  13DE7A57287CA1EC003243C6 /* FBXCElementSnapshotWrapper.m in Sources */,
4972
4722
  71BB58F82B96531900CB9BFE /* FBScreenRecordingContainer.m in Sources */,
4973
4723
  EE158AB31CBD456F00A3E3F0 /* XCUIElement+FBScrolling.m in Sources */,
4974
- 718226CE2587443700661B83 /* GCDAsyncSocket.m in Sources */,
4975
4724
  EE158AC91CBD456F00A3E3F0 /* FBSessionCommands.m in Sources */,
4976
4725
  715A84CF2DD92AD3007134CC /* FBElementHelpers.m in Sources */,
4977
4726
  EE9B76A71CF7A43900275851 /* FBConfiguration.m in Sources */,
4978
- E444DC9C249131D40060D7EB /* HTTPServer.m in Sources */,
4979
4727
  71414ED82670A1EE003A8C5D /* LRUCache.m in Sources */,
4980
- E444DC67249131890060D7EB /* HTTPDataResponse.m in Sources */,
4981
4728
  EE158AD31CBD456F00A3E3F0 /* FBElementCache.m in Sources */,
4982
4729
  71930C4320662E1F00D3AFEC /* FBPasteboard.m in Sources */,
4983
4730
  AD6C26951CF2379700F8B5FF /* FBAlert.m in Sources */,
@@ -4987,14 +4734,15 @@
4987
4734
  EE158AD51CBD456F00A3E3F0 /* FBExceptionHandler.m in Sources */,
4988
4735
  EE5A24421F136D360078B1D9 /* FBXCodeCompatibility.m in Sources */,
4989
4736
  EE158AE91CBD456F00A3E3F0 /* FBElementTypeTransformer.m in Sources */,
4990
- E444DC9D249131D40060D7EB /* HTTPMessage.m in Sources */,
4991
- E444DCB024913C220060D7EB /* RouteResponse.m in Sources */,
4992
4737
  71D3B3D7267FC7260076473D /* XCUIElement+FBResolve.m in Sources */,
4993
4738
  715AFAC21FFA29180053896D /* FBScreen.m in Sources */,
4994
4739
  71B155DC230711E900646AFB /* FBCommandStatus.m in Sources */,
4995
4740
  EE35AD7C1E3B80C000A02D78 /* FBXCTestDaemonsProxy.m in Sources */,
4996
4741
  EE18883B1DA661C400307AA8 /* FBMathUtils.m in Sources */,
4997
4742
  7157B292221DADD2001C348C /* FBXCAXClientProxy.m in Sources */,
4743
+ 35924251B4B5D0A486A6A0BB /* FBHTTPServer.m in Sources */,
4744
+ 7072174F17BA109C6AB2859F /* RouteRequest.m in Sources */,
4745
+ 5B9C00B488A31A95F1460727 /* RouteResponse.m in Sources */,
4998
4746
  );
4999
4747
  runOnlyForDeploymentPostprocessing = 0;
5000
4748
  };