appium-webdriveragent 16.6.0 → 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.
- package/CHANGELOG.md +6 -0
- package/WebDriverAgent.xcodeproj/project.pbxproj +45 -303
- package/WebDriverAgentLib/Info.plist +2 -2
- package/WebDriverAgentLib/Routing/{WatchOS/FBWatchHTTPServer.h → FBHTTPServer.h} +11 -7
- package/WebDriverAgentLib/Routing/{WatchOS/FBWatchHTTPServer.m → FBHTTPServer.m} +26 -13
- package/WebDriverAgentLib/Routing/FBTCPSocket.h +10 -45
- package/WebDriverAgentLib/Routing/FBTCPSocket.m +12 -94
- package/WebDriverAgentLib/Routing/FBWebServer.h +1 -1
- package/WebDriverAgentLib/Routing/FBWebServer.m +4 -49
- package/WebDriverAgentLib/Routing/{WatchOS/RouteRequest.h → RouteRequest.h} +2 -4
- package/WebDriverAgentLib/Routing/{WatchOS/RouteResponse.h → RouteResponse.h} +2 -2
- package/WebDriverAgentLib/Utilities/FBMjpegServer.h +3 -5
- package/WebDriverAgentLib/Utilities/FBMjpegServer.m +1 -66
- package/package.json +1 -1
- package/WebDriverAgentLib/Vendor/CocoaAsyncSocket/GCDAsyncSocket.h +0 -1220
- package/WebDriverAgentLib/Vendor/CocoaAsyncSocket/GCDAsyncSocket.m +0 -8786
- package/WebDriverAgentLib/Vendor/CocoaAsyncSocket/GCDAsyncUdpSocket.h +0 -1036
- package/WebDriverAgentLib/Vendor/CocoaAsyncSocket/GCDAsyncUdpSocket.m +0 -5868
- package/WebDriverAgentLib/Vendor/CocoaHTTPServer/Categories/DDNumber.h +0 -12
- package/WebDriverAgentLib/Vendor/CocoaHTTPServer/Categories/DDNumber.m +0 -88
- package/WebDriverAgentLib/Vendor/CocoaHTTPServer/Categories/DDRange.h +0 -56
- package/WebDriverAgentLib/Vendor/CocoaHTTPServer/Categories/DDRange.m +0 -100
- package/WebDriverAgentLib/Vendor/CocoaHTTPServer/HTTPConnection.h +0 -109
- package/WebDriverAgentLib/Vendor/CocoaHTTPServer/HTTPConnection.m +0 -2281
- package/WebDriverAgentLib/Vendor/CocoaHTTPServer/HTTPLogging.h +0 -122
- package/WebDriverAgentLib/Vendor/CocoaHTTPServer/HTTPMessage.h +0 -53
- package/WebDriverAgentLib/Vendor/CocoaHTTPServer/HTTPMessage.m +0 -357
- package/WebDriverAgentLib/Vendor/CocoaHTTPServer/HTTPResponse.h +0 -149
- package/WebDriverAgentLib/Vendor/CocoaHTTPServer/HTTPServer.h +0 -126
- package/WebDriverAgentLib/Vendor/CocoaHTTPServer/HTTPServer.m +0 -372
- package/WebDriverAgentLib/Vendor/CocoaHTTPServer/LICENSE +0 -18
- package/WebDriverAgentLib/Vendor/CocoaHTTPServer/Responses/HTTPDataResponse.h +0 -13
- package/WebDriverAgentLib/Vendor/CocoaHTTPServer/Responses/HTTPDataResponse.m +0 -83
- package/WebDriverAgentLib/Vendor/CocoaHTTPServer/Responses/HTTPErrorResponse.h +0 -9
- package/WebDriverAgentLib/Vendor/CocoaHTTPServer/Responses/HTTPErrorResponse.m +0 -38
- package/WebDriverAgentLib/Vendor/RoutingHTTPServer/HTTPResponseProxy.h +0 -13
- package/WebDriverAgentLib/Vendor/RoutingHTTPServer/HTTPResponseProxy.m +0 -84
- package/WebDriverAgentLib/Vendor/RoutingHTTPServer/LICENSE +0 -19
- package/WebDriverAgentLib/Vendor/RoutingHTTPServer/Route.h +0 -18
- package/WebDriverAgentLib/Vendor/RoutingHTTPServer/Route.m +0 -11
- package/WebDriverAgentLib/Vendor/RoutingHTTPServer/RouteRequest.h +0 -16
- package/WebDriverAgentLib/Vendor/RoutingHTTPServer/RouteRequest.m +0 -50
- package/WebDriverAgentLib/Vendor/RoutingHTTPServer/RouteResponse.h +0 -20
- package/WebDriverAgentLib/Vendor/RoutingHTTPServer/RouteResponse.m +0 -66
- package/WebDriverAgentLib/Vendor/RoutingHTTPServer/RoutingConnection.h +0 -5
- package/WebDriverAgentLib/Vendor/RoutingHTTPServer/RoutingConnection.m +0 -142
- package/WebDriverAgentLib/Vendor/RoutingHTTPServer/RoutingHTTPServer.h +0 -55
- package/WebDriverAgentLib/Vendor/RoutingHTTPServer/RoutingHTTPServer.m +0 -303
- /package/WebDriverAgentLib/Routing/{WatchOS/RouteRequest.m → RouteRequest.m} +0 -0
- /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 */; };
|
|
@@ -310,7 +310,6 @@
|
|
|
310
310
|
641EE5F62240C5CA00173FCB /* FBRouteRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = EE9AB7881CAEDF0C008C271F /* FBRouteRequest.m */; };
|
|
311
311
|
641EE5F72240C5CA00173FCB /* FBResponseJSONPayload.m in Sources */ = {isa = PBXBuildFile; fileRef = EE9AB7811CAEDF0C008C271F /* FBResponseJSONPayload.m */; };
|
|
312
312
|
641EE5F92240C5CA00173FCB /* FBMjpegServer.m in Sources */ = {isa = PBXBuildFile; fileRef = 7155D702211DCEF400166C20 /* FBMjpegServer.m */; };
|
|
313
|
-
AA11BB22CC33DD44EE55FF02 /* FBMjpegServer.m in Sources */ = {isa = PBXBuildFile; fileRef = 7155D702211DCEF400166C20 /* FBMjpegServer.m */; };
|
|
314
313
|
641EE5FA2240C5CA00173FCB /* XCUIDevice+FBHealthCheck.m in Sources */ = {isa = PBXBuildFile; fileRef = EEDFE1201D9C06F800E6FFE5 /* XCUIDevice+FBHealthCheck.m */; };
|
|
315
314
|
641EE5FD2240C5CA00173FCB /* FBBaseActionsSynthesizer.m in Sources */ = {isa = PBXBuildFile; fileRef = 7140974D1FAE20EE008FB2C5 /* FBBaseActionsSynthesizer.m */; };
|
|
316
315
|
641EE5FE2240C5CA00173FCB /* XCUIElement+FBWebDriverAttributes.m in Sources */ = {isa = PBXBuildFile; fileRef = EEE376481D59FAE900ED88DD /* XCUIElement+FBWebDriverAttributes.m */; };
|
|
@@ -480,6 +479,7 @@
|
|
|
480
479
|
66030D36126676CD334588B3 /* XCUIApplicationProcessTracker-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 3238E68F292452D8234153F1 /* XCUIApplicationProcessTracker-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
481
480
|
6627D7B40D3D915B115D7B1A /* FBSession-Private.h in Headers */ = {isa = PBXBuildFile; fileRef = EE9AB7891CAEDF0C008C271F /* FBSession-Private.h */; };
|
|
482
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 */; };
|
|
483
483
|
668B1D9AFF85F0538E738675 /* XCUIElementAttributesPrivate-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EF5BE504321321FB9320C43 /* XCUIElementAttributesPrivate-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
484
484
|
67402F46AAB3DCAB3E40ED27 /* FBUnknownCommands.h in Headers */ = {isa = PBXBuildFile; fileRef = EE9AB7641CAEDF0C008C271F /* FBUnknownCommands.h */; };
|
|
485
485
|
6786D4B257269918E591AC66 /* FBElementUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 713C6DCD1DDC772A00285B92 /* FBElementUtils.h */; };
|
|
@@ -510,6 +510,7 @@
|
|
|
510
510
|
6EC82BD561787BE315AD369A /* XCTMessagingRole_SiriAutomation-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = FCD1815F2BF21CA0936B04E1 /* XCTMessagingRole_SiriAutomation-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
511
511
|
6EDF83DA0A6C7A7E67C30AF6 /* WDADeviceIntegrationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 646D714BC17FE9258CFBDF55 /* WDADeviceIntegrationTests.swift */; };
|
|
512
512
|
6FC8E41707F65D5A432206CC /* FBXCAccessibilityElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 13DE7A41287C2A8D003243C6 /* FBXCAccessibilityElement.h */; };
|
|
513
|
+
7072174F17BA109C6AB2859F /* RouteRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 374BB11AE4E4243BCA444CF8 /* RouteRequest.m */; };
|
|
513
514
|
70E21F76098198E19A6E5A5E /* FBXCAXClientProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 7157B28F221DADD2001C348C /* FBXCAXClientProxy.h */; };
|
|
514
515
|
711084441DA3AA7500F913D6 /* FBXPath.h in Headers */ = {isa = PBXBuildFile; fileRef = 711084421DA3AA7500F913D6 /* FBXPath.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
515
516
|
711084451DA3AA7500F913D6 /* FBXPath.m in Sources */ = {isa = PBXBuildFile; fileRef = 711084431DA3AA7500F913D6 /* FBXPath.m */; };
|
|
@@ -603,29 +604,6 @@
|
|
|
603
604
|
716F0DA12A16CA1000CDD977 /* NSDictionary+FBUtf8SafeDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 716F0D9F2A16CA1000CDD977 /* NSDictionary+FBUtf8SafeDictionary.h */; };
|
|
604
605
|
716F0DA32A16CA1000CDD977 /* NSDictionary+FBUtf8SafeDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = 716F0DA02A16CA1000CDD977 /* NSDictionary+FBUtf8SafeDictionary.m */; };
|
|
605
606
|
716F0DA62A17323300CDD977 /* NSDictionaryFBUtf8SafeTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 716F0DA52A17323300CDD977 /* NSDictionaryFBUtf8SafeTests.m */; };
|
|
606
|
-
718226CA2587443700661B83 /* GCDAsyncUdpSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 718226C62587443600661B83 /* GCDAsyncUdpSocket.h */; };
|
|
607
|
-
718226CB2587443700661B83 /* GCDAsyncUdpSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 718226C62587443600661B83 /* GCDAsyncUdpSocket.h */; };
|
|
608
|
-
718226CC2587443700661B83 /* GCDAsyncSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 718226C72587443600661B83 /* GCDAsyncSocket.h */; };
|
|
609
|
-
718226CD2587443700661B83 /* GCDAsyncSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 718226C72587443600661B83 /* GCDAsyncSocket.h */; };
|
|
610
|
-
718226CE2587443700661B83 /* GCDAsyncSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 718226C82587443600661B83 /* GCDAsyncSocket.m */; };
|
|
611
|
-
718226CF2587443700661B83 /* GCDAsyncSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 718226C82587443600661B83 /* GCDAsyncSocket.m */; };
|
|
612
|
-
718226D02587443700661B83 /* GCDAsyncUdpSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 718226C92587443600661B83 /* GCDAsyncUdpSocket.m */; };
|
|
613
|
-
718226D12587443700661B83 /* GCDAsyncUdpSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 718226C92587443600661B83 /* GCDAsyncUdpSocket.m */; };
|
|
614
|
-
71822702258744A400661B83 /* HTTPResponseProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DCA224913C210060D7EB /* HTTPResponseProxy.h */; };
|
|
615
|
-
7182270B258744A700661B83 /* Route.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DCA324913C210060D7EB /* Route.h */; };
|
|
616
|
-
71822714258744A900661B83 /* RouteRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DCAA24913C220060D7EB /* RouteRequest.h */; };
|
|
617
|
-
7182271D258744AB00661B83 /* RouteResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DCA124913C210060D7EB /* RouteResponse.h */; };
|
|
618
|
-
71822726258744AE00661B83 /* RoutingConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DCA524913C210060D7EB /* RoutingConnection.h */; };
|
|
619
|
-
7182272F258744B000661B83 /* RoutingHTTPServer.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DCA724913C210060D7EB /* RoutingHTTPServer.h */; };
|
|
620
|
-
71822738258744B800661B83 /* HTTPConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DC89249131D30060D7EB /* HTTPConnection.h */; };
|
|
621
|
-
71822741258744BB00661B83 /* HTTPLogging.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DC8D249131D30060D7EB /* HTTPLogging.h */; };
|
|
622
|
-
7182274A258744BE00661B83 /* HTTPMessage.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DC87249131D30060D7EB /* HTTPMessage.h */; };
|
|
623
|
-
71822753258744C100661B83 /* HTTPResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DC8F249131D40060D7EB /* HTTPResponse.h */; };
|
|
624
|
-
7182275C258744C300661B83 /* HTTPServer.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DC8B249131D30060D7EB /* HTTPServer.h */; };
|
|
625
|
-
71822765258744C700661B83 /* HTTPDataResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DC60249131890060D7EB /* HTTPDataResponse.h */; };
|
|
626
|
-
7182276E258744C900661B83 /* HTTPErrorResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DC59249131880060D7EB /* HTTPErrorResponse.h */; };
|
|
627
|
-
71822777258744CE00661B83 /* DDNumber.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DC7D249131B00060D7EB /* DDNumber.h */; };
|
|
628
|
-
71822780258744D000661B83 /* DDRange.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DC7B249131B00060D7EB /* DDRange.h */; };
|
|
629
607
|
7182A87F3CAA27F71B624AD2 /* XCTRunnerAutomationSession-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 01AF8E73DD47455B4854E470 /* XCTRunnerAutomationSession-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
630
608
|
718F49C8230844330045FE8B /* FBProtocolHelpersTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 718F49C7230844330045FE8B /* FBProtocolHelpersTests.m */; };
|
|
631
609
|
718F49C923087ACF0045FE8B /* FBProtocolHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 71B155DD23080CA600646AFB /* FBProtocolHelpers.h */; };
|
|
@@ -806,7 +784,6 @@
|
|
|
806
784
|
88EE4275BFBD9207CBD84959 /* XCTIssue.h in Headers */ = {isa = PBXBuildFile; fileRef = ACB055BCA9CCEAB3DECD1A74 /* XCTIssue.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
807
785
|
8934D96BE720E53106DCFA6C /* XCUIElement+FBResolve.m in Sources */ = {isa = PBXBuildFile; fileRef = 71D3B3D4267FC7260076473D /* XCUIElement+FBResolve.m */; };
|
|
808
786
|
8935209ECEC079F126FBDFAC /* XCTSkippedTestContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C32C75CC17179B347DF6F78 /* XCTSkippedTestContext.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
809
|
-
894AE4397B5992EF738248AE /* RouteRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DCAA24913C220060D7EB /* RouteRequest.h */; };
|
|
810
787
|
8A8D9B0342BC43BEB65749B7 /* XCUILocation.h in Headers */ = {isa = PBXBuildFile; fileRef = A8230FDD93639CE2E9EFE311 /* XCUILocation.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
811
788
|
8AAA33A5B1943B667B0DB05E /* FBMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = EE9B76A51CF7A43900275851 /* FBMacros.h */; };
|
|
812
789
|
8CB293E6451EB1A6D1240BAA /* XCTElementSetTransformer-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BA7DD8C206D694B007C7C26 /* XCTElementSetTransformer-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
@@ -817,11 +794,10 @@
|
|
|
817
794
|
8EA51935E09A89896FB1D463 /* FBW3CActionsSynthesizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 714097491FAE1B51008FB2C5 /* FBW3CActionsSynthesizer.h */; };
|
|
818
795
|
8F36546FCCCBE918C9088111 /* XCTestCaseDiscoveryUIAutomationDelegate-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = E29888B75A756D1CCD21604C /* XCTestCaseDiscoveryUIAutomationDelegate-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
819
796
|
8FC4331C2C06A3E8B8F490E2 /* FBDebugCommands.m in Sources */ = {isa = PBXBuildFile; fileRef = EE9AB7551CAEDF0C008C271F /* FBDebugCommands.m */; };
|
|
820
|
-
90107B3BBFBF3B073807D51B /* HTTPLogging.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DC8D249131D30060D7EB /* HTTPLogging.h */; };
|
|
821
797
|
908767A5CCB6552156CDAFB3 /* XCTAttachmentManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D80202DC5D679EF37896431 /* XCTAttachmentManager.h */; };
|
|
798
|
+
90C6C1E34B9B850CC79BABCB /* RouteResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B52E4A09ADEA252A1B8190F /* RouteResponse.m */; };
|
|
822
799
|
914D7116A5BF672ACC7F1CE6 /* XCUIInterruptionMonitoring-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 44019CB45CF491B5FDAB8213 /* XCUIInterruptionMonitoring-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
823
800
|
918A48693FF49E932FDFE3AE /* FBElementHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 715A84CD2DD92AD3007134CC /* FBElementHelpers.h */; };
|
|
824
|
-
91FF05D51401D1F1A88FB0B0 /* FBWatchHTTPServer.m in Sources */ = {isa = PBXBuildFile; fileRef = C1CFF432CCF46627AB7315F9 /* FBWatchHTTPServer.m */; };
|
|
825
801
|
923B2C779F413A9EB7023AC5 /* XCUIElement+FBVisibleFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 71AE3CF62D38EE8E0039FC36 /* XCUIElement+FBVisibleFrame.m */; };
|
|
826
802
|
92A632860C8133ADDD5DE5F4 /* LRUCacheNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 71414ED12670A1ED003A8C5D /* LRUCacheNode.h */; };
|
|
827
803
|
92DC81D2F6E58386AC592482 /* FBXCTestDaemonsProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = EE35AD7A1E3B80C000A02D78 /* FBXCTestDaemonsProxy.m */; };
|
|
@@ -888,16 +864,18 @@
|
|
|
888
864
|
A72A8752161D64BDB5290703 /* XCUISystem.h in Headers */ = {isa = PBXBuildFile; fileRef = DE39D4384E531299FAA143F7 /* XCUISystem.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
889
865
|
A781B56952349EB47FBF0DAD /* XCTMessagingRole_SystemConfiguration-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = EA24F4BE52B2520874E09BEF /* XCTMessagingRole_SystemConfiguration-Protocol.h */; };
|
|
890
866
|
A7F0DE38C7CB24D31857C7AE /* XCTSourceCodeContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 530D925D1492C4DF826B46BB /* XCTSourceCodeContext.h */; };
|
|
891
|
-
A8635BD557F97E6C29A0790E /* RoutingHTTPServer.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DCA724913C210060D7EB /* RoutingHTTPServer.h */; };
|
|
892
867
|
A893F1BC22A6066353FCD515 /* XCUIApplicationProcess+FBQuiescence.m in Sources */ = {isa = PBXBuildFile; fileRef = 71D475C12538F5A8008D9401 /* XCUIApplicationProcess+FBQuiescence.m */; };
|
|
893
868
|
A8CEAEFC8CC63F94DA0176A9 /* XCUIDevice+FBVoiceOver.h in Headers */ = {isa = PBXBuildFile; fileRef = A1B2C3D41F001A00A1B0001 /* XCUIDevice+FBVoiceOver.h */; };
|
|
894
869
|
A95AE6DC8C54B7E2C3CB2570 /* XCTMessagingRole_SelfDiagnosisIssueReporting-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 74AA57E9A81B1B0515CB587F /* XCTMessagingRole_SelfDiagnosisIssueReporting-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
895
870
|
A967F44C38E10C0295AD08FF /* XCTMessagingRole_CapabilityExchange-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 62A682C55077710D1D90ABC3 /* XCTMessagingRole_CapabilityExchange-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
896
871
|
A970B1FBC690CBE536636228 /* WebDriverAgentLib_watchOS.framework in Copy frameworks */ = {isa = PBXBuildFile; fileRef = D1171249FE5D91AC5D797E5C /* WebDriverAgentLib_watchOS.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
|
|
897
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 */; };
|
|
898
875
|
AAA213E600F40AB7F43D1015 /* WebDriverAgentLib_tvOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 641EE6F82240C5CA00173FCB /* WebDriverAgentLib_tvOS.framework */; };
|
|
899
876
|
AABBCCDDEEFF001122334457 /* SceneDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = AABBCCDDEEFF001122334456 /* SceneDelegate.m */; };
|
|
900
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 */; };
|
|
901
879
|
AB8D3BCC12F3A47869D31341 /* XCTMessagingRole_TestExecution-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 209C65575782ECAA09892D2B /* XCTMessagingRole_TestExecution-Protocol.h */; };
|
|
902
880
|
AC3529AFA966E7202CB3B3B1 /* FBRoute.h in Headers */ = {isa = PBXBuildFile; fileRef = EE9AB7841CAEDF0C008C271F /* FBRoute.h */; };
|
|
903
881
|
AC8CA9AA80C6ECF4D1405F25 /* XCTMemoryCheckerDelegate-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EEB78C32D7E6DD6E4EBCD26 /* XCTMemoryCheckerDelegate-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
@@ -922,7 +900,6 @@
|
|
|
922
900
|
ADEF63AF1D09DEBE0070A7E3 /* FBRuntimeUtilsTests.m in Sources */ = {isa = PBXBuildFile; fileRef = ADEF63AE1D09DEBE0070A7E3 /* FBRuntimeUtilsTests.m */; };
|
|
923
901
|
AEA08D6963D0F969992A56C3 /* XCTMemoryChecker.h in Headers */ = {isa = PBXBuildFile; fileRef = AFD7929A5F0B45397F0D64CB /* XCTMemoryChecker.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
924
902
|
AF13E087AA2FF233A495CD0A /* XCUIResetAuthorizationStatusOfProtectedResourcesInterface-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A0B17F41E4461BBD09A2962 /* XCUIResetAuthorizationStatusOfProtectedResourcesInterface-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
925
|
-
AF4223DDBCC9EC79D4F9DC0D /* DDRange.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DC7B249131B00060D7EB /* DDRange.h */; };
|
|
926
903
|
AF4B652A13BCF1C08AD6ECA0 /* XCTSignpostListener-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F9351F7A43851CA5DFF47CD /* XCTSignpostListener-Protocol.h */; };
|
|
927
904
|
AF718FF9F916429C65A2FD11 /* XCTRuntimeIssueDetectionPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = B98A9F937EF98D6359FCCC7A /* XCTRuntimeIssueDetectionPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
928
905
|
B1A18407C6600D9E8ABABD5A /* XCUIApplicationProcessDelegate-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 43FCB89739438814F43BCA24 /* XCUIApplicationProcessDelegate-Protocol.h */; };
|
|
@@ -946,7 +923,6 @@
|
|
|
946
923
|
BC91C1F00C54FE2115DE983F /* FBRunLoopSpinner.m in Sources */ = {isa = PBXBuildFile; fileRef = EEE9B4711CD02B88009D2030 /* FBRunLoopSpinner.m */; };
|
|
947
924
|
BC91E1DAF79A56CFC4A77D6E /* XCTReportingSessionTestReporter.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D6B33F48F089C945641DB3F /* XCTReportingSessionTestReporter.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
948
925
|
BCC63D234BBBA7F8BF8E953D /* XCTRepetitionPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = A1291FF806FE75EDE239FE44 /* XCTRepetitionPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
949
|
-
BCC9E02491560712221045CC /* HTTPServer.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DC8B249131D30060D7EB /* HTTPServer.h */; };
|
|
950
926
|
BD2A5D43881B449E533D5800 /* UIKeyboardImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = 648C10AA22AAAD9C00B81B9A /* UIKeyboardImpl.h */; };
|
|
951
927
|
BD8002B8812AF2CDD76BDF4D /* FBImageUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 7150348621A6DAD600A0F4BA /* FBImageUtils.m */; };
|
|
952
928
|
BE63FC311D9DD0A98874568B /* XCUIApplicationManaging-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 00834B3220005AD5A5ABEF7C /* XCUIApplicationManaging-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
@@ -958,11 +934,9 @@
|
|
|
958
934
|
C07F140AF96143A0A5CAA2B0 /* XCTestCaseDiscoveryUIAutomationDelegate-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = E29888B75A756D1CCD21604C /* XCTestCaseDiscoveryUIAutomationDelegate-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
959
935
|
C1414C29C836902466C4D6DB /* XCTestCastMethodNamesUIAutomationDelegate-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = A80A1C12FA9899367D316E8C /* XCTestCastMethodNamesUIAutomationDelegate-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
960
936
|
C14FD6933C5E978E7E54F44D /* XCTMessagingRole_BundleRequesting-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = C928E94CBC13E262D818C28E /* XCTMessagingRole_BundleRequesting-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
961
|
-
C154B8CD167DBE068EA74719 /* HTTPMessage.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DC87249131D30060D7EB /* HTTPMessage.h */; };
|
|
962
937
|
C158CE0AD6EEBEA854454AA2 /* XCUIApplicationProcessManaging-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C710FE3AB9E9C22BD2A9E84 /* XCUIApplicationProcessManaging-Protocol.h */; };
|
|
963
938
|
C1ACCF2EAF1C402FDF4FEFFD /* XCTMessagingRole_PerformanceMeasurementReporting-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B650ADFEEA2369A10F6C1F1 /* XCTMessagingRole_PerformanceMeasurementReporting-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
964
939
|
C22CA4AEE1C7395AE82B3BD3 /* XCTMessagingRole_PerformanceMeasurementReporting-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B650ADFEEA2369A10F6C1F1 /* XCTMessagingRole_PerformanceMeasurementReporting-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
965
|
-
C2D22426DB9FCE6AD84FA16A /* RouteRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 97FFAEF000CE312DEBEA9385 /* RouteRequest.m */; };
|
|
966
940
|
C2F6BB3D8A49F762E5172768 /* libxml2.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 7155B419224D5B460042A993 /* libxml2.tbd */; };
|
|
967
941
|
C309FAE89D050C90496FB87B /* XCTRemoteSignpostListenerProxy-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E47AA1A44A4A3C6EDCB6804 /* XCTRemoteSignpostListenerProxy-Protocol.h */; };
|
|
968
942
|
C3A3578B56BF260A77EB1ECF /* XCUIAlertMonitoring-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = DB5797DE5A0B4E7EE3D166F7 /* XCUIAlertMonitoring-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
@@ -988,6 +962,7 @@
|
|
|
988
962
|
C8FB547922D4C1FC00B69954 /* FBUnattachedAppLauncher.h in Headers */ = {isa = PBXBuildFile; fileRef = C8FB547722D4C1FC00B69954 /* FBUnattachedAppLauncher.h */; };
|
|
989
963
|
C8FB547A22D4C1FC00B69954 /* FBUnattachedAppLauncher.m in Sources */ = {isa = PBXBuildFile; fileRef = C8FB547822D4C1FC00B69954 /* FBUnattachedAppLauncher.m */; };
|
|
990
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 */; };
|
|
991
966
|
CA1E428789B0D9CB9C874133 /* XCUIKnobControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C78201A2212BEA77979F4FF /* XCUIKnobControl.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
992
967
|
CAA29EF94D29713540C57528 /* XCUIInterruptionMonitoring-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 44019CB45CF491B5FDAB8213 /* XCUIInterruptionMonitoring-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
993
968
|
CB1790B793BB813AF80F65DF /* XCUIElement+FBTVFocuse.h in Headers */ = {isa = PBXBuildFile; fileRef = 641EE7042240CDCF00173FCB /* XCUIElement+FBTVFocuse.h */; };
|
|
@@ -1005,6 +980,7 @@
|
|
|
1005
980
|
D02E19924A93582C7F4F80AF /* _TtC10XCTestCore19XCTReportingContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DFEF3D0F3F006AC53F9E525 /* _TtC10XCTestCore19XCTReportingContext.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
1006
981
|
D062CA5914608761FE002799 /* FBXCAXClientProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7157B290221DADD2001C348C /* FBXCAXClientProxy.m */; };
|
|
1007
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 */; };
|
|
1008
984
|
D1212325FDE77754EE503755 /* FBRouteRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = EE9AB7881CAEDF0C008C271F /* FBRouteRequest.m */; };
|
|
1009
985
|
D142183578036F5FD5B9880B /* XCUIDevice+FBHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = AD6C26961CF2481700F8B5FF /* XCUIDevice+FBHelpers.h */; };
|
|
1010
986
|
D14718959F7D46949859EEE6 /* FBDebugLogDelegateDecorator.m in Sources */ = {isa = PBXBuildFile; fileRef = EE7E27191D06C69F001BEC7B /* FBDebugLogDelegateDecorator.m */; };
|
|
@@ -1032,6 +1008,7 @@
|
|
|
1032
1008
|
D87509BF0784FDFFD57A2EF5 /* FBNotificationsHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 719DCF142601EAFB000E765F /* FBNotificationsHelper.m */; };
|
|
1033
1009
|
D9D6F0D054AF1BDAAFD0E667 /* XCUIXcodeApplicationManaging-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 30ABCB5051B826025F77E360 /* XCUIXcodeApplicationManaging-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
1034
1010
|
DA26A56D4FE01CA1FAF6F1E7 /* FBOrientationCommands.m in Sources */ = {isa = PBXBuildFile; fileRef = EE9AB75D1CAEDF0C008C271F /* FBOrientationCommands.m */; };
|
|
1011
|
+
DAB4F2FB4C0AB107E461BBA4 /* RouteResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = 01E7CFEBAD717FCF4BCDD383 /* RouteResponse.h */; };
|
|
1035
1012
|
DADC5E6FD3E80449EE5B5841 /* NSString+FBVisualLength.h in Headers */ = {isa = PBXBuildFile; fileRef = EE0D1F5F1EBCDCF7006A3123 /* NSString+FBVisualLength.h */; };
|
|
1036
1013
|
DAFD9ED6842CE53DBAF9F8EB /* XCTMessagingRole_DebugLogging-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 471DF7EE3C63C3069FB9D40D /* XCTMessagingRole_DebugLogging-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
1037
1014
|
DBD3777FD8EAD997F04F52A2 /* XCTMessagingRole_ProcessMonitoring-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = B43D656732067585371ADD31 /* XCTMessagingRole_ProcessMonitoring-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
@@ -1052,49 +1029,9 @@
|
|
|
1052
1029
|
E2EEFB9B3D049FB31AF1CFF4 /* XCUISiriService.h in Headers */ = {isa = PBXBuildFile; fileRef = 7076779B6AB29D5AAB5E4D33 /* XCUISiriService.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
1053
1030
|
E30D52357A950271BD8EF346 /* XCTReportingSessionTestContainer-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = D5D58975822CD58C8FEF7FEB /* XCTReportingSessionTestContainer-Protocol.h */; };
|
|
1054
1031
|
E3653A8F329E8AB4061B0310 /* FBConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = EE9B76A11CF7A43900275851 /* FBConfiguration.h */; };
|
|
1055
|
-
E444DC65249131890060D7EB /* HTTPErrorResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DC59249131880060D7EB /* HTTPErrorResponse.h */; };
|
|
1056
|
-
E444DC67249131890060D7EB /* HTTPDataResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = E444DC5B249131880060D7EB /* HTTPDataResponse.m */; };
|
|
1057
|
-
E444DC6C249131890060D7EB /* HTTPDataResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DC60249131890060D7EB /* HTTPDataResponse.h */; };
|
|
1058
|
-
E444DC6D249131890060D7EB /* HTTPErrorResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = E444DC61249131890060D7EB /* HTTPErrorResponse.m */; };
|
|
1059
|
-
E444DC81249131B10060D7EB /* DDRange.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DC7B249131B00060D7EB /* DDRange.h */; };
|
|
1060
|
-
E444DC83249131B10060D7EB /* DDNumber.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DC7D249131B00060D7EB /* DDNumber.h */; };
|
|
1061
|
-
E444DC84249131B10060D7EB /* DDRange.m in Sources */ = {isa = PBXBuildFile; fileRef = E444DC7E249131B00060D7EB /* DDRange.m */; };
|
|
1062
|
-
E444DC85249131B10060D7EB /* DDNumber.m in Sources */ = {isa = PBXBuildFile; fileRef = E444DC7F249131B00060D7EB /* DDNumber.m */; };
|
|
1063
|
-
E444DC93249131D40060D7EB /* HTTPMessage.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DC87249131D30060D7EB /* HTTPMessage.h */; };
|
|
1064
|
-
E444DC95249131D40060D7EB /* HTTPConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DC89249131D30060D7EB /* HTTPConnection.h */; };
|
|
1065
|
-
E444DC97249131D40060D7EB /* HTTPServer.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DC8B249131D30060D7EB /* HTTPServer.h */; };
|
|
1066
|
-
E444DC98249131D40060D7EB /* HTTPConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = E444DC8C249131D30060D7EB /* HTTPConnection.m */; };
|
|
1067
|
-
E444DC99249131D40060D7EB /* HTTPLogging.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DC8D249131D30060D7EB /* HTTPLogging.h */; };
|
|
1068
|
-
E444DC9B249131D40060D7EB /* HTTPResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DC8F249131D40060D7EB /* HTTPResponse.h */; };
|
|
1069
|
-
E444DC9C249131D40060D7EB /* HTTPServer.m in Sources */ = {isa = PBXBuildFile; fileRef = E444DC90249131D40060D7EB /* HTTPServer.m */; };
|
|
1070
|
-
E444DC9D249131D40060D7EB /* HTTPMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = E444DC91249131D40060D7EB /* HTTPMessage.m */; };
|
|
1071
|
-
E444DCAB24913C220060D7EB /* HTTPResponseProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = E444DC9F24913C210060D7EB /* HTTPResponseProxy.m */; };
|
|
1072
|
-
E444DCAC24913C220060D7EB /* Route.m in Sources */ = {isa = PBXBuildFile; fileRef = E444DCA024913C210060D7EB /* Route.m */; };
|
|
1073
|
-
E444DCAD24913C220060D7EB /* RouteResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DCA124913C210060D7EB /* RouteResponse.h */; };
|
|
1074
|
-
E444DCAE24913C220060D7EB /* HTTPResponseProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DCA224913C210060D7EB /* HTTPResponseProxy.h */; };
|
|
1075
|
-
E444DCAF24913C220060D7EB /* Route.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DCA324913C210060D7EB /* Route.h */; };
|
|
1076
|
-
E444DCB024913C220060D7EB /* RouteResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = E444DCA424913C210060D7EB /* RouteResponse.m */; };
|
|
1077
|
-
E444DCB124913C220060D7EB /* RoutingConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DCA524913C210060D7EB /* RoutingConnection.h */; };
|
|
1078
|
-
E444DCB224913C220060D7EB /* RoutingConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = E444DCA624913C210060D7EB /* RoutingConnection.m */; };
|
|
1079
|
-
E444DCB324913C220060D7EB /* RoutingHTTPServer.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DCA724913C210060D7EB /* RoutingHTTPServer.h */; };
|
|
1080
|
-
E444DCB424913C220060D7EB /* RoutingHTTPServer.m in Sources */ = {isa = PBXBuildFile; fileRef = E444DCA824913C220060D7EB /* RoutingHTTPServer.m */; };
|
|
1081
|
-
E444DCB524913C220060D7EB /* RouteRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = E444DCA924913C220060D7EB /* RouteRequest.m */; };
|
|
1082
|
-
E444DCB624913C220060D7EB /* RouteRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DCAA24913C220060D7EB /* RouteRequest.h */; };
|
|
1083
|
-
E444DCBC24917A5E0060D7EB /* HTTPResponseProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = E444DC9F24913C210060D7EB /* HTTPResponseProxy.m */; };
|
|
1084
|
-
E444DCBE24917A5E0060D7EB /* Route.m in Sources */ = {isa = PBXBuildFile; fileRef = E444DCA024913C210060D7EB /* Route.m */; };
|
|
1085
|
-
E444DCC024917A5E0060D7EB /* RouteRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = E444DCA924913C220060D7EB /* RouteRequest.m */; };
|
|
1086
|
-
E444DCC224917A5E0060D7EB /* RouteResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = E444DCA424913C210060D7EB /* RouteResponse.m */; };
|
|
1087
|
-
E444DCC424917A5E0060D7EB /* RoutingConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = E444DCA624913C210060D7EB /* RoutingConnection.m */; };
|
|
1088
|
-
E444DCC624917A5E0060D7EB /* RoutingHTTPServer.m in Sources */ = {isa = PBXBuildFile; fileRef = E444DCA824913C220060D7EB /* RoutingHTTPServer.m */; };
|
|
1089
|
-
E444DCC824917A5E0060D7EB /* HTTPConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = E444DC8C249131D30060D7EB /* HTTPConnection.m */; };
|
|
1090
|
-
E444DCCB24917A5E0060D7EB /* HTTPMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = E444DC91249131D40060D7EB /* HTTPMessage.m */; };
|
|
1091
|
-
E444DCCE24917A5E0060D7EB /* HTTPServer.m in Sources */ = {isa = PBXBuildFile; fileRef = E444DC90249131D40060D7EB /* HTTPServer.m */; };
|
|
1092
|
-
E444DCD024917A5E0060D7EB /* HTTPDataResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = E444DC5B249131880060D7EB /* HTTPDataResponse.m */; };
|
|
1093
|
-
E444DCD224917A5E0060D7EB /* HTTPErrorResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = E444DC61249131890060D7EB /* HTTPErrorResponse.m */; };
|
|
1094
|
-
E444DCD424917A5E0060D7EB /* DDNumber.m in Sources */ = {isa = PBXBuildFile; fileRef = E444DC7F249131B00060D7EB /* DDNumber.m */; };
|
|
1095
|
-
E444DCD624917A5E0060D7EB /* DDRange.m in Sources */ = {isa = PBXBuildFile; fileRef = E444DC7E249131B00060D7EB /* DDRange.m */; };
|
|
1096
1032
|
E47C0E7ED1200567EC7DA4FC /* XCUIApplicationProcess+FBQuiescence.h in Headers */ = {isa = PBXBuildFile; fileRef = 71D475C02538F5A8008D9401 /* XCUIApplicationProcess+FBQuiescence.h */; };
|
|
1097
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 */; };
|
|
1098
1035
|
E571286CBEA891946EED7C70 /* XCTSourceCodeLocation.h in Headers */ = {isa = PBXBuildFile; fileRef = 81BB54ECBFB5B7B680BB5D4F /* XCTSourceCodeLocation.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
1099
1036
|
E608A983E2E6A6A1A46A6E91 /* XCUIDeviceAutomationModeInterface-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CF2F53B94CC13C628FC7760 /* XCUIDeviceAutomationModeInterface-Protocol.h */; };
|
|
1100
1037
|
E62AED48CAE64088C1E7498B /* XCUIElement+FBPickerWheel.h in Headers */ = {isa = PBXBuildFile; fileRef = 7136A4771E8918E60024FC3D /* XCUIElement+FBPickerWheel.h */; };
|
|
@@ -1117,7 +1054,6 @@
|
|
|
1117
1054
|
ECC4ABB5477FBA3D442559B1 /* AppDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 242FCA9DD0E30D748E0A1969 /* AppDelegate.h */; };
|
|
1118
1055
|
ED055540E72DDD419F88EEA4 /* XCUIApplicationProcessDelay.m in Sources */ = {isa = PBXBuildFile; fileRef = 6385F4A5220A40760095BBDB /* XCUIApplicationProcessDelay.m */; };
|
|
1119
1056
|
ED342D194B20A206864675B2 /* XCUIApplication+FBUIInterruptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 716C9DFE27315EFF005AD475 /* XCUIApplication+FBUIInterruptions.h */; };
|
|
1120
|
-
EDB13FDB5D8220A65560629B /* HTTPErrorResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DC59249131880060D7EB /* HTTPErrorResponse.h */; };
|
|
1121
1057
|
EDC993E0858F89F73D8E9DF8 /* FBCustomCommands.m in Sources */ = {isa = PBXBuildFile; fileRef = EE9AB7531CAEDF0C008C271F /* FBCustomCommands.m */; };
|
|
1122
1058
|
EDF7C92DC3B9860FC08BE3DC /* XCTFuture.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F044AD574A9837C04F833CB /* XCTFuture.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
1123
1059
|
EE006EAD1EB99B15006900A4 /* FBElementVisibilityTests.m in Sources */ = {isa = PBXBuildFile; fileRef = EE006EAC1EB99B15006900A4 /* FBElementVisibilityTests.m */; };
|
|
@@ -1185,7 +1121,6 @@
|
|
|
1185
1121
|
EE2202131ECC612200A29571 /* FBIntegrationTestCase.m in Sources */ = {isa = PBXBuildFile; fileRef = EE1E06D91D1808C2007CF043 /* FBIntegrationTestCase.m */; };
|
|
1186
1122
|
EE2202171ECC612200A29571 /* WebDriverAgentLib.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EE158A991CBD452B00A3E3F0 /* WebDriverAgentLib.framework */; };
|
|
1187
1123
|
EE22021E1ECC618900A29571 /* FBTapTest.m in Sources */ = {isa = PBXBuildFile; fileRef = EE26409A1D0EB5E8009BE6B0 /* FBTapTest.m */; };
|
|
1188
|
-
EE22974A8F641FA94DCBCB3E /* HTTPDataResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DC60249131890060D7EB /* HTTPDataResponse.h */; };
|
|
1189
1124
|
EE26409D1D0EBA25009BE6B0 /* FBElementAttributeTests.m in Sources */ = {isa = PBXBuildFile; fileRef = EE26409C1D0EBA25009BE6B0 /* FBElementAttributeTests.m */; };
|
|
1190
1125
|
EE35AD151E3B77D600A02D78 /* CDStructures.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACA41E3B77D600A02D78 /* CDStructures.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
1191
1126
|
EE35AD281E3B77D600A02D78 /* XCApplicationQuery.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACB71E3B77D600A02D78 /* XCApplicationQuery.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
@@ -1287,7 +1222,6 @@
|
|
|
1287
1222
|
F036DAC96136D88F0427B9CB /* XCUIElementTypeQueryProvider_Private-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = AF208CBAC82CDFF8B6F88867 /* XCUIElementTypeQueryProvider_Private-Protocol.h */; };
|
|
1288
1223
|
F03F1D8CFEA1D26423192BF0 /* XCTExpectedFailureContextManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9AF0584AD9B6D0A57012C978 /* XCTExpectedFailureContextManager.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
1289
1224
|
F044875736461509BDFC72B9 /* XCTMessagingRole_HIDEventRecording-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 94D7F0C1E30FBDB5D2583908 /* XCTMessagingRole_HIDEventRecording-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
1290
|
-
F0F7B8DFB14C9DFC86DFFBFD /* RouteResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DCA124913C210060D7EB /* RouteResponse.h */; };
|
|
1291
1225
|
F12C29FCEE471095C1FA8A7A /* XCUIDeviceEventAndStateInterface-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 003AAAB9CB5FB38E45E05F6F /* XCUIDeviceEventAndStateInterface-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
1292
1226
|
F12D854E1692CE11249A9762 /* XCTReportingSession.h in Headers */ = {isa = PBXBuildFile; fileRef = CB69A2606052D5979C5A436F /* XCTReportingSession.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
1293
1227
|
F13426E5482242AFB787BE4A /* FBActiveAppDetectionPoint.h in Headers */ = {isa = PBXBuildFile; fileRef = 13815F6D2328D20400CDAB61 /* FBActiveAppDetectionPoint.h */; };
|
|
@@ -1318,10 +1252,8 @@
|
|
|
1318
1252
|
FAC85D261CAD26DB5F9D804C /* XCUIPlatformApplicationServicesProviding-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BA71BCF1FDA482419CA8596 /* XCUIPlatformApplicationServicesProviding-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
1319
1253
|
FBAFC553152CE132D6CB98E5 /* XCUIDeviceDelayedAttachmentTransferSupportInterface-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C19CEEEC9858A106061D1F8 /* XCUIDeviceDelayedAttachmentTransferSupportInterface-Protocol.h */; };
|
|
1320
1254
|
FBB82323D9D57F069440BF94 /* XCTMessagingRole_SystemConfiguration-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = EA24F4BE52B2520874E09BEF /* XCTMessagingRole_SystemConfiguration-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
1321
|
-
FBDF04E5916B91FCEC0190CB /* Route.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DCA324913C210060D7EB /* Route.h */; };
|
|
1322
1255
|
FBF064E4D96CFCD08E1F4EF7 /* XCUIDevice.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACFD1E3B77D600A02D78 /* XCUIDevice.h */; };
|
|
1323
1256
|
FBFEC05ED2C01D1EAE34BE9A /* WDAScreenshotAndSourceIntegrationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75F677B5B7737E7E1F321C20 /* WDAScreenshotAndSourceIntegrationTests.swift */; };
|
|
1324
|
-
AA11BB22CC33DD44EE55FF04 /* WDAMjpegStreamingIntegrationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA11BB22CC33DD44EE55FF03 /* WDAMjpegStreamingIntegrationTests.swift */; };
|
|
1325
1257
|
FC607DB5132FEF425237267B /* XCTMessagingRole_MemoryTesting-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 13D863EAE7F6F8B7E42D99B9 /* XCTMessagingRole_MemoryTesting-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
1326
1258
|
FC73EE781D24A598B44C3337 /* XCUIElement+FBScrolling.m in Sources */ = {isa = PBXBuildFile; fileRef = EE9AB74A1CAEDF0C008C271F /* XCUIElement+FBScrolling.m */; };
|
|
1327
1259
|
FD89236D119E129E8CEBDBCD /* XCTMessagingRole_HIDEventRecording-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 94D7F0C1E30FBDB5D2583908 /* XCTMessagingRole_HIDEventRecording-Protocol.h */; };
|
|
@@ -1330,7 +1262,6 @@
|
|
|
1330
1262
|
FDEB571007C83EC56F365EB3 /* XCTMessagingRole_EventSynthesis-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E2F8B9A21359AC98424DDE0 /* XCTMessagingRole_EventSynthesis-Protocol.h */; };
|
|
1331
1263
|
FEB143DBE613795D4F8693B4 /* FBSession.h in Headers */ = {isa = PBXBuildFile; fileRef = EE9AB78A1CAEDF0C008C271F /* FBSession.h */; };
|
|
1332
1264
|
FEC3A97A4929115A192F947A /* XCUIDeviceEventAndStateInterface-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 003AAAB9CB5FB38E45E05F6F /* XCUIDeviceEventAndStateInterface-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
1333
|
-
FEC52AE4F35AD38D3AC2659F /* RoutingConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DCA524913C210060D7EB /* RoutingConnection.h */; };
|
|
1334
1265
|
FFA7672B731B57AB9283DD40 /* FBXCElementSnapshotWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 13DE7A53287CA1EC003243C6 /* FBXCElementSnapshotWrapper.h */; };
|
|
1335
1266
|
FFD70914E6D8CE5D4FED4B69 /* XCUIAXNotificationHandling-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = EA96C2FEDE73CB5148BA4949 /* XCUIAXNotificationHandling-Protocol.h */; };
|
|
1336
1267
|
/* End PBXBuildFile section */
|
|
@@ -1482,7 +1413,9 @@
|
|
|
1482
1413
|
/* Begin PBXFileReference section */
|
|
1483
1414
|
003AAAB9CB5FB38E45E05F6F /* XCUIDeviceEventAndStateInterface-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCUIDeviceEventAndStateInterface-Protocol.h"; sourceTree = "<group>"; };
|
|
1484
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>"; };
|
|
1485
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>"; };
|
|
1486
1419
|
036CD60C5DFA1644E3D51289 /* XCTMessagingRole_UserPresence-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTMessagingRole_UserPresence-Protocol.h"; sourceTree = "<group>"; };
|
|
1487
1420
|
059F291E7D13B17580B4AD43 /* _XCTMessaging_VoidProtocol-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "_XCTMessaging_VoidProtocol-Protocol.h"; sourceTree = "<group>"; };
|
|
1488
1421
|
0DC62BF635704E9C72AF533E /* XCUIElementEventTarget-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCUIElementEventTarget-Protocol.h"; sourceTree = "<group>"; };
|
|
@@ -1534,7 +1467,7 @@
|
|
|
1534
1467
|
315A15082518D6F400A3A064 /* TouchViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TouchViewController.h; sourceTree = "<group>"; };
|
|
1535
1468
|
315A15092518D6F400A3A064 /* TouchViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = TouchViewController.m; sourceTree = "<group>"; };
|
|
1536
1469
|
3238E68F292452D8234153F1 /* XCUIApplicationProcessTracker-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCUIApplicationProcessTracker-Protocol.h"; sourceTree = "<group>"; };
|
|
1537
|
-
|
|
1470
|
+
374BB11AE4E4243BCA444CF8 /* RouteRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RouteRequest.m; sourceTree = "<group>"; };
|
|
1538
1471
|
38E3FC945B8BF6F6AFD73EE7 /* XCTElementSnapshotAttributeDataSource-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTElementSnapshotAttributeDataSource-Protocol.h"; sourceTree = "<group>"; };
|
|
1539
1472
|
3A53731B41356D9B4E723A4D /* FBTVFocusIntegrationTests.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = FBTVFocusIntegrationTests.m; sourceTree = "<group>"; };
|
|
1540
1473
|
3B3F8E1F3F489A3A94A61ADB /* XCTMessagingChannel_IDEToRunner-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTMessagingChannel_IDEToRunner-Protocol.h"; sourceTree = "<group>"; };
|
|
@@ -1550,6 +1483,7 @@
|
|
|
1550
1483
|
4951F55904679A17CDFEC186 /* XCTMessagingRole_UIAutomationRunnerEventReporting-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTMessagingRole_UIAutomationRunnerEventReporting-Protocol.h"; sourceTree = "<group>"; };
|
|
1551
1484
|
49D8AC825D239A4A1D834F62 /* XCTestCaseUIAutomationDelegate-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTestCaseUIAutomationDelegate-Protocol.h"; sourceTree = "<group>"; };
|
|
1552
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>"; };
|
|
1553
1487
|
4C19CEEEC9858A106061D1F8 /* XCUIDeviceDelayedAttachmentTransferSupportInterface-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCUIDeviceDelayedAttachmentTransferSupportInterface-Protocol.h"; sourceTree = "<group>"; };
|
|
1554
1488
|
4E2F683D8A6C6EAAEC8B080A /* XCTMessagingRole_SignpostRequesting-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTMessagingRole_SignpostRequesting-Protocol.h"; sourceTree = "<group>"; };
|
|
1555
1489
|
525D62A58488A52AA1BFE94A /* XCTReportingSessionIssueReporter-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTReportingSessionIssueReporter-Protocol.h"; sourceTree = "<group>"; };
|
|
@@ -1663,10 +1597,6 @@
|
|
|
1663
1597
|
716F0DA52A17323300CDD977 /* NSDictionaryFBUtf8SafeTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = NSDictionaryFBUtf8SafeTests.m; sourceTree = "<group>"; };
|
|
1664
1598
|
717C0D702518ED2800CAA6EC /* TVOSSettings.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = TVOSSettings.xcconfig; sourceTree = "<group>"; };
|
|
1665
1599
|
717C0D862518ED7000CAA6EC /* TVOSTestSettings.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = TVOSTestSettings.xcconfig; sourceTree = "<group>"; };
|
|
1666
|
-
718226C62587443600661B83 /* GCDAsyncUdpSocket.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GCDAsyncUdpSocket.h; path = WebDriverAgentLib/Vendor/CocoaAsyncSocket/GCDAsyncUdpSocket.h; sourceTree = SOURCE_ROOT; };
|
|
1667
|
-
718226C72587443600661B83 /* GCDAsyncSocket.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GCDAsyncSocket.h; path = WebDriverAgentLib/Vendor/CocoaAsyncSocket/GCDAsyncSocket.h; sourceTree = SOURCE_ROOT; };
|
|
1668
|
-
718226C82587443600661B83 /* GCDAsyncSocket.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GCDAsyncSocket.m; path = WebDriverAgentLib/Vendor/CocoaAsyncSocket/GCDAsyncSocket.m; sourceTree = SOURCE_ROOT; };
|
|
1669
|
-
718226C92587443600661B83 /* GCDAsyncUdpSocket.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GCDAsyncUdpSocket.m; path = WebDriverAgentLib/Vendor/CocoaAsyncSocket/GCDAsyncUdpSocket.m; sourceTree = SOURCE_ROOT; };
|
|
1670
1600
|
7183E8C2B556594311CB8898 /* XCUIRemoteSiriInterface-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCUIRemoteSiriInterface-Protocol.h"; sourceTree = "<group>"; };
|
|
1671
1601
|
718F49C7230844330045FE8B /* FBProtocolHelpersTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FBProtocolHelpersTests.m; sourceTree = "<group>"; };
|
|
1672
1602
|
71930C4020662E1F00D3AFEC /* FBPasteboard.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FBPasteboard.h; sourceTree = "<group>"; };
|
|
@@ -1741,7 +1671,6 @@
|
|
|
1741
1671
|
75438FC693C39052C82C27DB /* XCUIApplicationRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = XCUIApplicationRegistry.h; sourceTree = "<group>"; };
|
|
1742
1672
|
758FC0D745C185A2C28BEDA1 /* IntegrationApp_watchOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = IntegrationApp_watchOS.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
1743
1673
|
75F677B5B7737E7E1F321C20 /* WDAScreenshotAndSourceIntegrationTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = WDAScreenshotAndSourceIntegrationTests.swift; sourceTree = "<group>"; };
|
|
1744
|
-
AA11BB22CC33DD44EE55FF03 /* WDAMjpegStreamingIntegrationTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = WDAMjpegStreamingIntegrationTests.swift; sourceTree = "<group>"; };
|
|
1745
1674
|
7AA21CEBA6E92AAC73FB6A48 /* XCTAggregateSuiteRunStatistics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = XCTAggregateSuiteRunStatistics.h; sourceTree = "<group>"; };
|
|
1746
1675
|
7CBAA574F7786985E01D0B6F /* XCTHarnessEventReporting-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTHarnessEventReporting-Protocol.h"; sourceTree = "<group>"; };
|
|
1747
1676
|
7E079E00FE148476F94BC42F /* XCTTestIdentifierSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = XCTTestIdentifierSet.h; sourceTree = "<group>"; };
|
|
@@ -1762,7 +1691,6 @@
|
|
|
1762
1691
|
912F32C353FE7C3E7C841405 /* WDATypingIntegrationTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = WDATypingIntegrationTests.swift; sourceTree = "<group>"; };
|
|
1763
1692
|
92182E4007B37665AB8CD88E /* XCTMessagingRole_UIAutomation-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTMessagingRole_UIAutomation-Protocol.h"; sourceTree = "<group>"; };
|
|
1764
1693
|
94D7F0C1E30FBDB5D2583908 /* XCTMessagingRole_HIDEventRecording-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTMessagingRole_HIDEventRecording-Protocol.h"; sourceTree = "<group>"; };
|
|
1765
|
-
97FFAEF000CE312DEBEA9385 /* RouteRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RouteRequest.m; sourceTree = "<group>"; };
|
|
1766
1694
|
9A0B17F41E4461BBD09A2962 /* XCUIResetAuthorizationStatusOfProtectedResourcesInterface-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCUIResetAuthorizationStatusOfProtectedResourcesInterface-Protocol.h"; sourceTree = "<group>"; };
|
|
1767
1695
|
9AF0584AD9B6D0A57012C978 /* XCTExpectedFailureContextManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = XCTExpectedFailureContextManager.h; sourceTree = "<group>"; };
|
|
1768
1696
|
9C280328DE3379F9EF701A20 /* WDAWatchInProcessTestCase.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = WDAWatchInProcessTestCase.swift; sourceTree = "<group>"; };
|
|
@@ -1776,9 +1704,11 @@
|
|
|
1776
1704
|
A80A1C12FA9899367D316E8C /* XCTestCastMethodNamesUIAutomationDelegate-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTestCastMethodNamesUIAutomationDelegate-Protocol.h"; sourceTree = "<group>"; };
|
|
1777
1705
|
A8230FDD93639CE2E9EFE311 /* XCUILocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = XCUILocation.h; sourceTree = "<group>"; };
|
|
1778
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>"; };
|
|
1779
1708
|
AA2351C66A4616534FB81AE4 /* XCTMessagingRole_ForcePressureSupportQuerying-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTMessagingRole_ForcePressureSupportQuerying-Protocol.h"; sourceTree = "<group>"; };
|
|
1780
1709
|
AABBCCDDEEFF001122334455 /* SceneDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SceneDelegate.h; sourceTree = "<group>"; };
|
|
1781
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>"; };
|
|
1782
1712
|
AAE921136A147FD01D630869 /* WatchSpikeApp.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = WatchSpikeApp.swift; sourceTree = "<group>"; };
|
|
1783
1713
|
ACA330765D30E21E3EEB163D /* IntegrationTests_tvOS.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = IntegrationTests_tvOS.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
1784
1714
|
ACB055BCA9CCEAB3DECD1A74 /* XCTIssue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = XCTIssue.h; sourceTree = "<group>"; };
|
|
@@ -1806,12 +1736,9 @@
|
|
|
1806
1736
|
B38AC76FAF9275974F272DE9 /* XCUIEventRecording-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCUIEventRecording-Protocol.h"; sourceTree = "<group>"; };
|
|
1807
1737
|
B3FDA51EB36F03592BF48762 /* XCTMeasureOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = XCTMeasureOptions.h; sourceTree = "<group>"; };
|
|
1808
1738
|
B43D656732067585371ADD31 /* XCTMessagingRole_ProcessMonitoring-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTMessagingRole_ProcessMonitoring-Protocol.h"; sourceTree = "<group>"; };
|
|
1809
|
-
B6F479A809ED48C9D0604659 /* RouteRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RouteRequest.h; sourceTree = "<group>"; };
|
|
1810
1739
|
B8A163261EFA440E42CA6AC1 /* XCTRunnerDaemonSessionUIAutomationDelegate-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTRunnerDaemonSessionUIAutomationDelegate-Protocol.h"; sourceTree = "<group>"; };
|
|
1811
1740
|
B98A9F937EF98D6359FCCC7A /* XCTRuntimeIssueDetectionPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = XCTRuntimeIssueDetectionPolicy.h; sourceTree = "<group>"; };
|
|
1812
1741
|
BCED63DFD03326F6351165FE /* WDAFindIntegrationTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = WDAFindIntegrationTests.swift; sourceTree = "<group>"; };
|
|
1813
|
-
C1CFF432CCF46627AB7315F9 /* FBWatchHTTPServer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = FBWatchHTTPServer.m; sourceTree = "<group>"; };
|
|
1814
|
-
C31A91BD7553670CBF19500F /* RouteResponse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RouteResponse.h; sourceTree = "<group>"; };
|
|
1815
1742
|
C840A8703A7C8D48897E158A /* _XCTestObservationPrivate-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "_XCTestObservationPrivate-Protocol.h"; sourceTree = "<group>"; };
|
|
1816
1743
|
C878996F07A9B26E66FC4EAC /* WDAClickIntegrationTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = WDAClickIntegrationTests.swift; sourceTree = "<group>"; };
|
|
1817
1744
|
C8FB547322D3949C00B69954 /* LSApplicationWorkspace.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LSApplicationWorkspace.h; sourceTree = "<group>"; };
|
|
@@ -1825,6 +1752,7 @@
|
|
|
1825
1752
|
CFE8F33794194FA3EB790C46 /* WebDriverAgentRunner_watchOS.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = WebDriverAgentRunner_watchOS.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
1826
1753
|
D1171249FE5D91AC5D797E5C /* WebDriverAgentLib_watchOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = WebDriverAgentLib_watchOS.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
1827
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>"; };
|
|
1828
1756
|
D5D58975822CD58C8FEF7FEB /* XCTReportingSessionTestContainer-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTReportingSessionTestContainer-Protocol.h"; sourceTree = "<group>"; };
|
|
1829
1757
|
DB5400B170F08C71779CCD0E /* XCTCapabilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = XCTCapabilities.h; sourceTree = "<group>"; };
|
|
1830
1758
|
DB5797DE5A0B4E7EE3D166F7 /* XCUIAlertMonitoring-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCUIAlertMonitoring-Protocol.h"; sourceTree = "<group>"; };
|
|
@@ -1833,41 +1761,12 @@
|
|
|
1833
1761
|
E005FEDAF49DCFA9FB77BEF3 /* IntegrationApp_tvOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = IntegrationApp_tvOS.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
1834
1762
|
E29888B75A756D1CCD21604C /* XCTestCaseDiscoveryUIAutomationDelegate-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTestCaseDiscoveryUIAutomationDelegate-Protocol.h"; sourceTree = "<group>"; };
|
|
1835
1763
|
E2F99C1A19D7B6D5B872D084 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
1836
|
-
E444DC59249131880060D7EB /* HTTPErrorResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = HTTPErrorResponse.h; path = WebDriverAgentLib/Vendor/CocoaHTTPServer/Responses/HTTPErrorResponse.h; sourceTree = SOURCE_ROOT; };
|
|
1837
|
-
E444DC5B249131880060D7EB /* HTTPDataResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = HTTPDataResponse.m; path = WebDriverAgentLib/Vendor/CocoaHTTPServer/Responses/HTTPDataResponse.m; sourceTree = SOURCE_ROOT; };
|
|
1838
|
-
E444DC60249131890060D7EB /* HTTPDataResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = HTTPDataResponse.h; path = WebDriverAgentLib/Vendor/CocoaHTTPServer/Responses/HTTPDataResponse.h; sourceTree = SOURCE_ROOT; };
|
|
1839
|
-
E444DC61249131890060D7EB /* HTTPErrorResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = HTTPErrorResponse.m; path = WebDriverAgentLib/Vendor/CocoaHTTPServer/Responses/HTTPErrorResponse.m; sourceTree = SOURCE_ROOT; };
|
|
1840
|
-
E444DC7B249131B00060D7EB /* DDRange.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DDRange.h; path = WebDriverAgentLib/Vendor/CocoaHTTPServer/Categories/DDRange.h; sourceTree = SOURCE_ROOT; };
|
|
1841
|
-
E444DC7D249131B00060D7EB /* DDNumber.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DDNumber.h; path = WebDriverAgentLib/Vendor/CocoaHTTPServer/Categories/DDNumber.h; sourceTree = SOURCE_ROOT; };
|
|
1842
|
-
E444DC7E249131B00060D7EB /* DDRange.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = DDRange.m; path = WebDriverAgentLib/Vendor/CocoaHTTPServer/Categories/DDRange.m; sourceTree = SOURCE_ROOT; };
|
|
1843
|
-
E444DC7F249131B00060D7EB /* DDNumber.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = DDNumber.m; path = WebDriverAgentLib/Vendor/CocoaHTTPServer/Categories/DDNumber.m; sourceTree = SOURCE_ROOT; };
|
|
1844
|
-
E444DC87249131D30060D7EB /* HTTPMessage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = HTTPMessage.h; path = WebDriverAgentLib/Vendor/CocoaHTTPServer/HTTPMessage.h; sourceTree = SOURCE_ROOT; };
|
|
1845
|
-
E444DC89249131D30060D7EB /* HTTPConnection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = HTTPConnection.h; path = WebDriverAgentLib/Vendor/CocoaHTTPServer/HTTPConnection.h; sourceTree = SOURCE_ROOT; };
|
|
1846
|
-
E444DC8B249131D30060D7EB /* HTTPServer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = HTTPServer.h; path = WebDriverAgentLib/Vendor/CocoaHTTPServer/HTTPServer.h; sourceTree = SOURCE_ROOT; };
|
|
1847
|
-
E444DC8C249131D30060D7EB /* HTTPConnection.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = HTTPConnection.m; path = WebDriverAgentLib/Vendor/CocoaHTTPServer/HTTPConnection.m; sourceTree = SOURCE_ROOT; };
|
|
1848
|
-
E444DC8D249131D30060D7EB /* HTTPLogging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = HTTPLogging.h; path = WebDriverAgentLib/Vendor/CocoaHTTPServer/HTTPLogging.h; sourceTree = SOURCE_ROOT; };
|
|
1849
|
-
E444DC8F249131D40060D7EB /* HTTPResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = HTTPResponse.h; path = WebDriverAgentLib/Vendor/CocoaHTTPServer/HTTPResponse.h; sourceTree = SOURCE_ROOT; };
|
|
1850
|
-
E444DC90249131D40060D7EB /* HTTPServer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = HTTPServer.m; path = WebDriverAgentLib/Vendor/CocoaHTTPServer/HTTPServer.m; sourceTree = SOURCE_ROOT; };
|
|
1851
|
-
E444DC91249131D40060D7EB /* HTTPMessage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = HTTPMessage.m; path = WebDriverAgentLib/Vendor/CocoaHTTPServer/HTTPMessage.m; sourceTree = SOURCE_ROOT; };
|
|
1852
|
-
E444DC9F24913C210060D7EB /* HTTPResponseProxy.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = HTTPResponseProxy.m; path = WebDriverAgentLib/Vendor/RoutingHTTPServer/HTTPResponseProxy.m; sourceTree = SOURCE_ROOT; };
|
|
1853
|
-
E444DCA024913C210060D7EB /* Route.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Route.m; path = WebDriverAgentLib/Vendor/RoutingHTTPServer/Route.m; sourceTree = SOURCE_ROOT; };
|
|
1854
|
-
E444DCA124913C210060D7EB /* RouteResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RouteResponse.h; path = WebDriverAgentLib/Vendor/RoutingHTTPServer/RouteResponse.h; sourceTree = SOURCE_ROOT; };
|
|
1855
|
-
E444DCA224913C210060D7EB /* HTTPResponseProxy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = HTTPResponseProxy.h; path = WebDriverAgentLib/Vendor/RoutingHTTPServer/HTTPResponseProxy.h; sourceTree = SOURCE_ROOT; };
|
|
1856
|
-
E444DCA324913C210060D7EB /* Route.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Route.h; path = WebDriverAgentLib/Vendor/RoutingHTTPServer/Route.h; sourceTree = SOURCE_ROOT; };
|
|
1857
|
-
E444DCA424913C210060D7EB /* RouteResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RouteResponse.m; path = WebDriverAgentLib/Vendor/RoutingHTTPServer/RouteResponse.m; sourceTree = SOURCE_ROOT; };
|
|
1858
|
-
E444DCA524913C210060D7EB /* RoutingConnection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RoutingConnection.h; path = WebDriverAgentLib/Vendor/RoutingHTTPServer/RoutingConnection.h; sourceTree = SOURCE_ROOT; };
|
|
1859
|
-
E444DCA624913C210060D7EB /* RoutingConnection.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RoutingConnection.m; path = WebDriverAgentLib/Vendor/RoutingHTTPServer/RoutingConnection.m; sourceTree = SOURCE_ROOT; };
|
|
1860
|
-
E444DCA724913C210060D7EB /* RoutingHTTPServer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RoutingHTTPServer.h; path = WebDriverAgentLib/Vendor/RoutingHTTPServer/RoutingHTTPServer.h; sourceTree = SOURCE_ROOT; };
|
|
1861
|
-
E444DCA824913C220060D7EB /* RoutingHTTPServer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RoutingHTTPServer.m; path = WebDriverAgentLib/Vendor/RoutingHTTPServer/RoutingHTTPServer.m; sourceTree = SOURCE_ROOT; };
|
|
1862
|
-
E444DCA924913C220060D7EB /* RouteRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RouteRequest.m; path = WebDriverAgentLib/Vendor/RoutingHTTPServer/RouteRequest.m; sourceTree = SOURCE_ROOT; };
|
|
1863
|
-
E444DCAA24913C220060D7EB /* RouteRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RouteRequest.h; path = WebDriverAgentLib/Vendor/RoutingHTTPServer/RouteRequest.h; sourceTree = SOURCE_ROOT; };
|
|
1864
1764
|
E46239748EC4A6BFBC13F28B /* XCTMetricDiagnosticHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = XCTMetricDiagnosticHelper.h; sourceTree = "<group>"; };
|
|
1865
1765
|
E859E58C7C717CB6CD2A80BE /* XCTReportingSessionConfiguration-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTReportingSessionConfiguration-Protocol.h"; sourceTree = "<group>"; };
|
|
1866
1766
|
EA24F4BE52B2520874E09BEF /* XCTMessagingRole_SystemConfiguration-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTMessagingRole_SystemConfiguration-Protocol.h"; sourceTree = "<group>"; };
|
|
1867
1767
|
EA96C2FEDE73CB5148BA4949 /* XCUIAXNotificationHandling-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCUIAXNotificationHandling-Protocol.h"; sourceTree = "<group>"; };
|
|
1868
1768
|
EB1B9A793C9EFB7853C1AA13 /* WDAAppLifecycleIntegrationTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = WDAAppLifecycleIntegrationTests.swift; sourceTree = "<group>"; };
|
|
1869
1769
|
EC8B17452E38AA1AE03AE251 /* XCTElementSnapshotProvider-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTElementSnapshotProvider-Protocol.h"; sourceTree = "<group>"; };
|
|
1870
|
-
ED271671803AAF7188E828CF /* RouteResponse.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RouteResponse.m; sourceTree = "<group>"; };
|
|
1871
1770
|
EE006EAC1EB99B15006900A4 /* FBElementVisibilityTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FBElementVisibilityTests.m; sourceTree = "<group>"; };
|
|
1872
1771
|
EE006EB21EBA1C7B006900A4 /* XCElementSnapshotHitPointTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XCElementSnapshotHitPointTests.m; sourceTree = "<group>"; };
|
|
1873
1772
|
EE05BAF91D13003C00A3EB00 /* FBKeyboardTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FBKeyboardTests.m; sourceTree = "<group>"; };
|
|
@@ -2196,19 +2095,6 @@
|
|
|
2196
2095
|
/* End PBXFrameworksBuildPhase section */
|
|
2197
2096
|
|
|
2198
2097
|
/* Begin PBXGroup section */
|
|
2199
|
-
12A83FB6068CC1266BBDBE2C /* WatchOS */ = {
|
|
2200
|
-
isa = PBXGroup;
|
|
2201
|
-
children = (
|
|
2202
|
-
97FFAEF000CE312DEBEA9385 /* RouteRequest.m */,
|
|
2203
|
-
ED271671803AAF7188E828CF /* RouteResponse.m */,
|
|
2204
|
-
C1CFF432CCF46627AB7315F9 /* FBWatchHTTPServer.m */,
|
|
2205
|
-
B6F479A809ED48C9D0604659 /* RouteRequest.h */,
|
|
2206
|
-
C31A91BD7553670CBF19500F /* RouteResponse.h */,
|
|
2207
|
-
341B5F150DED296FF38FB5F7 /* FBWatchHTTPServer.h */,
|
|
2208
|
-
);
|
|
2209
|
-
path = WatchOS;
|
|
2210
|
-
sourceTree = "<group>";
|
|
2211
|
-
};
|
|
2212
2098
|
498495C81BB2E6FA009CC848 /* Resources */ = {
|
|
2213
2099
|
isa = PBXGroup;
|
|
2214
2100
|
children = (
|
|
@@ -2306,17 +2192,6 @@
|
|
|
2306
2192
|
name = iOS;
|
|
2307
2193
|
sourceTree = "<group>";
|
|
2308
2194
|
};
|
|
2309
|
-
7182268F2587432E00661B83 /* CocoaAsyncSocket */ = {
|
|
2310
|
-
isa = PBXGroup;
|
|
2311
|
-
children = (
|
|
2312
|
-
718226C72587443600661B83 /* GCDAsyncSocket.h */,
|
|
2313
|
-
718226C82587443600661B83 /* GCDAsyncSocket.m */,
|
|
2314
|
-
718226C62587443600661B83 /* GCDAsyncUdpSocket.h */,
|
|
2315
|
-
718226C92587443600661B83 /* GCDAsyncUdpSocket.m */,
|
|
2316
|
-
);
|
|
2317
|
-
name = CocoaAsyncSocket;
|
|
2318
|
-
sourceTree = "<group>";
|
|
2319
|
-
};
|
|
2320
2195
|
89DE54DD1FA69115F5538E11 /* IntegrationTests_tvOS */ = {
|
|
2321
2196
|
isa = PBXGroup;
|
|
2322
2197
|
children = (
|
|
@@ -2430,74 +2305,6 @@
|
|
|
2430
2305
|
path = IntegrationApp_watchOS;
|
|
2431
2306
|
sourceTree = "<group>";
|
|
2432
2307
|
};
|
|
2433
|
-
E444DC4A24912EC40060D7EB /* Vendor */ = {
|
|
2434
|
-
isa = PBXGroup;
|
|
2435
|
-
children = (
|
|
2436
|
-
7182268F2587432E00661B83 /* CocoaAsyncSocket */,
|
|
2437
|
-
E444DC9E24913C080060D7EB /* RoutingHTTPServer */,
|
|
2438
|
-
E444DC52249131050060D7EB /* CocoaHTTPServer */,
|
|
2439
|
-
);
|
|
2440
|
-
name = Vendor;
|
|
2441
|
-
sourceTree = "<group>";
|
|
2442
|
-
};
|
|
2443
|
-
E444DC52249131050060D7EB /* CocoaHTTPServer */ = {
|
|
2444
|
-
isa = PBXGroup;
|
|
2445
|
-
children = (
|
|
2446
|
-
E444DC89249131D30060D7EB /* HTTPConnection.h */,
|
|
2447
|
-
E444DC8C249131D30060D7EB /* HTTPConnection.m */,
|
|
2448
|
-
E444DC8D249131D30060D7EB /* HTTPLogging.h */,
|
|
2449
|
-
E444DC87249131D30060D7EB /* HTTPMessage.h */,
|
|
2450
|
-
E444DC91249131D40060D7EB /* HTTPMessage.m */,
|
|
2451
|
-
E444DC8F249131D40060D7EB /* HTTPResponse.h */,
|
|
2452
|
-
E444DC8B249131D30060D7EB /* HTTPServer.h */,
|
|
2453
|
-
E444DC90249131D40060D7EB /* HTTPServer.m */,
|
|
2454
|
-
E444DC55249131740060D7EB /* Responses */,
|
|
2455
|
-
E444DC53249131640060D7EB /* Categories */,
|
|
2456
|
-
);
|
|
2457
|
-
name = CocoaHTTPServer;
|
|
2458
|
-
sourceTree = "<group>";
|
|
2459
|
-
};
|
|
2460
|
-
E444DC53249131640060D7EB /* Categories */ = {
|
|
2461
|
-
isa = PBXGroup;
|
|
2462
|
-
children = (
|
|
2463
|
-
E444DC7D249131B00060D7EB /* DDNumber.h */,
|
|
2464
|
-
E444DC7F249131B00060D7EB /* DDNumber.m */,
|
|
2465
|
-
E444DC7B249131B00060D7EB /* DDRange.h */,
|
|
2466
|
-
E444DC7E249131B00060D7EB /* DDRange.m */,
|
|
2467
|
-
);
|
|
2468
|
-
name = Categories;
|
|
2469
|
-
sourceTree = "<group>";
|
|
2470
|
-
};
|
|
2471
|
-
E444DC55249131740060D7EB /* Responses */ = {
|
|
2472
|
-
isa = PBXGroup;
|
|
2473
|
-
children = (
|
|
2474
|
-
E444DC60249131890060D7EB /* HTTPDataResponse.h */,
|
|
2475
|
-
E444DC5B249131880060D7EB /* HTTPDataResponse.m */,
|
|
2476
|
-
E444DC59249131880060D7EB /* HTTPErrorResponse.h */,
|
|
2477
|
-
E444DC61249131890060D7EB /* HTTPErrorResponse.m */,
|
|
2478
|
-
);
|
|
2479
|
-
name = Responses;
|
|
2480
|
-
sourceTree = "<group>";
|
|
2481
|
-
};
|
|
2482
|
-
E444DC9E24913C080060D7EB /* RoutingHTTPServer */ = {
|
|
2483
|
-
isa = PBXGroup;
|
|
2484
|
-
children = (
|
|
2485
|
-
E444DCA224913C210060D7EB /* HTTPResponseProxy.h */,
|
|
2486
|
-
E444DC9F24913C210060D7EB /* HTTPResponseProxy.m */,
|
|
2487
|
-
E444DCA324913C210060D7EB /* Route.h */,
|
|
2488
|
-
E444DCA024913C210060D7EB /* Route.m */,
|
|
2489
|
-
E444DCAA24913C220060D7EB /* RouteRequest.h */,
|
|
2490
|
-
E444DCA924913C220060D7EB /* RouteRequest.m */,
|
|
2491
|
-
E444DCA124913C210060D7EB /* RouteResponse.h */,
|
|
2492
|
-
E444DCA424913C210060D7EB /* RouteResponse.m */,
|
|
2493
|
-
E444DCA524913C210060D7EB /* RoutingConnection.h */,
|
|
2494
|
-
E444DCA624913C210060D7EB /* RoutingConnection.m */,
|
|
2495
|
-
E444DCA724913C210060D7EB /* RoutingHTTPServer.h */,
|
|
2496
|
-
E444DCA824913C220060D7EB /* RoutingHTTPServer.m */,
|
|
2497
|
-
);
|
|
2498
|
-
name = RoutingHTTPServer;
|
|
2499
|
-
sourceTree = "<group>";
|
|
2500
|
-
};
|
|
2501
2308
|
E94EE979A7D7C50FDC1EFE7D /* IntegrationTests_watchOS */ = {
|
|
2502
2309
|
isa = PBXGroup;
|
|
2503
2310
|
children = (
|
|
@@ -2685,7 +2492,12 @@
|
|
|
2685
2492
|
13DE7A4E287C46BB003243C6 /* FBXCElementSnapshot.m */,
|
|
2686
2493
|
13DE7A53287CA1EC003243C6 /* FBXCElementSnapshotWrapper.h */,
|
|
2687
2494
|
13DE7A54287CA1EC003243C6 /* FBXCElementSnapshotWrapper.m */,
|
|
2688
|
-
|
|
2495
|
+
00B1F89716AFE04C8509B916 /* FBHTTPServer.h */,
|
|
2496
|
+
AADFEA2ED9E61A8C1A99B2D7 /* FBHTTPServer.m */,
|
|
2497
|
+
D585660F7A04651223F29B07 /* RouteRequest.h */,
|
|
2498
|
+
374BB11AE4E4243BCA444CF8 /* RouteRequest.m */,
|
|
2499
|
+
01E7CFEBAD717FCF4BCDD383 /* RouteResponse.h */,
|
|
2500
|
+
4B52E4A09ADEA252A1B8190F /* RouteResponse.m */,
|
|
2689
2501
|
);
|
|
2690
2502
|
name = Routing;
|
|
2691
2503
|
path = WebDriverAgentLib/Routing;
|
|
@@ -2926,7 +2738,6 @@
|
|
|
2926
2738
|
EEC288F81BF0ED2500B4DC79 /* WebDriverAgentLib */ = {
|
|
2927
2739
|
isa = PBXGroup;
|
|
2928
2740
|
children = (
|
|
2929
|
-
E444DC4A24912EC40060D7EB /* Vendor */,
|
|
2930
2741
|
EE9AB73E1CAEDF0C008C271F /* Categories */,
|
|
2931
2742
|
EE9AB74F1CAEDF0C008C271F /* Commands */,
|
|
2932
2743
|
EE9AB7721CAEDF0C008C271F /* Resources */,
|
|
@@ -3162,11 +2973,9 @@
|
|
|
3162
2973
|
buildActionMask = 2147483647;
|
|
3163
2974
|
files = (
|
|
3164
2975
|
641EE6312240C5CA00173FCB /* XCUIElement+FBWebDriverAttributes.h in Headers */,
|
|
3165
|
-
7182274A258744BE00661B83 /* HTTPMessage.h in Headers */,
|
|
3166
2976
|
641EE6322240C5CA00173FCB /* FBScreen.h in Headers */,
|
|
3167
2977
|
641EE6332240C5CA00173FCB /* XCTestPrivateSymbols.h in Headers */,
|
|
3168
2978
|
641EE6342240C5CA00173FCB /* XCUIElement+FBTyping.h in Headers */,
|
|
3169
|
-
7182270B258744A700661B83 /* Route.h in Headers */,
|
|
3170
2979
|
641EE6352240C5CA00173FCB /* XCUIElement+FBUtilities.h in Headers */,
|
|
3171
2980
|
641EE6362240C5CA00173FCB /* XCUIElement+FBScrolling.h in Headers */,
|
|
3172
2981
|
1357E297233D05240054BDB8 /* XCUIHitPointResult.h in Headers */,
|
|
@@ -3174,7 +2983,6 @@
|
|
|
3174
2983
|
641EE6382240C5CA00173FCB /* XCPointerEventPath.h in Headers */,
|
|
3175
2984
|
641EE6392240C5CA00173FCB /* FBRouteRequest.h in Headers */,
|
|
3176
2985
|
648C10AC22AAAD9C00B81B9A /* UIKeyboardImpl.h in Headers */,
|
|
3177
|
-
718226CD2587443700661B83 /* GCDAsyncSocket.h in Headers */,
|
|
3178
2986
|
13DE7A50287C46BB003243C6 /* FBXCElementSnapshot.h in Headers */,
|
|
3179
2987
|
13DE7A56287CA1EC003243C6 /* FBXCElementSnapshotWrapper.h in Headers */,
|
|
3180
2988
|
71F3E7D525417FF400E0C22B /* FBSettings.h in Headers */,
|
|
@@ -3211,7 +3019,6 @@
|
|
|
3211
3019
|
71BB58E22B9631F100CB9BFE /* FBScreenRecordingPromise.h in Headers */,
|
|
3212
3020
|
641EE6632240C5CA00173FCB /* FBUnknownCommands.h in Headers */,
|
|
3213
3021
|
641EE7062240CDCF00173FCB /* XCUIElement+FBTVFocuse.h in Headers */,
|
|
3214
|
-
71822738258744B800661B83 /* HTTPConnection.h in Headers */,
|
|
3215
3022
|
641EE6642240C5CA00173FCB /* NSPredicate+FBFormat.h in Headers */,
|
|
3216
3023
|
641EE6662240C5CA00173FCB /* XCTestCase.h in Headers */,
|
|
3217
3024
|
641EE6682240C5CA00173FCB /* XCUIApplicationImpl.h in Headers */,
|
|
@@ -3220,7 +3027,6 @@
|
|
|
3220
3027
|
641EE66A2240C5CA00173FCB /* NSExpression+FBFormat.h in Headers */,
|
|
3221
3028
|
641EE66E2240C5CA00173FCB /* XCUIApplication+FBAlert.h in Headers */,
|
|
3222
3029
|
716C9E0127315EFF005AD475 /* XCUIApplication+FBUIInterruptions.h in Headers */,
|
|
3223
|
-
7182275C258744C300661B83 /* HTTPServer.h in Headers */,
|
|
3224
3030
|
641EE6702240C5CA00173FCB /* FBMathUtils.h in Headers */,
|
|
3225
3031
|
641EE6722240C5CA00173FCB /* FBElementUtils.h in Headers */,
|
|
3226
3032
|
641EE6732240C5CA00173FCB /* FBDebugCommands.h in Headers */,
|
|
@@ -3237,18 +3043,14 @@
|
|
|
3237
3043
|
641EE6802240C5CA00173FCB /* FBElementTypeTransformer.h in Headers */,
|
|
3238
3044
|
641EE6812240C5CA00173FCB /* FBXCAXClientProxy.h in Headers */,
|
|
3239
3045
|
641EE6822240C5CA00173FCB /* FBElementCache.h in Headers */,
|
|
3240
|
-
7182271D258744AB00661B83 /* RouteResponse.h in Headers */,
|
|
3241
3046
|
641EE6852240C5CA00173FCB /* XCUIElement+FBClassChain.h in Headers */,
|
|
3242
3047
|
13DE7A44287C2A8D003243C6 /* FBXCAccessibilityElement.h in Headers */,
|
|
3243
3048
|
641EE6862240C5CA00173FCB /* FBResponseJSONPayload.h in Headers */,
|
|
3244
|
-
71822714258744A900661B83 /* RouteRequest.h in Headers */,
|
|
3245
3049
|
641EE6882240C5CA00173FCB /* FBElement.h in Headers */,
|
|
3246
3050
|
641EE68B2240C5CA00173FCB /* FBExceptionHandler.h in Headers */,
|
|
3247
|
-
71822726258744AE00661B83 /* RoutingConnection.h in Headers */,
|
|
3248
3051
|
641EE68C2240C5CA00173FCB /* FBRoute.h in Headers */,
|
|
3249
3052
|
641EE68D2240C5CA00173FCB /* XCTestDriver.h in Headers */,
|
|
3250
3053
|
641EE68F2240C5CA00173FCB /* XCSynthesizedEventRecord.h in Headers */,
|
|
3251
|
-
71822753258744C100661B83 /* HTTPResponse.h in Headers */,
|
|
3252
3054
|
641EE6942240C5CA00173FCB /* FBXPath.h in Headers */,
|
|
3253
3055
|
641EE6972240C5CA00173FCB /* XCUIElement+FBForceTouch.h in Headers */,
|
|
3254
3056
|
641EE6982240C5CA00173FCB /* FBRuntimeUtils.h in Headers */,
|
|
@@ -3258,7 +3060,6 @@
|
|
|
3258
3060
|
641EE69F2240C5CA00173FCB /* FBTCPSocket.h in Headers */,
|
|
3259
3061
|
641EE6A02240C5CA00173FCB /* XCUIElement+FBUID.h in Headers */,
|
|
3260
3062
|
641EE6A22240C5CA00173FCB /* XCUIDevice.h in Headers */,
|
|
3261
|
-
7182272F258744B000661B83 /* RoutingHTTPServer.h in Headers */,
|
|
3262
3063
|
641EE6A32240C5CA00173FCB /* XCUIApplication+FBTouchAction.h in Headers */,
|
|
3263
3064
|
641EE6A42240C5CA00173FCB /* FBCommandHandler.h in Headers */,
|
|
3264
3065
|
641EE6A52240C5CA00173FCB /* FBSessionCommands.h in Headers */,
|
|
@@ -3270,8 +3071,6 @@
|
|
|
3270
3071
|
B316351F2DDF0D0B007D9317 /* FBAccessibilityTraits.h in Headers */,
|
|
3271
3072
|
64E3502F2AC0B6FE005F3ACB /* NSDictionary+FBUtf8SafeDictionary.h in Headers */,
|
|
3272
3073
|
641EE6A92240C5CA00173FCB /* FBCommandStatus.h in Headers */,
|
|
3273
|
-
71822702258744A400661B83 /* HTTPResponseProxy.h in Headers */,
|
|
3274
|
-
71822741258744BB00661B83 /* HTTPLogging.h in Headers */,
|
|
3275
3074
|
641EE6AB2240C5CA00173FCB /* FBAlertViewCommands.h in Headers */,
|
|
3276
3075
|
641EE6AC2240C5CA00173FCB /* XCTWaiter.h in Headers */,
|
|
3277
3076
|
641EE6AD2240C5CA00173FCB /* XCTWaiterManagement-Protocol.h in Headers */,
|
|
@@ -3280,7 +3079,6 @@
|
|
|
3280
3079
|
648C10B022AAAE4000B81B9A /* TIPreferencesController.h in Headers */,
|
|
3281
3080
|
71F5BE24252E576C00EE9EBA /* XCUIElement+FBSwiping.h in Headers */,
|
|
3282
3081
|
641EE6B72240C5CA00173FCB /* FBBaseActionsSynthesizer.h in Headers */,
|
|
3283
|
-
7182276E258744C900661B83 /* HTTPErrorResponse.h in Headers */,
|
|
3284
3082
|
641EE6B82240C5CA00173FCB /* FBAlert.h in Headers */,
|
|
3285
3083
|
641EE6B92240C5CA00173FCB /* XCUIElementQuery.h in Headers */,
|
|
3286
3084
|
71BB58F02B96511800CB9BFE /* FBVideoCommands.h in Headers */,
|
|
@@ -3298,7 +3096,6 @@
|
|
|
3298
3096
|
641EE6C32240C5CA00173FCB /* FBClassChainQueryParser.h in Headers */,
|
|
3299
3097
|
641EE6C42240C5CA00173FCB /* FBMacros.h in Headers */,
|
|
3300
3098
|
641EE6C52240C5CA00173FCB /* XCTestExpectationDelegate-Protocol.h in Headers */,
|
|
3301
|
-
71822777258744CE00661B83 /* DDNumber.h in Headers */,
|
|
3302
3099
|
641EE6C92240C5CA00173FCB /* XCUIDevice+FBRotation.h in Headers */,
|
|
3303
3100
|
A1B2C3D41F001A00A1B0004 /* XCUIDevice+FBVoiceOver.h in Headers */,
|
|
3304
3101
|
719DCF162601EAFB000E765F /* FBNotificationsHelper.h in Headers */,
|
|
@@ -3310,7 +3107,6 @@
|
|
|
3310
3107
|
641EE6D62240C5CA00173FCB /* FBLogger.h in Headers */,
|
|
3311
3108
|
71BB58F72B96531900CB9BFE /* FBScreenRecordingContainer.h in Headers */,
|
|
3312
3109
|
641EE6D82240C5CA00173FCB /* XCUIElement.h in Headers */,
|
|
3313
|
-
718226CB2587443700661B83 /* GCDAsyncUdpSocket.h in Headers */,
|
|
3314
3110
|
641EE6DB2240C5CA00173FCB /* FBPasteboard.h in Headers */,
|
|
3315
3111
|
711CD03525ED1106001C01D2 /* XCUIScreenDataSource-Protocol.h in Headers */,
|
|
3316
3112
|
641EE6DD2240C5CA00173FCB /* FBDebugLogDelegateDecorator.h in Headers */,
|
|
@@ -3319,9 +3115,7 @@
|
|
|
3319
3115
|
641EE6E12240C5CA00173FCB /* XCUIApplicationProcess.h in Headers */,
|
|
3320
3116
|
641EE6E22240C5CA00173FCB /* FBW3CActionsSynthesizer.h in Headers */,
|
|
3321
3117
|
641EE6E32240C5CA00173FCB /* CDStructures.h in Headers */,
|
|
3322
|
-
71822780258744D000661B83 /* DDRange.h in Headers */,
|
|
3323
3118
|
F59CD6D62EF16E5E00F91287 /* XCUIElement+FBCustomActions.h in Headers */,
|
|
3324
|
-
71822765258744C700661B83 /* HTTPDataResponse.h in Headers */,
|
|
3325
3119
|
641EE6E72240C5CA00173FCB /* XCUIElement+FBFind.h in Headers */,
|
|
3326
3120
|
641EE6E92240C5CA00173FCB /* FBFailureProofTestCase.h in Headers */,
|
|
3327
3121
|
641EE6ED2240C5CA00173FCB /* FBXPath-Private.h in Headers */,
|
|
@@ -3435,6 +3229,8 @@
|
|
|
3435
3229
|
1DFC6477940D11BBAD68D59F /* _XCTestObservationInternal-Protocol.h in Headers */,
|
|
3436
3230
|
BF9B191D841681A571BAFED1 /* _XCTestObservationPrivate-Protocol.h in Headers */,
|
|
3437
3231
|
5B736BB83DEA69D3C5EEC7E1 /* XCTElementSetTransformer-Protocol.h in Headers */,
|
|
3232
|
+
2112EC67BDFFA4A0B2CF24EB /* RouteRequest.h in Headers */,
|
|
3233
|
+
0161F45997A981E47729DB25 /* RouteResponse.h in Headers */,
|
|
3438
3234
|
);
|
|
3439
3235
|
runOnlyForDeploymentPostprocessing = 0;
|
|
3440
3236
|
};
|
|
@@ -3488,11 +3284,9 @@
|
|
|
3488
3284
|
buildActionMask = 2147483647;
|
|
3489
3285
|
files = (
|
|
3490
3286
|
43EBA0D0D54EB99815CE63B6 /* XCUIElement+FBWebDriverAttributes.h in Headers */,
|
|
3491
|
-
C154B8CD167DBE068EA74719 /* HTTPMessage.h in Headers */,
|
|
3492
3287
|
93D5C4C8442EFE91D70780CC /* FBScreen.h in Headers */,
|
|
3493
3288
|
B9FAD6E3F3AB201B59D6F8BD /* XCTestPrivateSymbols.h in Headers */,
|
|
3494
3289
|
CDDEBD9F5F6A380C8D32D671 /* XCUIElement+FBTyping.h in Headers */,
|
|
3495
|
-
FBDF04E5916B91FCEC0190CB /* Route.h in Headers */,
|
|
3496
3290
|
488C4CBD86EBFA2AB5396917 /* XCUIElement+FBUtilities.h in Headers */,
|
|
3497
3291
|
CE3D815D09AD8E137CC18AA5 /* XCUIElement+FBScrolling.h in Headers */,
|
|
3498
3292
|
767CB761C99AA6275E08FDB9 /* XCUIHitPointResult.h in Headers */,
|
|
@@ -3500,7 +3294,6 @@
|
|
|
3500
3294
|
852D69D1623D81697D700B3C /* XCPointerEventPath.h in Headers */,
|
|
3501
3295
|
43BC9FE4BF5C19F6F6569177 /* FBRouteRequest.h in Headers */,
|
|
3502
3296
|
BD2A5D43881B449E533D5800 /* UIKeyboardImpl.h in Headers */,
|
|
3503
|
-
34AB13EFF1F673084C910195 /* GCDAsyncSocket.h in Headers */,
|
|
3504
3297
|
444F211126EAF77FB2B1DB42 /* FBXCElementSnapshot.h in Headers */,
|
|
3505
3298
|
FFA7672B731B57AB9283DD40 /* FBXCElementSnapshotWrapper.h in Headers */,
|
|
3506
3299
|
D43AF1E150975634F3AFF329 /* FBSettings.h in Headers */,
|
|
@@ -3537,7 +3330,6 @@
|
|
|
3537
3330
|
F876324AFD3617FFCFC479C3 /* FBScreenRecordingPromise.h in Headers */,
|
|
3538
3331
|
67402F46AAB3DCAB3E40ED27 /* FBUnknownCommands.h in Headers */,
|
|
3539
3332
|
CB1790B793BB813AF80F65DF /* XCUIElement+FBTVFocuse.h in Headers */,
|
|
3540
|
-
2C6A876B29ECA17D6A5BCEED /* HTTPConnection.h in Headers */,
|
|
3541
3333
|
617AE9B41FB23CCE66769441 /* NSPredicate+FBFormat.h in Headers */,
|
|
3542
3334
|
60CF6CA8AC7961DCCE402764 /* XCTestCase.h in Headers */,
|
|
3543
3335
|
995DF7C1928C60D7AE02840D /* XCUIApplicationImpl.h in Headers */,
|
|
@@ -3546,7 +3338,6 @@
|
|
|
3546
3338
|
4D80F932D0CD80C99950DA4F /* NSExpression+FBFormat.h in Headers */,
|
|
3547
3339
|
95A597B8CC694006DDE49999 /* XCUIApplication+FBAlert.h in Headers */,
|
|
3548
3340
|
ED342D194B20A206864675B2 /* XCUIApplication+FBUIInterruptions.h in Headers */,
|
|
3549
|
-
BCC9E02491560712221045CC /* HTTPServer.h in Headers */,
|
|
3550
3341
|
E6B214145FE46BBFD824FAE7 /* FBMathUtils.h in Headers */,
|
|
3551
3342
|
6786D4B257269918E591AC66 /* FBElementUtils.h in Headers */,
|
|
3552
3343
|
51FFE79AF3A5FADFFAB287BC /* FBDebugCommands.h in Headers */,
|
|
@@ -3563,18 +3354,14 @@
|
|
|
3563
3354
|
D40D635A4ABBC79829A0D590 /* FBElementTypeTransformer.h in Headers */,
|
|
3564
3355
|
70E21F76098198E19A6E5A5E /* FBXCAXClientProxy.h in Headers */,
|
|
3565
3356
|
97AB752A8043A962100DB4EB /* FBElementCache.h in Headers */,
|
|
3566
|
-
F0F7B8DFB14C9DFC86DFFBFD /* RouteResponse.h in Headers */,
|
|
3567
3357
|
10EC41A2ECCD2E865EEE7AB0 /* XCUIElement+FBClassChain.h in Headers */,
|
|
3568
3358
|
6FC8E41707F65D5A432206CC /* FBXCAccessibilityElement.h in Headers */,
|
|
3569
3359
|
4E8E83C42F2E2A2A5A62F3E3 /* FBResponseJSONPayload.h in Headers */,
|
|
3570
|
-
894AE4397B5992EF738248AE /* RouteRequest.h in Headers */,
|
|
3571
3360
|
D2B83B27DAB80FE235285D2F /* FBElement.h in Headers */,
|
|
3572
3361
|
8597F35CEB1617767B63D770 /* FBExceptionHandler.h in Headers */,
|
|
3573
|
-
FEC52AE4F35AD38D3AC2659F /* RoutingConnection.h in Headers */,
|
|
3574
3362
|
AC3529AFA966E7202CB3B3B1 /* FBRoute.h in Headers */,
|
|
3575
3363
|
A47F8777C5C8D021B2AC910C /* XCTestDriver.h in Headers */,
|
|
3576
3364
|
1D0C64A6600E2D1BBAFC2D62 /* XCSynthesizedEventRecord.h in Headers */,
|
|
3577
|
-
0F282CAB2A025ECA9EAB18B3 /* HTTPResponse.h in Headers */,
|
|
3578
3365
|
4C472F2027329ACA65C7D721 /* FBXPath.h in Headers */,
|
|
3579
3366
|
5A1B8098AE35B82BD379B421 /* XCUIElement+FBForceTouch.h in Headers */,
|
|
3580
3367
|
9DFDA1423A4651A4DB9FE341 /* FBRuntimeUtils.h in Headers */,
|
|
@@ -3584,7 +3371,6 @@
|
|
|
3584
3371
|
BC1470BF3E54F478DAEDF05D /* FBTCPSocket.h in Headers */,
|
|
3585
3372
|
476E44716A4A3A22F95EC51A /* XCUIElement+FBUID.h in Headers */,
|
|
3586
3373
|
FBF064E4D96CFCD08E1F4EF7 /* XCUIDevice.h in Headers */,
|
|
3587
|
-
A8635BD557F97E6C29A0790E /* RoutingHTTPServer.h in Headers */,
|
|
3588
3374
|
46AEB32485B508AF1D9B8CE2 /* XCUIApplication+FBTouchAction.h in Headers */,
|
|
3589
3375
|
3EC5404A04E5A61B8144E834 /* FBCommandHandler.h in Headers */,
|
|
3590
3376
|
3E199AC580C5DA4B070DD01A /* FBSessionCommands.h in Headers */,
|
|
@@ -3596,8 +3382,6 @@
|
|
|
3596
3382
|
9452D57FE97CB2ECED093B9F /* FBAccessibilityTraits.h in Headers */,
|
|
3597
3383
|
DE2D708340ED70EBF9244D0F /* NSDictionary+FBUtf8SafeDictionary.h in Headers */,
|
|
3598
3384
|
2D6B818DC921A4631A496432 /* FBCommandStatus.h in Headers */,
|
|
3599
|
-
293BD2162964EEC2A3BA6B57 /* HTTPResponseProxy.h in Headers */,
|
|
3600
|
-
90107B3BBFBF3B073807D51B /* HTTPLogging.h in Headers */,
|
|
3601
3385
|
CFB0AFBC9F429B279C95F5BC /* FBAlertViewCommands.h in Headers */,
|
|
3602
3386
|
6A1D9B851D58D0A36D6822B7 /* XCTWaiter.h in Headers */,
|
|
3603
3387
|
F7010B261A861C5C63D59273 /* XCTWaiterManagement-Protocol.h in Headers */,
|
|
@@ -3606,7 +3390,6 @@
|
|
|
3606
3390
|
16E809B6BFDF7CBD862A7B48 /* TIPreferencesController.h in Headers */,
|
|
3607
3391
|
42A92793513CA29B39B72721 /* XCUIElement+FBSwiping.h in Headers */,
|
|
3608
3392
|
268CBDE31376AF96DDDD4BD0 /* FBBaseActionsSynthesizer.h in Headers */,
|
|
3609
|
-
EDB13FDB5D8220A65560629B /* HTTPErrorResponse.h in Headers */,
|
|
3610
3393
|
462DA317CCA9DBE4F249516B /* FBAlert.h in Headers */,
|
|
3611
3394
|
79FD4FC269A91F525A4E1413 /* XCUIElementQuery.h in Headers */,
|
|
3612
3395
|
71BB64FB648CB9BBBD25F3E3 /* FBVideoCommands.h in Headers */,
|
|
@@ -3624,7 +3407,6 @@
|
|
|
3624
3407
|
6BF3F57247F59B81B8BCEE7B /* FBClassChainQueryParser.h in Headers */,
|
|
3625
3408
|
8AAA33A5B1943B667B0DB05E /* FBMacros.h in Headers */,
|
|
3626
3409
|
1CA8A47F9D6B967D99FC0896 /* XCTestExpectationDelegate-Protocol.h in Headers */,
|
|
3627
|
-
3414F451472B235F637F46BC /* DDNumber.h in Headers */,
|
|
3628
3410
|
74CF72DC7209A5B04763D0D2 /* XCUIDevice+FBRotation.h in Headers */,
|
|
3629
3411
|
A8CEAEFC8CC63F94DA0176A9 /* XCUIDevice+FBVoiceOver.h in Headers */,
|
|
3630
3412
|
150276DDADD9963F29465D57 /* FBNotificationsHelper.h in Headers */,
|
|
@@ -3636,7 +3418,6 @@
|
|
|
3636
3418
|
1F545FFB67878CBAF4D6E6A0 /* FBLogger.h in Headers */,
|
|
3637
3419
|
05F8A3B33BCFAFFA75CD81CA /* FBScreenRecordingContainer.h in Headers */,
|
|
3638
3420
|
5787FD65011B3AF632694EEA /* XCUIElement.h in Headers */,
|
|
3639
|
-
5917EF5F1372B2098168EA0D /* GCDAsyncUdpSocket.h in Headers */,
|
|
3640
3421
|
6B3AB44BFFDDF042E4B712C1 /* FBPasteboard.h in Headers */,
|
|
3641
3422
|
36C5DA6C013EAAFC575B4A2B /* XCUIScreenDataSource-Protocol.h in Headers */,
|
|
3642
3423
|
D1DE06DF54156F744E364B5F /* FBDebugLogDelegateDecorator.h in Headers */,
|
|
@@ -3645,9 +3426,7 @@
|
|
|
3645
3426
|
CFDBE0DF5D99CB310C7AFB01 /* XCUIApplicationProcess.h in Headers */,
|
|
3646
3427
|
8EA51935E09A89896FB1D463 /* FBW3CActionsSynthesizer.h in Headers */,
|
|
3647
3428
|
79A47D7F50179802052ED774 /* CDStructures.h in Headers */,
|
|
3648
|
-
AF4223DDBCC9EC79D4F9DC0D /* DDRange.h in Headers */,
|
|
3649
3429
|
B70EB4BDC07CE9EC58505E85 /* XCUIElement+FBCustomActions.h in Headers */,
|
|
3650
|
-
EE22974A8F641FA94DCBCB3E /* HTTPDataResponse.h in Headers */,
|
|
3651
3430
|
760885DAFDB4A126DBD66649 /* XCUIElement+FBFind.h in Headers */,
|
|
3652
3431
|
B6B73CE709728984EF03361D /* FBFailureProofTestCase.h in Headers */,
|
|
3653
3432
|
1C159E8E35E0823278141DC2 /* FBXPath-Private.h in Headers */,
|
|
@@ -3761,6 +3540,8 @@
|
|
|
3761
3540
|
F4E8FB5A2EB57854EB6A00E9 /* _XCTestObservationInternal-Protocol.h in Headers */,
|
|
3762
3541
|
59892BBAB84DFD927C94593F /* _XCTestObservationPrivate-Protocol.h in Headers */,
|
|
3763
3542
|
A47A7F9E098C88328DF38A4C /* XCTElementSetTransformer-Protocol.h in Headers */,
|
|
3543
|
+
E4FA72A388B36E0B6C41C421 /* RouteRequest.h in Headers */,
|
|
3544
|
+
DAB4F2FB4C0AB107E461BBA4 /* RouteResponse.h in Headers */,
|
|
3764
3545
|
);
|
|
3765
3546
|
runOnlyForDeploymentPostprocessing = 0;
|
|
3766
3547
|
};
|
|
@@ -3795,7 +3576,6 @@
|
|
|
3795
3576
|
EE35AD611E3B77D600A02D78 /* XCTRunnerIDESession.h in Headers */,
|
|
3796
3577
|
EE158AE01CBD456F00A3E3F0 /* FBRouteRequest-Private.h in Headers */,
|
|
3797
3578
|
EE35AD281E3B77D600A02D78 /* XCApplicationQuery.h in Headers */,
|
|
3798
|
-
E444DCB124913C220060D7EB /* RoutingConnection.h in Headers */,
|
|
3799
3579
|
EE35AD601E3B77D600A02D78 /* XCTRunnerDaemonSession.h in Headers */,
|
|
3800
3580
|
71414ED62670A1EE003A8C5D /* LRUCacheNode.h in Headers */,
|
|
3801
3581
|
64B2650A228CE4FF002A5025 /* FBTVNavigationTracker-Private.h in Headers */,
|
|
@@ -3834,15 +3614,12 @@
|
|
|
3834
3614
|
714EAA0D2673FDFE005C5B47 /* FBCapabilities.h in Headers */,
|
|
3835
3615
|
EE35AD521E3B77D600A02D78 /* XCTestObservationCenter.h in Headers */,
|
|
3836
3616
|
71AE3CF92D38EE8E0039FC36 /* XCUIElement+FBVisibleFrame.h in Headers */,
|
|
3837
|
-
E444DC97249131D40060D7EB /* HTTPServer.h in Headers */,
|
|
3838
|
-
E444DCAE24913C220060D7EB /* HTTPResponseProxy.h in Headers */,
|
|
3839
3617
|
1357E296233D05240054BDB8 /* XCUIHitPointResult.h in Headers */,
|
|
3840
3618
|
711CD03425ED1106001C01D2 /* XCUIScreenDataSource-Protocol.h in Headers */,
|
|
3841
3619
|
EE158AAE1CBD456F00A3E3F0 /* XCUIElement+FBAccessibility.h in Headers */,
|
|
3842
3620
|
EE35AD421E3B77D600A02D78 /* XCTestCaseRun.h in Headers */,
|
|
3843
3621
|
EE35AD441E3B77D600A02D78 /* XCTestConfiguration.h in Headers */,
|
|
3844
3622
|
715A84D02DD92AD3007134CC /* FBElementHelpers.h in Headers */,
|
|
3845
|
-
718226CA2587443700661B83 /* GCDAsyncUdpSocket.h in Headers */,
|
|
3846
3623
|
EE35AD491E3B77D600A02D78 /* XCTestExpectation.h in Headers */,
|
|
3847
3624
|
EE158AE81CBD456F00A3E3F0 /* FBElementTypeTransformer.h in Headers */,
|
|
3848
3625
|
7157B291221DADD2001C348C /* FBXCAXClientProxy.h in Headers */,
|
|
@@ -3853,20 +3630,15 @@
|
|
|
3853
3630
|
EE158AD01CBD456F00A3E3F0 /* FBElement.h in Headers */,
|
|
3854
3631
|
EE158AD41CBD456F00A3E3F0 /* FBExceptionHandler.h in Headers */,
|
|
3855
3632
|
EE158ADE1CBD456F00A3E3F0 /* FBRoute.h in Headers */,
|
|
3856
|
-
E444DC81249131B10060D7EB /* DDRange.h in Headers */,
|
|
3857
3633
|
EE35AD471E3B77D600A02D78 /* XCTestDriver.h in Headers */,
|
|
3858
|
-
E444DC93249131D40060D7EB /* HTTPMessage.h in Headers */,
|
|
3859
3634
|
EE35AD3A1E3B77D600A02D78 /* XCSynthesizedEventRecord.h in Headers */,
|
|
3860
|
-
E444DCAD24913C220060D7EB /* RouteResponse.h in Headers */,
|
|
3861
3635
|
13DE7A5B287CA444003243C6 /* FBXCElementSnapshotWrapper+Helpers.h in Headers */,
|
|
3862
3636
|
711084441DA3AA7500F913D6 /* FBXPath.h in Headers */,
|
|
3863
|
-
E444DC83249131B10060D7EB /* DDNumber.h in Headers */,
|
|
3864
3637
|
EE8DDD7F20C5733C004D4925 /* XCUIElement+FBForceTouch.h in Headers */,
|
|
3865
3638
|
71A5C67329A4F39600421C37 /* XCTIssue+FBPatcher.h in Headers */,
|
|
3866
3639
|
716F0DA12A16CA1000CDD977 /* NSDictionary+FBUtf8SafeDictionary.h in Headers */,
|
|
3867
3640
|
EE158AEA1CBD456F00A3E3F0 /* FBRuntimeUtils.h in Headers */,
|
|
3868
3641
|
7136A4791E8918E60024FC3D /* XCUIElement+FBPickerWheel.h in Headers */,
|
|
3869
|
-
E444DCB324913C220060D7EB /* RoutingHTTPServer.h in Headers */,
|
|
3870
3642
|
EE158ABE1CBD456F00A3E3F0 /* FBElementCommands.h in Headers */,
|
|
3871
3643
|
715557D3211DBCE700613B26 /* FBTCPSocket.h in Headers */,
|
|
3872
3644
|
71B49EC71ED1A58100D51AD6 /* XCUIElement+FBUID.h in Headers */,
|
|
@@ -3885,16 +3657,12 @@
|
|
|
3885
3657
|
EE35AD681E3B77D600A02D78 /* XCTWaiterManagement-Protocol.h in Headers */,
|
|
3886
3658
|
EE35AD291E3B77D600A02D78 /* XCAXClient_iOS.h in Headers */,
|
|
3887
3659
|
648C10AF22AAAE4000B81B9A /* TIPreferencesController.h in Headers */,
|
|
3888
|
-
E444DC6C249131890060D7EB /* HTTPDataResponse.h in Headers */,
|
|
3889
|
-
E444DC65249131890060D7EB /* HTTPErrorResponse.h in Headers */,
|
|
3890
3660
|
714097431FAE1B0B008FB2C5 /* FBBaseActionsSynthesizer.h in Headers */,
|
|
3891
3661
|
AD6C26941CF2379700F8B5FF /* FBAlert.h in Headers */,
|
|
3892
3662
|
EE35AD731E3B77D600A02D78 /* XCUIElementQuery.h in Headers */,
|
|
3893
3663
|
EE35AD331E3B77D600A02D78 /* XCPointerEvent.h in Headers */,
|
|
3894
3664
|
71D04DC825356C43008A052C /* XCUIElement+FBCaching.h in Headers */,
|
|
3895
3665
|
71BB58E12B9631F100CB9BFE /* FBScreenRecordingPromise.h in Headers */,
|
|
3896
|
-
E444DC99249131D40060D7EB /* HTTPLogging.h in Headers */,
|
|
3897
|
-
E444DC9B249131D40060D7EB /* HTTPResponse.h in Headers */,
|
|
3898
3666
|
EEE9B4721CD02B88009D2030 /* FBRunLoopSpinner.h in Headers */,
|
|
3899
3667
|
EE3A18621CDE618F00DE4205 /* FBErrorBuilder.h in Headers */,
|
|
3900
3668
|
0E04133B2DF1E15900AF007C /* XCUIElement+FBMinMax.h in Headers */,
|
|
@@ -3918,7 +3686,6 @@
|
|
|
3918
3686
|
EE35AD2A1E3B77D600A02D78 /* XCDebugLogDelegate-Protocol.h in Headers */,
|
|
3919
3687
|
7150348721A6DAD600A0F4BA /* FBImageUtils.h in Headers */,
|
|
3920
3688
|
C8FB547422D3949C00B69954 /* LSApplicationWorkspace.h in Headers */,
|
|
3921
|
-
E444DCAF24913C220060D7EB /* Route.h in Headers */,
|
|
3922
3689
|
EE9B76A81CF7A43900275851 /* FBLogger.h in Headers */,
|
|
3923
3690
|
EE35AD6F1E3B77D600A02D78 /* XCUIElement.h in Headers */,
|
|
3924
3691
|
71930C4220662E1F00D3AFEC /* FBPasteboard.h in Headers */,
|
|
@@ -3930,12 +3697,9 @@
|
|
|
3930
3697
|
EE35AD151E3B77D600A02D78 /* CDStructures.h in Headers */,
|
|
3931
3698
|
71E75E6D254824230099FC87 /* XCUIElementQuery+FBHelpers.h in Headers */,
|
|
3932
3699
|
716C9DFA27315D21005AD475 /* FBReflectionUtils.h in Headers */,
|
|
3933
|
-
E444DCB624913C220060D7EB /* RouteRequest.h in Headers */,
|
|
3934
3700
|
71F5BE23252E576C00EE9EBA /* XCUIElement+FBSwiping.h in Headers */,
|
|
3935
|
-
718226CC2587443700661B83 /* GCDAsyncSocket.h in Headers */,
|
|
3936
3701
|
EEBBD48B1D47746D00656A81 /* XCUIElement+FBFind.h in Headers */,
|
|
3937
3702
|
EE6A893A1D0B38640083E92B /* FBFailureProofTestCase.h in Headers */,
|
|
3938
|
-
E444DC95249131D40060D7EB /* HTTPConnection.h in Headers */,
|
|
3939
3703
|
712A0C871DA3E55D007D02E5 /* FBXPath-Private.h in Headers */,
|
|
3940
3704
|
1D0120AD346A99834385FBAB /* NSFastEnumeration-Protocol.h in Headers */,
|
|
3941
3705
|
7738D42AE84269A6963A5610 /* XCTAggregateSuiteRunStatistics.h in Headers */,
|
|
@@ -4045,6 +3809,8 @@
|
|
|
4045
3809
|
604A7EDA9D8A9BFCF3B62E5C /* _XCTestObservationInternal-Protocol.h in Headers */,
|
|
4046
3810
|
AB126E96C642B235EE02B4F1 /* _XCTestObservationPrivate-Protocol.h in Headers */,
|
|
4047
3811
|
8CB293E6451EB1A6D1240BAA /* XCTElementSetTransformer-Protocol.h in Headers */,
|
|
3812
|
+
CA077D3ED0D0BA2590CB85DE /* RouteRequest.h in Headers */,
|
|
3813
|
+
44A6F8DBFDCDD735D000458D /* RouteResponse.h in Headers */,
|
|
4048
3814
|
);
|
|
4049
3815
|
runOnlyForDeploymentPostprocessing = 0;
|
|
4050
3816
|
};
|
|
@@ -4588,23 +4354,9 @@
|
|
|
4588
4354
|
files = (
|
|
4589
4355
|
F59CD6D72EF16E5E00F91287 /* XCUIElement+FBCustomActions.m in Sources */,
|
|
4590
4356
|
64E3502E2AC0B6EB005F3ACB /* NSDictionary+FBUtf8SafeDictionary.m in Sources */,
|
|
4591
|
-
718226CF2587443700661B83 /* GCDAsyncSocket.m in Sources */,
|
|
4592
|
-
E444DCBC24917A5E0060D7EB /* HTTPResponseProxy.m in Sources */,
|
|
4593
4357
|
71D3B3D8267FC7260076473D /* XCUIElement+FBResolve.m in Sources */,
|
|
4594
|
-
E444DCBE24917A5E0060D7EB /* Route.m in Sources */,
|
|
4595
|
-
E444DCC024917A5E0060D7EB /* RouteRequest.m in Sources */,
|
|
4596
4358
|
13DE7A52287C46BB003243C6 /* FBXCElementSnapshot.m in Sources */,
|
|
4597
|
-
E444DCC224917A5E0060D7EB /* RouteResponse.m in Sources */,
|
|
4598
|
-
E444DCC424917A5E0060D7EB /* RoutingConnection.m in Sources */,
|
|
4599
|
-
E444DCC624917A5E0060D7EB /* RoutingHTTPServer.m in Sources */,
|
|
4600
|
-
E444DCC824917A5E0060D7EB /* HTTPConnection.m in Sources */,
|
|
4601
|
-
E444DCCB24917A5E0060D7EB /* HTTPMessage.m in Sources */,
|
|
4602
|
-
E444DCCE24917A5E0060D7EB /* HTTPServer.m in Sources */,
|
|
4603
|
-
E444DCD024917A5E0060D7EB /* HTTPDataResponse.m in Sources */,
|
|
4604
|
-
E444DCD224917A5E0060D7EB /* HTTPErrorResponse.m in Sources */,
|
|
4605
4359
|
71414ED92670A1EE003A8C5D /* LRUCache.m in Sources */,
|
|
4606
|
-
E444DCD424917A5E0060D7EB /* DDNumber.m in Sources */,
|
|
4607
|
-
E444DCD624917A5E0060D7EB /* DDRange.m in Sources */,
|
|
4608
4360
|
641EE5D72240C5CA00173FCB /* FBScreenshotCommands.m in Sources */,
|
|
4609
4361
|
71F3E7D725417FF400E0C22B /* FBSettings.m in Sources */,
|
|
4610
4362
|
71F3E7DA25417FF400E0C22C /* FBSettingsHandler.m in Sources */,
|
|
@@ -4650,7 +4402,6 @@
|
|
|
4650
4402
|
641EE5F52240C5CA00173FCB /* XCUIElement+FBUID.m in Sources */,
|
|
4651
4403
|
641EE5F62240C5CA00173FCB /* FBRouteRequest.m in Sources */,
|
|
4652
4404
|
641EE5F72240C5CA00173FCB /* FBResponseJSONPayload.m in Sources */,
|
|
4653
|
-
718226D12587443700661B83 /* GCDAsyncUdpSocket.m in Sources */,
|
|
4654
4405
|
641EE5F92240C5CA00173FCB /* FBMjpegServer.m in Sources */,
|
|
4655
4406
|
641EE5FA2240C5CA00173FCB /* XCUIDevice+FBHealthCheck.m in Sources */,
|
|
4656
4407
|
641EE5FD2240C5CA00173FCB /* FBBaseActionsSynthesizer.m in Sources */,
|
|
@@ -4711,6 +4462,9 @@
|
|
|
4711
4462
|
13DE7A58287CA1EC003243C6 /* FBXCElementSnapshotWrapper.m in Sources */,
|
|
4712
4463
|
641EE6262240C5CA00173FCB /* FBMathUtils.m in Sources */,
|
|
4713
4464
|
641EE6272240C5CA00173FCB /* FBXCAXClientProxy.m in Sources */,
|
|
4465
|
+
43DE58587952717F4DEE228E /* FBHTTPServer.m in Sources */,
|
|
4466
|
+
667705A8195BF7B0D48180B3 /* RouteRequest.m in Sources */,
|
|
4467
|
+
90C6C1E34B9B850CC79BABCB /* RouteResponse.m in Sources */,
|
|
4714
4468
|
);
|
|
4715
4469
|
runOnlyForDeploymentPostprocessing = 0;
|
|
4716
4470
|
};
|
|
@@ -4864,10 +4618,10 @@
|
|
|
4864
4618
|
C4E500AC8CD81B4FE3A75EAE /* FBMathUtils.m in Sources */,
|
|
4865
4619
|
D062CA5914608761FE002799 /* FBXCAXClientProxy.m in Sources */,
|
|
4866
4620
|
46C54343FB83AD3AFC6CFCD4 /* FBTCPSocket.m in Sources */,
|
|
4867
|
-
C2D22426DB9FCE6AD84FA16A /* RouteRequest.m in Sources */,
|
|
4868
|
-
3FEF512914A962C5E30579FC /* RouteResponse.m in Sources */,
|
|
4869
|
-
91FF05D51401D1F1A88FB0B0 /* FBWatchHTTPServer.m in Sources */,
|
|
4870
4621
|
AA11BB22CC33DD44EE55FF02 /* FBMjpegServer.m in Sources */,
|
|
4622
|
+
0A4413521ECE45EA182E8403 /* FBHTTPServer.m in Sources */,
|
|
4623
|
+
D1172A7F53F89B78D8324A13 /* RouteRequest.m in Sources */,
|
|
4624
|
+
AB531917FF460EB87E4AD5A2 /* RouteResponse.m in Sources */,
|
|
4871
4625
|
);
|
|
4872
4626
|
runOnlyForDeploymentPostprocessing = 0;
|
|
4873
4627
|
};
|
|
@@ -4876,9 +4630,7 @@
|
|
|
4876
4630
|
buildActionMask = 2147483647;
|
|
4877
4631
|
files = (
|
|
4878
4632
|
EE158AC71CBD456F00A3E3F0 /* FBScreenshotCommands.m in Sources */,
|
|
4879
|
-
E444DC98249131D40060D7EB /* HTTPConnection.m in Sources */,
|
|
4880
4633
|
7136A47A1E8918E60024FC3D /* XCUIElement+FBPickerWheel.m in Sources */,
|
|
4881
|
-
E444DC84249131B10060D7EB /* DDRange.m in Sources */,
|
|
4882
4634
|
6385F4A7220A40760095BBDB /* XCUIApplicationProcessDelay.m in Sources */,
|
|
4883
4635
|
71A5C67529A4F39600421C37 /* XCTIssue+FBPatcher.m in Sources */,
|
|
4884
4636
|
711084451DA3AA7500F913D6 /* FBXPath.m in Sources */,
|
|
@@ -4896,7 +4648,6 @@
|
|
|
4896
4648
|
AD6C269D1CF2494200F8B5FF /* XCUIApplication+FBHelpers.m in Sources */,
|
|
4897
4649
|
EE3A18671CDE734B00DE4205 /* FBKeyboard.m in Sources */,
|
|
4898
4650
|
719DCF172601EAFB000E765F /* FBNotificationsHelper.m in Sources */,
|
|
4899
|
-
E444DCAC24913C220060D7EB /* Route.m in Sources */,
|
|
4900
4651
|
713C6DD01DDC772A00285B92 /* FBElementUtils.m in Sources */,
|
|
4901
4652
|
71BB58E32B9631F100CB9BFE /* FBScreenRecordingPromise.m in Sources */,
|
|
4902
4653
|
7140974C1FAE1B51008FB2C5 /* FBW3CActionsSynthesizer.m in Sources */,
|
|
@@ -4908,17 +4659,14 @@
|
|
|
4908
4659
|
EEBBD48C1D47746D00656A81 /* XCUIElement+FBFind.m in Sources */,
|
|
4909
4660
|
EE158ADD1CBD456F00A3E3F0 /* FBResponsePayload.m in Sources */,
|
|
4910
4661
|
B316351C2DDF0CF5007D9317 /* FBAccessibilityTraits.m in Sources */,
|
|
4911
|
-
E444DCB524913C220060D7EB /* RouteRequest.m in Sources */,
|
|
4912
4662
|
C8FB547A22D4C1FC00B69954 /* FBUnattachedAppLauncher.m in Sources */,
|
|
4913
4663
|
EE158ADF1CBD456F00A3E3F0 /* FBRoute.m in Sources */,
|
|
4914
4664
|
EE0D1F621EBCDCF7006A3123 /* NSString+FBVisualLength.m in Sources */,
|
|
4915
4665
|
EEE9B4731CD02B88009D2030 /* FBRunLoopSpinner.m in Sources */,
|
|
4916
4666
|
719CD8F92126C78F00C7D0C2 /* FBAlertsMonitor.m in Sources */,
|
|
4917
4667
|
71A7EAFA1E224648001DA4F2 /* FBClassChainQueryParser.m in Sources */,
|
|
4918
|
-
718226D02587443700661B83 /* GCDAsyncUdpSocket.m in Sources */,
|
|
4919
4668
|
13DE7A51287C46BB003243C6 /* FBXCElementSnapshot.m in Sources */,
|
|
4920
4669
|
71A224E61DE2F56600844D55 /* NSPredicate+FBFormat.m in Sources */,
|
|
4921
|
-
E444DC85249131B10060D7EB /* DDNumber.m in Sources */,
|
|
4922
4670
|
EEE376441D59F81400ED88DD /* XCUIDevice+FBRotation.m in Sources */,
|
|
4923
4671
|
A1B2C3D41F001A00A1B0007 /* XCUIDevice+FBVoiceOver.m in Sources */,
|
|
4924
4672
|
13815F712328D20400CDAB61 /* FBActiveAppDetectionPoint.m in Sources */,
|
|
@@ -4929,7 +4677,6 @@
|
|
|
4929
4677
|
7155D704211DCEF400166C20 /* FBMjpegServer.m in Sources */,
|
|
4930
4678
|
EEDFE1221D9C06F800E6FFE5 /* XCUIDevice+FBHealthCheck.m in Sources */,
|
|
4931
4679
|
714D88CE2733FB970074A925 /* FBXMLGenerationOptions.m in Sources */,
|
|
4932
|
-
E444DCB424913C220060D7EB /* RoutingHTTPServer.m in Sources */,
|
|
4933
4680
|
7140974E1FAE20EE008FB2C5 /* FBBaseActionsSynthesizer.m in Sources */,
|
|
4934
4681
|
EEE3764A1D59FAE900ED88DD /* XCUIElement+FBWebDriverAttributes.m in Sources */,
|
|
4935
4682
|
EE8DDD7E20C5733C004D4925 /* XCUIElement+FBForceTouch.m in Sources */,
|
|
@@ -4959,12 +4706,9 @@
|
|
|
4959
4706
|
EE158AAF1CBD456F00A3E3F0 /* XCUIElement+FBAccessibility.m in Sources */,
|
|
4960
4707
|
714E14BA29805CAE00375DD7 /* XCAXClient_iOS+FBSnapshotReqParams.m in Sources */,
|
|
4961
4708
|
7150348821A6DAD600A0F4BA /* FBImageUtils.m in Sources */,
|
|
4962
|
-
E444DCAB24913C220060D7EB /* HTTPResponseProxy.m in Sources */,
|
|
4963
|
-
E444DC6D249131890060D7EB /* HTTPErrorResponse.m in Sources */,
|
|
4964
4709
|
71F5BE25252E576C00EE9EBA /* XCUIElement+FBSwiping.m in Sources */,
|
|
4965
4710
|
EE158AE51CBD456F00A3E3F0 /* FBSession.m in Sources */,
|
|
4966
4711
|
71C9EAAE25E8415A00470CD8 /* FBScreenshot.m in Sources */,
|
|
4967
|
-
E444DCB224913C220060D7EB /* RoutingConnection.m in Sources */,
|
|
4968
4712
|
EE158AC11CBD456F00A3E3F0 /* FBFindElementCommands.m in Sources */,
|
|
4969
4713
|
EE7E271D1D06C69F001BEC7B /* FBDebugLogDelegateDecorator.m in Sources */,
|
|
4970
4714
|
716C9DFC27315D21005AD475 /* FBReflectionUtils.m in Sources */,
|
|
@@ -4977,13 +4721,10 @@
|
|
|
4977
4721
|
13DE7A57287CA1EC003243C6 /* FBXCElementSnapshotWrapper.m in Sources */,
|
|
4978
4722
|
71BB58F82B96531900CB9BFE /* FBScreenRecordingContainer.m in Sources */,
|
|
4979
4723
|
EE158AB31CBD456F00A3E3F0 /* XCUIElement+FBScrolling.m in Sources */,
|
|
4980
|
-
718226CE2587443700661B83 /* GCDAsyncSocket.m in Sources */,
|
|
4981
4724
|
EE158AC91CBD456F00A3E3F0 /* FBSessionCommands.m in Sources */,
|
|
4982
4725
|
715A84CF2DD92AD3007134CC /* FBElementHelpers.m in Sources */,
|
|
4983
4726
|
EE9B76A71CF7A43900275851 /* FBConfiguration.m in Sources */,
|
|
4984
|
-
E444DC9C249131D40060D7EB /* HTTPServer.m in Sources */,
|
|
4985
4727
|
71414ED82670A1EE003A8C5D /* LRUCache.m in Sources */,
|
|
4986
|
-
E444DC67249131890060D7EB /* HTTPDataResponse.m in Sources */,
|
|
4987
4728
|
EE158AD31CBD456F00A3E3F0 /* FBElementCache.m in Sources */,
|
|
4988
4729
|
71930C4320662E1F00D3AFEC /* FBPasteboard.m in Sources */,
|
|
4989
4730
|
AD6C26951CF2379700F8B5FF /* FBAlert.m in Sources */,
|
|
@@ -4993,14 +4734,15 @@
|
|
|
4993
4734
|
EE158AD51CBD456F00A3E3F0 /* FBExceptionHandler.m in Sources */,
|
|
4994
4735
|
EE5A24421F136D360078B1D9 /* FBXCodeCompatibility.m in Sources */,
|
|
4995
4736
|
EE158AE91CBD456F00A3E3F0 /* FBElementTypeTransformer.m in Sources */,
|
|
4996
|
-
E444DC9D249131D40060D7EB /* HTTPMessage.m in Sources */,
|
|
4997
|
-
E444DCB024913C220060D7EB /* RouteResponse.m in Sources */,
|
|
4998
4737
|
71D3B3D7267FC7260076473D /* XCUIElement+FBResolve.m in Sources */,
|
|
4999
4738
|
715AFAC21FFA29180053896D /* FBScreen.m in Sources */,
|
|
5000
4739
|
71B155DC230711E900646AFB /* FBCommandStatus.m in Sources */,
|
|
5001
4740
|
EE35AD7C1E3B80C000A02D78 /* FBXCTestDaemonsProxy.m in Sources */,
|
|
5002
4741
|
EE18883B1DA661C400307AA8 /* FBMathUtils.m in Sources */,
|
|
5003
4742
|
7157B292221DADD2001C348C /* FBXCAXClientProxy.m in Sources */,
|
|
4743
|
+
35924251B4B5D0A486A6A0BB /* FBHTTPServer.m in Sources */,
|
|
4744
|
+
7072174F17BA109C6AB2859F /* RouteRequest.m in Sources */,
|
|
4745
|
+
5B9C00B488A31A95F1460727 /* RouteResponse.m in Sources */,
|
|
5004
4746
|
);
|
|
5005
4747
|
runOnlyForDeploymentPostprocessing = 0;
|
|
5006
4748
|
};
|