appium-webdriveragent 16.3.0 → 16.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (59) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/PrivateHeaders/XCTest/XCUIDevice.h +0 -1
  3. package/Scripts/build-webdriveragent.mjs +9 -9
  4. package/Scripts/build.sh +8 -1
  5. package/WebDriverAgent.xcodeproj/project.pbxproj +125 -107
  6. package/WebDriverAgent.xcodeproj/xcshareddata/xcschemes/IntegrationTests_watchOS.xcscheme +4 -4
  7. package/WebDriverAgentLib/Categories/XCUIDevice+FBHelpers.h +34 -0
  8. package/WebDriverAgentLib/Categories/XCUIDevice+FBHelpers.m +72 -0
  9. package/WebDriverAgentLib/Commands/FBCustomCommands.m +36 -0
  10. package/WebDriverAgentLib/FBAlert.m +8 -6
  11. package/WebDriverAgentLib/Info.plist +2 -2
  12. package/WebDriverAgentTests/IntegrationTests_watchOS/IntegrationTests_watchOS-Bridging-Header.h +21 -0
  13. package/WebDriverAgentTests/IntegrationTests_watchOS/WDAAlertIntegrationTests.swift +11 -9
  14. package/WebDriverAgentTests/IntegrationTests_watchOS/WDAAppLifecycleIntegrationTests.swift +18 -38
  15. package/WebDriverAgentTests/IntegrationTests_watchOS/WDAClickIntegrationTests.swift +11 -17
  16. package/WebDriverAgentTests/IntegrationTests_watchOS/WDADeviceIntegrationTests.swift +74 -32
  17. package/WebDriverAgentTests/IntegrationTests_watchOS/WDAElementAttributeIntegrationTests.swift +23 -41
  18. package/WebDriverAgentTests/IntegrationTests_watchOS/WDAFindIntegrationTests.swift +70 -95
  19. package/WebDriverAgentTests/IntegrationTests_watchOS/WDAScreenshotAndSourceIntegrationTests.swift +24 -22
  20. package/WebDriverAgentTests/IntegrationTests_watchOS/WDATypingIntegrationTests.swift +44 -28
  21. package/WebDriverAgentTests/IntegrationTests_watchOS/WDAWatchInProcessTestCase.swift +51 -0
  22. package/build/lib/check-dependencies.d.ts.map +1 -1
  23. package/build/lib/check-dependencies.js +21 -7
  24. package/build/lib/check-dependencies.js.map +1 -1
  25. package/build/lib/constants.d.ts +1 -2
  26. package/build/lib/constants.d.ts.map +1 -1
  27. package/build/lib/constants.js +1 -2
  28. package/build/lib/constants.js.map +1 -1
  29. package/build/lib/types.d.ts +2 -2
  30. package/build/lib/types.d.ts.map +1 -1
  31. package/build/lib/utils/index.d.ts +1 -1
  32. package/build/lib/utils/index.d.ts.map +1 -1
  33. package/build/lib/utils/index.js +1 -1
  34. package/build/lib/utils/index.js.map +1 -1
  35. package/build/lib/utils/platform.d.ts +12 -0
  36. package/build/lib/utils/platform.d.ts.map +1 -1
  37. package/build/lib/utils/platform.js +23 -1
  38. package/build/lib/utils/platform.js.map +1 -1
  39. package/build/lib/utils/xctestrun.js +27 -3
  40. package/build/lib/utils/xctestrun.js.map +1 -1
  41. package/build/lib/webdriveragent.d.ts.map +1 -1
  42. package/build/lib/webdriveragent.js +4 -1
  43. package/build/lib/webdriveragent.js.map +1 -1
  44. package/build/lib/xcodebuild.d.ts.map +1 -1
  45. package/build/lib/xcodebuild.js +19 -9
  46. package/build/lib/xcodebuild.js.map +1 -1
  47. package/lib/check-dependencies.ts +23 -7
  48. package/lib/constants.ts +1 -2
  49. package/lib/types.ts +4 -2
  50. package/lib/utils/index.ts +1 -1
  51. package/lib/utils/platform.ts +25 -1
  52. package/lib/utils/xctestrun.ts +29 -3
  53. package/lib/webdriveragent.ts +5 -1
  54. package/lib/xcodebuild.ts +27 -12
  55. package/package.json +3 -2
  56. package/WebDriverAgentTests/IntegrationTests_watchOS/WDASessionIntegrationTests.swift +0 -72
  57. package/WebDriverAgentTests/IntegrationTests_watchOS/WDAUnknownCommandIntegrationTests.swift +0 -24
  58. package/WebDriverAgentTests/IntegrationTests_watchOS/WDAWatchHTTPClient.swift +0 -95
  59. package/WebDriverAgentTests/IntegrationTests_watchOS/WDAWatchIntegrationTestCase.swift +0 -61
@@ -25,7 +25,6 @@
25
25
  062A682A90296DB8AA3B959E /* XCUIDevice+FBVoiceOver.m in Sources */ = {isa = PBXBuildFile; fileRef = A1B2C3D41F001A00A1B0002 /* XCUIDevice+FBVoiceOver.m */; };
26
26
  06E45CFFA4E41D77902DA67A /* XCTMeasureOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = B3FDA51EB36F03592BF48762 /* XCTMeasureOptions.h */; settings = {ATTRIBUTES = (Public, ); }; };
27
27
  06FF73DCB07047C42DBFB16A /* AXSettings.h in Headers */ = {isa = PBXBuildFile; fileRef = 6496A5D8230D6EB30087F8CB /* AXSettings.h */; };
28
- 07CD6433C98FC4A86E2BC7E3 /* WDAAppLifecycleIntegrationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB1B9A793C9EFB7853C1AA13 /* WDAAppLifecycleIntegrationTests.swift */; };
29
28
  07D0D478F000C48B33956E9A /* XCTRunnerDaemonSessionUIAutomationDelegate-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = B8A163261EFA440E42CA6AC1 /* XCTRunnerDaemonSessionUIAutomationDelegate-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
30
29
  080C5B8955F9D1A3DB7C5B81 /* XCUIApplicationOpenRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 4AEAD1CF473F6AD60333E9FF /* XCUIApplicationOpenRequest.h */; };
31
30
  0936AE3F017DB42A03BF7751 /* XCTTestIdentifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 831F292661C60B68B557F14D /* XCTTestIdentifier.h */; settings = {ATTRIBUTES = (Public, ); }; };
@@ -114,11 +113,11 @@
114
113
  1EBB250E6F79EBCBA11FCE9E /* FBW3CActionsSynthesizer.m in Sources */ = {isa = PBXBuildFile; fileRef = 7140974A1FAE1B51008FB2C5 /* FBW3CActionsSynthesizer.m */; };
115
114
  1F545FFB67878CBAF4D6E6A0 /* FBLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = EE9B76A31CF7A43900275851 /* FBLogger.h */; };
116
115
  1F9DD4891B8B19D8E13066E9 /* FBXCElementSnapshot.m in Sources */ = {isa = PBXBuildFile; fileRef = 13DE7A4E287C46BB003243C6 /* FBXCElementSnapshot.m */; };
117
- 1FA2AA058DF5AEAC2212EAF8 /* WDAFindIntegrationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BCED63DFD03326F6351165FE /* WDAFindIntegrationTests.swift */; };
118
116
  203561B6C2B8456509B60AD7 /* XCTScreenCapturePolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = FDB15E393EA0850C004D26B2 /* XCTScreenCapturePolicy.h */; settings = {ATTRIBUTES = (Public, ); }; };
119
117
  205E75731851D363B53A61DE /* UITestingUITests.m in Sources */ = {isa = PBXBuildFile; fileRef = EE9AB7FD1CAEE048008C271F /* UITestingUITests.m */; };
120
118
  208F3FB46E41B0A1C87B8800 /* FBScreenshot.m in Sources */ = {isa = PBXBuildFile; fileRef = 71C9EAAB25E8415A00470CD8 /* FBScreenshot.m */; };
121
119
  2238B4FC5C7DCD4B4215444D /* XCTMessagingRole_ProtectedResourceAuthorization-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = CCCBEAE654102DBB1C8C22CD /* XCTMessagingRole_ProtectedResourceAuthorization-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
120
+ 227E3F36FAA2C3881F89FD81 /* WDAClickIntegrationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C878996F07A9B26E66FC4EAC /* WDAClickIntegrationTests.swift */; };
122
121
  229F9F5B85C1255447495847 /* XCUIApplicationAutomationSessionProviding-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 603D97F0F9A5B9D4E6442BF2 /* XCUIApplicationAutomationSessionProviding-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
123
122
  22A6AD29DB4A497BC03C2B67 /* XCTIssue+FBPatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 71A5C67129A4F39600421C37 /* XCTIssue+FBPatcher.h */; };
124
123
  22D9C8C0CDA32D1F307A345E /* XCTMessagingRole_DebugLogging-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 471DF7EE3C63C3069FB9D40D /* XCTMessagingRole_DebugLogging-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
@@ -146,7 +145,6 @@
146
145
  2C3893641ACA0AAFCC8DEB98 /* XCTPromise.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CA02992F03AE1E134F2CAF5 /* XCTPromise.h */; settings = {ATTRIBUTES = (Public, ); }; };
147
146
  2C6A45AFEC6B04782EE8E0B0 /* XCUIElement+FBForceTouch.m in Sources */ = {isa = PBXBuildFile; fileRef = EE8DDD7C20C5733B004D4925 /* XCUIElement+FBForceTouch.m */; };
148
147
  2C6A876B29ECA17D6A5BCEED /* HTTPConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DC89249131D30060D7EB /* HTTPConnection.h */; };
149
- 2CDFA27001529A43B560F3A1 /* WDAScreenshotAndSourceIntegrationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75F677B5B7737E7E1F321C20 /* WDAScreenshotAndSourceIntegrationTests.swift */; };
150
148
  2D6B818DC921A4631A496432 /* FBCommandStatus.h in Headers */ = {isa = PBXBuildFile; fileRef = EE9AB7761CAEDF0C008C271F /* FBCommandStatus.h */; };
151
149
  2EB7B0D78CEB3388711C7A8B /* FBErrorBuilder.m in Sources */ = {isa = PBXBuildFile; fileRef = EE3A18611CDE618F00DE4205 /* FBErrorBuilder.m */; };
152
150
  2F56E0614B3A533F388B6B51 /* XCTRemoteSignpostListenerProxy-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E47AA1A44A4A3C6EDCB6804 /* XCTRemoteSignpostListenerProxy-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
@@ -488,6 +486,7 @@
488
486
  67AFD75FBCD4BFC5424A0956 /* XCTMessagingRole_ActivityReporting-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = EED93C03F27978174C7333C1 /* XCTMessagingRole_ActivityReporting-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
489
487
  68BAD7FD955D2732151C355D /* XCUIRemoteAccessibilityInterface-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DD2F42015E89D253EA57F63 /* XCUIRemoteAccessibilityInterface-Protocol.h */; };
490
488
  68CF77BE3F4B659BAFC99AF1 /* XCUIDeviceDelayedAttachmentTransferSupportInterface-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C19CEEEC9858A106061D1F8 /* XCUIDeviceDelayedAttachmentTransferSupportInterface-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
489
+ 68EB0B8D53270CB68C53D028 /* WDAAlertIntegrationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28F75AEC6442F32A3C4394AD /* WDAAlertIntegrationTests.swift */; };
491
490
  698A247C297C36C7DEBFCD28 /* XCTMessagingRole_TestReporting-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 13AAB3B43FB533B0E9C3F40D /* XCTMessagingRole_TestReporting-Protocol.h */; };
492
491
  69D17671BE6F04D5FE909BD1 /* XCTMessagingRole_BundleRequesting-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = C928E94CBC13E262D818C28E /* XCTMessagingRole_BundleRequesting-Protocol.h */; };
493
492
  6A093FDB29E19E1F1F51A6A8 /* FBImageUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 7150348521A6DAD600A0F4BA /* FBImageUtils.h */; };
@@ -495,6 +494,7 @@
495
494
  6A4E39AED8C9C8BEBD960710 /* FBImageProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 63CCF91021ECE4C700E94ABD /* FBImageProcessor.h */; };
496
495
  6A594CAA5D54658403A031DC /* XCTRunnerAutomationSession-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 01AF8E73DD47455B4854E470 /* XCTRunnerAutomationSession-Protocol.h */; };
497
496
  6ACEDEB2C16EFA502ED27FC4 /* XCTMeasureOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = B3FDA51EB36F03592BF48762 /* XCTMeasureOptions.h */; settings = {ATTRIBUTES = (Public, ); }; };
497
+ 6AF8892AEF5C6BF01896B6DA /* WDAAppLifecycleIntegrationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB1B9A793C9EFB7853C1AA13 /* WDAAppLifecycleIntegrationTests.swift */; };
498
498
  6B3AB44BFFDDF042E4B712C1 /* FBPasteboard.h in Headers */ = {isa = PBXBuildFile; fileRef = 71930C4020662E1F00D3AFEC /* FBPasteboard.h */; };
499
499
  6B4E076881F3C7F369044682 /* FBXCDeviceEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 13DE7A47287C4005003243C6 /* FBXCDeviceEvent.h */; };
500
500
  6B68382176E9918AF3110710 /* XCTMacCatalystStatusProviding-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 42D2B5A0C490D9698C2A87A9 /* XCTMacCatalystStatusProviding-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
@@ -507,6 +507,7 @@
507
507
  6E9672EC1A999619AED1EF4D /* XCTSourceCodeContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 530D925D1492C4DF826B46BB /* XCTSourceCodeContext.h */; settings = {ATTRIBUTES = (Public, ); }; };
508
508
  6EA187930FA95A0FB2D0338F /* XCUIElement+FBUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = EEE376401D59F81400ED88DD /* XCUIElement+FBUtilities.m */; };
509
509
  6EC82BD561787BE315AD369A /* XCTMessagingRole_SiriAutomation-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = FCD1815F2BF21CA0936B04E1 /* XCTMessagingRole_SiriAutomation-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
510
+ 6EDF83DA0A6C7A7E67C30AF6 /* WDADeviceIntegrationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 646D714BC17FE9258CFBDF55 /* WDADeviceIntegrationTests.swift */; };
510
511
  6FC8E41707F65D5A432206CC /* FBXCAccessibilityElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 13DE7A41287C2A8D003243C6 /* FBXCAccessibilityElement.h */; };
511
512
  70E21F76098198E19A6E5A5E /* FBXCAXClientProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 7157B28F221DADD2001C348C /* FBXCAXClientProxy.h */; };
512
513
  711084441DA3AA7500F913D6 /* FBXPath.h in Headers */ = {isa = PBXBuildFile; fileRef = 711084421DA3AA7500F913D6 /* FBXPath.h */; settings = {ATTRIBUTES = (Public, ); }; };
@@ -734,6 +735,7 @@
734
735
  71F5BE51252F14EB00EE9EBA /* FBExceptions.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F5BE4E252F14EB00EE9EBA /* FBExceptions.m */; };
735
736
  71F5BE52252F14EB00EE9EBA /* FBExceptions.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F5BE4E252F14EB00EE9EBA /* FBExceptions.m */; };
736
737
  727A1A132D139DB3B82808F4 /* XCTFuture.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F044AD574A9837C04F833CB /* XCTFuture.h */; settings = {ATTRIBUTES = (Public, ); }; };
738
+ 72F5BAE6CA919434EA4DA0F3 /* WDAFindIntegrationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BCED63DFD03326F6351165FE /* WDAFindIntegrationTests.swift */; };
737
739
  72FE28D00A69D335B463C03A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 721E280BFFEFFD40C89277AF /* AppDelegate.m */; };
738
740
  732D07CE799D8B584B4033E8 /* XCTMessagingRole_DebugLogging-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 471DF7EE3C63C3069FB9D40D /* XCTMessagingRole_DebugLogging-Protocol.h */; };
739
741
  734735CAB6A95282CCF098E5 /* XCUIElement+FBFind.m in Sources */ = {isa = PBXBuildFile; fileRef = EEBBD48A1D47746D00656A81 /* XCUIElement+FBFind.m */; };
@@ -765,7 +767,6 @@
765
767
  7C29155F72C16DF727A0692C /* XCUIElement+FBClassChain.m in Sources */ = {isa = PBXBuildFile; fileRef = 71A7EAF41E20516B001DA4F2 /* XCUIElement+FBClassChain.m */; };
766
768
  7C9C3C651FB37EC3ED8BC4C1 /* XCTReportingSessionConfiguration-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = E859E58C7C717CB6CD2A80BE /* XCTReportingSessionConfiguration-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
767
769
  7CB113A4CAF4C22E962E2097 /* XCTSourceCodeContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 530D925D1492C4DF826B46BB /* XCTSourceCodeContext.h */; settings = {ATTRIBUTES = (Public, ); }; };
768
- 7D099F5AD14B24B9FC3FEBF0 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DD1ABD1093739852B52C472B /* Foundation.framework */; };
769
770
  7D2D0CCEF44A91BDB34F5943 /* XCTRuntimeDiagnosticsPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = AD0DDEAB427BA845375C7384 /* XCTRuntimeDiagnosticsPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; };
770
771
  7D39CABC61A3F585DEC1E6B1 /* XCUIKnobControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C78201A2212BEA77979F4FF /* XCUIKnobControl.h */; settings = {ATTRIBUTES = (Public, ); }; };
771
772
  7DFFC02E95770F89F5A63A8F /* FBSettingsHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 71F3E7D625417FF400E0C22C /* FBSettingsHandler.h */; };
@@ -824,7 +825,6 @@
824
825
  92A632860C8133ADDD5DE5F4 /* LRUCacheNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 71414ED12670A1ED003A8C5D /* LRUCacheNode.h */; };
825
826
  92DC81D2F6E58386AC592482 /* FBXCTestDaemonsProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = EE35AD7A1E3B80C000A02D78 /* FBXCTestDaemonsProxy.m */; };
826
827
  932D338E506BD3EDDABBDEA9 /* XCTNSPredicateExpectationObject-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACEC1E3B77D600A02D78 /* XCTNSPredicateExpectationObject-Protocol.h */; };
827
- 93B85BB5737C85F650FF772F /* WDATypingIntegrationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 912F32C353FE7C3E7C841405 /* WDATypingIntegrationTests.swift */; };
828
828
  93D5C4C8442EFE91D70780CC /* FBScreen.h in Headers */ = {isa = PBXBuildFile; fileRef = 715AFABF1FFA29180053896D /* FBScreen.h */; };
829
829
  9452D57FE97CB2ECED093B9F /* FBAccessibilityTraits.h in Headers */ = {isa = PBXBuildFile; fileRef = B316351E2DDF0D0B007D9317 /* FBAccessibilityTraits.h */; };
830
830
  9472D6847DFCF79A29E201A1 /* FBFailureProofTestCase.m in Sources */ = {isa = PBXBuildFile; fileRef = EE6A89391D0B38640083E92B /* FBFailureProofTestCase.m */; };
@@ -865,7 +865,6 @@
865
865
  A0A7AB48F1A3AEEC70AF92D7 /* XCTMessagingRole_ForcePressureSupportQuerying-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = AA2351C66A4616534FB81AE4 /* XCTMessagingRole_ForcePressureSupportQuerying-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
866
866
  A14687C1A2FC70A2356B7839 /* XCUIApplicationImplReporter-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 221BC403F42F61DDB1F11DD0 /* XCUIApplicationImplReporter-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
867
867
  A14CB090646BCB0B50F213CF /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D7DD32943CAC7838F942ED5 /* ViewController.m */; };
868
- A15C224F98CDB418E5727697 /* WDAAlertIntegrationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28F75AEC6442F32A3C4394AD /* WDAAlertIntegrationTests.swift */; };
869
868
  A1B2C3D41F001A00A1B0004 /* XCUIDevice+FBVoiceOver.h in Headers */ = {isa = PBXBuildFile; fileRef = A1B2C3D41F001A00A1B0001 /* XCUIDevice+FBVoiceOver.h */; settings = {ATTRIBUTES = (Public, ); }; };
870
869
  A1B2C3D41F001A00A1B0005 /* XCUIDevice+FBVoiceOver.m in Sources */ = {isa = PBXBuildFile; fileRef = A1B2C3D41F001A00A1B0002 /* XCUIDevice+FBVoiceOver.m */; };
871
870
  A1B2C3D41F001A00A1B0006 /* XCUIDevice+FBVoiceOver.h in Headers */ = {isa = PBXBuildFile; fileRef = A1B2C3D41F001A00A1B0001 /* XCUIDevice+FBVoiceOver.h */; settings = {ATTRIBUTES = (Public, ); }; };
@@ -884,7 +883,6 @@
884
883
  A5005275246FC51C1332B7E5 /* XCUIApplication+FBQuiescence.h in Headers */ = {isa = PBXBuildFile; fileRef = 71C8E54F25399A6B008572C1 /* XCUIApplication+FBQuiescence.h */; };
885
884
  A5353D849D394BC630839E59 /* XCUIElement+FBAccessibility.m in Sources */ = {isa = PBXBuildFile; fileRef = EE9AB7461CAEDF0C008C271F /* XCUIElement+FBAccessibility.m */; };
886
885
  A5B1AF65212923D21E54560E /* XCUIButtonConsole.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E09842154A44874C4E9CA01 /* XCUIButtonConsole.h */; settings = {ATTRIBUTES = (Public, ); }; };
887
- A648F711A5BECD8BE680AB79 /* WDAElementAttributeIntegrationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 848B7B14F95EFE16EEC46045 /* WDAElementAttributeIntegrationTests.swift */; };
888
886
  A72A2DF58BC103C624F84907 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 716C9342224D53A1004B8542 /* XCTest.framework */; };
889
887
  A72A8752161D64BDB5290703 /* XCUISystem.h in Headers */ = {isa = PBXBuildFile; fileRef = DE39D4384E531299FAA143F7 /* XCUISystem.h */; settings = {ATTRIBUTES = (Public, ); }; };
890
888
  A781B56952349EB47FBF0DAD /* XCTMessagingRole_SystemConfiguration-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = EA24F4BE52B2520874E09BEF /* XCTMessagingRole_SystemConfiguration-Protocol.h */; };
@@ -894,7 +892,7 @@
894
892
  A8CEAEFC8CC63F94DA0176A9 /* XCUIDevice+FBVoiceOver.h in Headers */ = {isa = PBXBuildFile; fileRef = A1B2C3D41F001A00A1B0001 /* XCUIDevice+FBVoiceOver.h */; };
895
893
  A95AE6DC8C54B7E2C3CB2570 /* XCTMessagingRole_SelfDiagnosisIssueReporting-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 74AA57E9A81B1B0515CB587F /* XCTMessagingRole_SelfDiagnosisIssueReporting-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
896
894
  A967F44C38E10C0295AD08FF /* XCTMessagingRole_CapabilityExchange-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 62A682C55077710D1D90ABC3 /* XCTMessagingRole_CapabilityExchange-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
897
- A970B1FBC690CBE536636228 /* WebDriverAgentLib_watchOS.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = D1171249FE5D91AC5D797E5C /* WebDriverAgentLib_watchOS.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
895
+ A970B1FBC690CBE536636228 /* WebDriverAgentLib_watchOS.framework in Copy frameworks */ = {isa = PBXBuildFile; fileRef = D1171249FE5D91AC5D797E5C /* WebDriverAgentLib_watchOS.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
898
896
  A9BCCC677A46E48D4D2B05A9 /* FBActiveAppDetectionPoint.m in Sources */ = {isa = PBXBuildFile; fileRef = 13815F6E2328D20400CDAB61 /* FBActiveAppDetectionPoint.m */; };
899
897
  AAA213E600F40AB7F43D1015 /* WebDriverAgentLib_tvOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 641EE6F82240C5CA00173FCB /* WebDriverAgentLib_tvOS.framework */; };
900
898
  AABBCCDDEEFF001122334457 /* SceneDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = AABBCCDDEEFF001122334456 /* SceneDelegate.m */; };
@@ -932,6 +930,7 @@
932
930
  B316351D2DDF0CF5007D9317 /* FBAccessibilityTraits.m in Sources */ = {isa = PBXBuildFile; fileRef = B316351B2DDF0CF5007D9317 /* FBAccessibilityTraits.m */; };
933
931
  B316351F2DDF0D0B007D9317 /* FBAccessibilityTraits.h in Headers */ = {isa = PBXBuildFile; fileRef = B316351E2DDF0D0B007D9317 /* FBAccessibilityTraits.h */; };
934
932
  B31635202DDF0D0B007D9317 /* FBAccessibilityTraits.h in Headers */ = {isa = PBXBuildFile; fileRef = B316351E2DDF0D0B007D9317 /* FBAccessibilityTraits.h */; };
933
+ B36D8136E49BF48ED389D1DB /* WDAWatchInProcessTestCase.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C280328DE3379F9EF701A20 /* WDAWatchInProcessTestCase.swift */; };
935
934
  B63FBAF7421417011D724B6F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 722E62C63348A451A351524B /* Foundation.framework */; };
936
935
  B6AB97EF303CCF15017EB07A /* XCUIApplicationProcessDelegate-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 43FCB89739438814F43BCA24 /* XCUIApplicationProcessDelegate-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
937
936
  B6B73CE709728984EF03361D /* FBFailureProofTestCase.h in Headers */ = {isa = PBXBuildFile; fileRef = EE6A89381D0B38640083E92B /* FBFailureProofTestCase.h */; };
@@ -999,7 +998,6 @@
999
998
  CE3D815D09AD8E137CC18AA5 /* XCUIElement+FBScrolling.h in Headers */ = {isa = PBXBuildFile; fileRef = EE9AB7491CAEDF0C008C271F /* XCUIElement+FBScrolling.h */; };
1000
999
  CE4ACC757D04A9662BC1D2D0 /* XCTMessagingRole_AttachmentFutureResultStatusUpdating-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 10FBCE8B3A419B970DB7A5CE /* XCTMessagingRole_AttachmentFutureResultStatusUpdating-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
1001
1000
  CE57FBF0D8F391F113DAAB91 /* WebDriverAgentLib_watchOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D1171249FE5D91AC5D797E5C /* WebDriverAgentLib_watchOS.framework */; };
1002
- CEA3AF02E2BFF31ABB97F6F0 /* WDADeviceIntegrationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 646D714BC17FE9258CFBDF55 /* WDADeviceIntegrationTests.swift */; };
1003
1001
  CF063E3902F2FF73D65CAAA9 /* XCUIAXNotificationHandling-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = EA96C2FEDE73CB5148BA4949 /* XCUIAXNotificationHandling-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
1004
1002
  CFB0AFBC9F429B279C95F5BC /* FBAlertViewCommands.h in Headers */ = {isa = PBXBuildFile; fileRef = EE9AB7501CAEDF0C008C271F /* FBAlertViewCommands.h */; };
1005
1003
  CFDBE0DF5D99CB310C7AFB01 /* XCUIApplicationProcess.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACFB1E3B77D600A02D78 /* XCUIApplicationProcess.h */; };
@@ -1014,6 +1012,7 @@
1014
1012
  D209CAD44BCD87BDF8BE30B1 /* libAccessibility.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 7155B41A224D5B480042A993 /* libAccessibility.tbd */; };
1015
1013
  D227087A470351BB2BD58376 /* XCTWaiterWait.h in Headers */ = {isa = PBXBuildFile; fileRef = 8566F4674B2CF640A678C952 /* XCTWaiterWait.h */; settings = {ATTRIBUTES = (Public, ); }; };
1016
1014
  D22F20BC746C639DCDD2F69C /* XCTMessagingRole_ProcessMonitoring-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = B43D656732067585371ADD31 /* XCTMessagingRole_ProcessMonitoring-Protocol.h */; };
1015
+ D22FED0B3856919DA4BCFA67 /* WDATypingIntegrationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 912F32C353FE7C3E7C841405 /* WDATypingIntegrationTests.swift */; };
1017
1016
  D234E390A449065FA22F28EF /* XCUIAccessibilityInterface-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = D47DD8BF27FE639742EA2E3E /* XCUIAccessibilityInterface-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
1018
1017
  D27A70EE9F480A3D1CDDB389 /* XCTMessagingRole_PerformanceMeasurementReporting-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B650ADFEEA2369A10F6C1F1 /* XCTMessagingRole_PerformanceMeasurementReporting-Protocol.h */; };
1019
1018
  D2A463EE081CED34AA988123 /* XCTTestIdentifierSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E079E00FE148476F94BC42F /* XCTTestIdentifierSet.h */; settings = {ATTRIBUTES = (Public, ); }; };
@@ -1031,7 +1030,6 @@
1031
1030
  D869B58002B298F70EE06B98 /* XCUIElement+FBMinMax.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E0413372DF1E15100AF007C /* XCUIElement+FBMinMax.m */; };
1032
1031
  D87509BF0784FDFFD57A2EF5 /* FBNotificationsHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 719DCF142601EAFB000E765F /* FBNotificationsHelper.m */; };
1033
1032
  D9D6F0D054AF1BDAAFD0E667 /* XCUIXcodeApplicationManaging-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 30ABCB5051B826025F77E360 /* XCUIXcodeApplicationManaging-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
1034
- D9FF15E0009D95996128C5E1 /* WDASessionIntegrationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 27D14C409E982099568175D1 /* WDASessionIntegrationTests.swift */; };
1035
1033
  DA26A56D4FE01CA1FAF6F1E7 /* FBOrientationCommands.m in Sources */ = {isa = PBXBuildFile; fileRef = EE9AB75D1CAEDF0C008C271F /* FBOrientationCommands.m */; };
1036
1034
  DADC5E6FD3E80449EE5B5841 /* NSString+FBVisualLength.h in Headers */ = {isa = PBXBuildFile; fileRef = EE0D1F5F1EBCDCF7006A3123 /* NSString+FBVisualLength.h */; };
1037
1035
  DAFD9ED6842CE53DBAF9F8EB /* XCTMessagingRole_DebugLogging-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 471DF7EE3C63C3069FB9D40D /* XCTMessagingRole_DebugLogging-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
@@ -1039,15 +1037,14 @@
1039
1037
  DD44723878134A0A42473299 /* XCUIApplication.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACF91E3B77D600A02D78 /* XCUIApplication.h */; };
1040
1038
  DE2D708340ED70EBF9244D0F /* NSDictionary+FBUtf8SafeDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 716F0D9F2A16CA1000CDD977 /* NSDictionary+FBUtf8SafeDictionary.h */; };
1041
1039
  DE75F01A64FBC6A58012E6B4 /* FBXCElementSnapshotDouble.m in Sources */ = {isa = PBXBuildFile; fileRef = F46F78706C5157469122F730 /* FBXCElementSnapshotDouble.m */; };
1042
- DEFE56CC1A4EC88BCCD9BD6D /* WDAWatchHTTPClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F28D3CD9DDC2E54DB115316 /* WDAWatchHTTPClient.swift */; };
1043
1040
  DF0FF8388E4C4CFDD1746BF7 /* XCTRunnerIDESessionDelegate-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A5EC96F8F1C3888B9E24FAA /* XCTRunnerIDESessionDelegate-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
1044
1041
  DFB9638AF3480053CA39AB3C /* XCUIElement+FBVisibleFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = 71AE3CF52D38EE8E0039FC36 /* XCUIElement+FBVisibleFrame.h */; };
1045
1042
  DFC01347FC6A5308D5C6765D /* XCTMessagingRole_MemoryTesting-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 13D863EAE7F6F8B7E42D99B9 /* XCTMessagingRole_MemoryTesting-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
1046
1043
  E046D4602540FA7272DCBCB4 /* XCUIElement+FBWebDriverAttributes.m in Sources */ = {isa = PBXBuildFile; fileRef = EEE376481D59FAE900ED88DD /* XCUIElement+FBWebDriverAttributes.m */; };
1047
- E101F1B19A8079EAD8457C0C /* WDAWatchIntegrationTestCase.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24BD02A29E3B2EB1D57FDD29 /* WDAWatchIntegrationTestCase.swift */; };
1044
+ E1653072AC5040C7325DAAED /* WebDriverAgentLib_watchOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D1171249FE5D91AC5D797E5C /* WebDriverAgentLib_watchOS.framework */; };
1048
1045
  E19946F12AD25E3EFFD89A36 /* XCTAggregateSuiteRunStatistics.h in Headers */ = {isa = PBXBuildFile; fileRef = 7AA21CEBA6E92AAC73FB6A48 /* XCTAggregateSuiteRunStatistics.h */; settings = {ATTRIBUTES = (Public, ); }; };
1049
- E1C6D95706F0F87BE535E332 /* WDAClickIntegrationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C878996F07A9B26E66FC4EAC /* WDAClickIntegrationTests.swift */; };
1050
1046
  E1E21D96BC2347D9AC01269D /* XCUIApplicationProcessTracker-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 3238E68F292452D8234153F1 /* XCUIApplicationProcessTracker-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
1047
+ E1F20E47472FED558822C1E5 /* WDAElementAttributeIntegrationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 848B7B14F95EFE16EEC46045 /* WDAElementAttributeIntegrationTests.swift */; };
1051
1048
  E1F9DBCDED4574CBF53450BE /* XCUIApplicationAutomationSessionProviding-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 603D97F0F9A5B9D4E6442BF2 /* XCUIApplicationAutomationSessionProviding-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
1052
1049
  E29A0688606C24973775C64D /* XCTTestIdentifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 831F292661C60B68B557F14D /* XCTTestIdentifier.h */; settings = {ATTRIBUTES = (Public, ); }; };
1053
1050
  E2D4264AE37BE5A1EDEA72AF /* XCTReportingSessionTestContainer-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = D5D58975822CD58C8FEF7FEB /* XCTReportingSessionTestContainer-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
@@ -1100,9 +1097,9 @@
1100
1097
  E571286CBEA891946EED7C70 /* XCTSourceCodeLocation.h in Headers */ = {isa = PBXBuildFile; fileRef = 81BB54ECBFB5B7B680BB5D4F /* XCTSourceCodeLocation.h */; settings = {ATTRIBUTES = (Public, ); }; };
1101
1098
  E608A983E2E6A6A1A46A6E91 /* XCUIDeviceAutomationModeInterface-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CF2F53B94CC13C628FC7760 /* XCUIDeviceAutomationModeInterface-Protocol.h */; };
1102
1099
  E62AED48CAE64088C1E7498B /* XCUIElement+FBPickerWheel.h in Headers */ = {isa = PBXBuildFile; fileRef = 7136A4771E8918E60024FC3D /* XCUIElement+FBPickerWheel.h */; };
1100
+ E66195839119DC5A8BB7A5D9 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DD1ABD1093739852B52C472B /* Foundation.framework */; };
1103
1101
  E6B214145FE46BBFD824FAE7 /* FBMathUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = EE1888381DA661C400307AA8 /* FBMathUtils.h */; };
1104
1102
  E78F581F8E7530B24AC31A8B /* XCTMessagingRole_UIAutomation-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 92182E4007B37665AB8CD88E /* XCTMessagingRole_UIAutomation-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
1105
- E7DF976BD298CC4815946781 /* WDAUnknownCommandIntegrationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C90E6C9835DC2FDB3CB6501 /* WDAUnknownCommandIntegrationTests.swift */; };
1106
1103
  E8E894CD81C41AC4467A4F4C /* XCTCapabilities.h in Headers */ = {isa = PBXBuildFile; fileRef = DB5400B170F08C71779CCD0E /* XCTCapabilities.h */; settings = {ATTRIBUTES = (Public, ); }; };
1107
1104
  E8E917CF8B3ADB4F24CD0B96 /* _TtC10XCTestCore19XCTReportingContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DFEF3D0F3F006AC53F9E525 /* _TtC10XCTestCore19XCTReportingContext.h */; settings = {ATTRIBUTES = (Public, ); }; };
1108
1105
  E8FE8448E0118775E7C789CC /* FBXMLGenerationOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 714D88CA2733FB970074A925 /* FBXMLGenerationOptions.h */; };
@@ -1322,6 +1319,7 @@
1322
1319
  FBB82323D9D57F069440BF94 /* XCTMessagingRole_SystemConfiguration-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = EA24F4BE52B2520874E09BEF /* XCTMessagingRole_SystemConfiguration-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
1323
1320
  FBDF04E5916B91FCEC0190CB /* Route.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DCA324913C210060D7EB /* Route.h */; };
1324
1321
  FBF064E4D96CFCD08E1F4EF7 /* XCUIDevice.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACFD1E3B77D600A02D78 /* XCUIDevice.h */; };
1322
+ FBFEC05ED2C01D1EAE34BE9A /* WDAScreenshotAndSourceIntegrationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75F677B5B7737E7E1F321C20 /* WDAScreenshotAndSourceIntegrationTests.swift */; };
1325
1323
  FC607DB5132FEF425237267B /* XCTMessagingRole_MemoryTesting-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 13D863EAE7F6F8B7E42D99B9 /* XCTMessagingRole_MemoryTesting-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
1326
1324
  FC73EE781D24A598B44C3337 /* XCUIElement+FBScrolling.m in Sources */ = {isa = PBXBuildFile; fileRef = EE9AB74A1CAEDF0C008C271F /* XCUIElement+FBScrolling.m */; };
1327
1325
  FD89236D119E129E8CEBDBCD /* XCTMessagingRole_HIDEventRecording-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 94D7F0C1E30FBDB5D2583908 /* XCTMessagingRole_HIDEventRecording-Protocol.h */; };
@@ -1336,6 +1334,13 @@
1336
1334
  /* End PBXBuildFile section */
1337
1335
 
1338
1336
  /* Begin PBXContainerItemProxy section */
1337
+ 61F47E68EDECE16439DC2F57 /* PBXContainerItemProxy */ = {
1338
+ isa = PBXContainerItemProxy;
1339
+ containerPortal = 91F9DAE11B99DBC2001349B2 /* Project object */;
1340
+ proxyType = 1;
1341
+ remoteGlobalIDString = 9D6B02D8FC050BAF7159284F;
1342
+ remoteInfo = IntegrationApp_watchOS;
1343
+ };
1339
1344
  641EE6FA2240C5F400173FCB /* PBXContainerItemProxy */ = {
1340
1345
  isa = PBXContainerItemProxy;
1341
1346
  containerPortal = 91F9DAE11B99DBC2001349B2 /* Project object */;
@@ -1350,6 +1355,13 @@
1350
1355
  remoteGlobalIDString = 641EE5D52240C5CA00173FCB;
1351
1356
  remoteInfo = WebDriverAgentLib_tvOS;
1352
1357
  };
1358
+ 79A7BAB354E176E532A7A562 /* PBXContainerItemProxy */ = {
1359
+ isa = PBXContainerItemProxy;
1360
+ containerPortal = 91F9DAE11B99DBC2001349B2 /* Project object */;
1361
+ proxyType = 1;
1362
+ remoteGlobalIDString = 95186DE2383671DFA81D7FCB;
1363
+ remoteInfo = WebDriverAgentLib_watchOS;
1364
+ };
1353
1365
  844B4A2ED5B8EE2FDD98DAD6 /* PBXContainerItemProxy */ = {
1354
1366
  isa = PBXContainerItemProxy;
1355
1367
  containerPortal = 91F9DAE11B99DBC2001349B2 /* Project object */;
@@ -1378,13 +1390,6 @@
1378
1390
  remoteGlobalIDString = 641EE5D52240C5CA00173FCB;
1379
1391
  remoteInfo = WebDriverAgentLib_tvOS;
1380
1392
  };
1381
- D564026BFC4C47F0187BD64C /* PBXContainerItemProxy */ = {
1382
- isa = PBXContainerItemProxy;
1383
- containerPortal = 91F9DAE11B99DBC2001349B2 /* Project object */;
1384
- proxyType = 1;
1385
- remoteGlobalIDString = 9D6B02D8FC050BAF7159284F;
1386
- remoteInfo = IntegrationApp_watchOS;
1387
- };
1388
1393
  EE158B5B1CBD462500A3E3F0 /* PBXContainerItemProxy */ = {
1389
1394
  isa = PBXContainerItemProxy;
1390
1395
  containerPortal = 91F9DAE11B99DBC2001349B2 /* Project object */;
@@ -1443,7 +1448,7 @@
1443
1448
  dstPath = "";
1444
1449
  dstSubfolderSpec = 10;
1445
1450
  files = (
1446
- A970B1FBC690CBE536636228 /* WebDriverAgentLib_watchOS.framework in CopyFiles */,
1451
+ A970B1FBC690CBE536636228 /* WebDriverAgentLib_watchOS.framework in Copy frameworks */,
1447
1452
  );
1448
1453
  name = "Copy frameworks";
1449
1454
  runOnlyForDeploymentPostprocessing = 0;
@@ -1482,7 +1487,6 @@
1482
1487
  0E0413372DF1E15100AF007C /* XCUIElement+FBMinMax.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "XCUIElement+FBMinMax.m"; sourceTree = "<group>"; };
1483
1488
  0E04133A2DF1E15900AF007C /* XCUIElement+FBMinMax.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "XCUIElement+FBMinMax.h"; sourceTree = "<group>"; };
1484
1489
  0F044AD574A9837C04F833CB /* XCTFuture.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = XCTFuture.h; sourceTree = "<group>"; };
1485
- 0F28D3CD9DDC2E54DB115316 /* WDAWatchHTTPClient.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = WDAWatchHTTPClient.swift; sourceTree = "<group>"; };
1486
1490
  0F719C2804F6473A9C4D3090 /* SceneDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SceneDelegate.h; sourceTree = "<group>"; };
1487
1491
  0F8E4FAAC62765A3405F90D6 /* _XCTestObservationInternal-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "_XCTestObservationInternal-Protocol.h"; sourceTree = "<group>"; };
1488
1492
  100F37231BF17CA9BB91DF16 /* XCTMessagingChannel_RunnerToIDE-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTMessagingChannel_RunnerToIDE-Protocol.h"; sourceTree = "<group>"; };
@@ -1506,15 +1510,13 @@
1506
1510
  13FFF2F0287DBEE600E561E4 /* XCElementSnapshotDouble.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XCElementSnapshotDouble.h; sourceTree = "<group>"; };
1507
1511
  13FFF2F1287DBEE600E561E4 /* XCElementSnapshotDouble.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XCElementSnapshotDouble.m; sourceTree = "<group>"; };
1508
1512
  16223B3E144418CC980D160E /* FBXCAccessibilityElementDouble.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FBXCAccessibilityElementDouble.m; sourceTree = "<group>"; };
1513
+ 167CC387B5F9D62618B48F80 /* IntegrationTests_watchOS-Bridging-Header.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IntegrationTests_watchOS-Bridging-Header.h"; sourceTree = "<group>"; };
1509
1514
  1BA7DD8C206D694B007C7C26 /* XCTElementSetTransformer-Protocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "XCTElementSetTransformer-Protocol.h"; sourceTree = "<group>"; };
1510
1515
  1E09842154A44874C4E9CA01 /* XCUIButtonConsole.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = XCUIButtonConsole.h; sourceTree = "<group>"; };
1511
1516
  209C65575782ECAA09892D2B /* XCTMessagingRole_TestExecution-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTMessagingRole_TestExecution-Protocol.h"; sourceTree = "<group>"; };
1512
1517
  221BC403F42F61DDB1F11DD0 /* XCUIApplicationImplReporter-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCUIApplicationImplReporter-Protocol.h"; sourceTree = "<group>"; };
1513
1518
  242FCA9DD0E30D748E0A1969 /* AppDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
1514
- 24BD02A29E3B2EB1D57FDD29 /* WDAWatchIntegrationTestCase.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = WDAWatchIntegrationTestCase.swift; sourceTree = "<group>"; };
1515
- 27D14C409E982099568175D1 /* WDASessionIntegrationTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = WDASessionIntegrationTests.swift; sourceTree = "<group>"; };
1516
1519
  28F75AEC6442F32A3C4394AD /* WDAAlertIntegrationTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = WDAAlertIntegrationTests.swift; sourceTree = "<group>"; };
1517
- 2B2328F1BEDB7C3DFBC22E9A /* IntegrationTests_watchOS.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = IntegrationTests_watchOS.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
1518
1520
  2B650ADFEEA2369A10F6C1F1 /* XCTMessagingRole_PerformanceMeasurementReporting-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTMessagingRole_PerformanceMeasurementReporting-Protocol.h"; sourceTree = "<group>"; };
1519
1521
  2BA6647ADE7B44F13513065A /* XCTMessagingRole_TelemetrySending-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTMessagingRole_TelemetrySending-Protocol.h"; sourceTree = "<group>"; };
1520
1522
  2CA02992F03AE1E134F2CAF5 /* XCTPromise.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = XCTPromise.h; sourceTree = "<group>"; };
@@ -1536,7 +1538,6 @@
1536
1538
  3B3F8E1F3F489A3A94A61ADB /* XCTMessagingChannel_IDEToRunner-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTMessagingChannel_IDEToRunner-Protocol.h"; sourceTree = "<group>"; };
1537
1539
  3BA71BCF1FDA482419CA8596 /* XCUIPlatformApplicationServicesProviding-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCUIPlatformApplicationServicesProviding-Protocol.h"; sourceTree = "<group>"; };
1538
1540
  3C710FE3AB9E9C22BD2A9E84 /* XCUIApplicationProcessManaging-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCUIApplicationProcessManaging-Protocol.h"; sourceTree = "<group>"; };
1539
- 3C90E6C9835DC2FDB3CB6501 /* WDAUnknownCommandIntegrationTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = WDAUnknownCommandIntegrationTests.swift; sourceTree = "<group>"; };
1540
1541
  3DD2F42015E89D253EA57F63 /* XCUIRemoteAccessibilityInterface-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCUIRemoteAccessibilityInterface-Protocol.h"; sourceTree = "<group>"; };
1541
1542
  42D2B5A0C490D9698C2A87A9 /* XCTMacCatalystStatusProviding-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTMacCatalystStatusProviding-Protocol.h"; sourceTree = "<group>"; };
1542
1543
  42F7AB68482BA168011C52EA /* XCTTestSelection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = XCTTestSelection.h; sourceTree = "<group>"; };
@@ -1761,6 +1762,7 @@
1761
1762
  97FFAEF000CE312DEBEA9385 /* RouteRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RouteRequest.m; sourceTree = "<group>"; };
1762
1763
  9A0B17F41E4461BBD09A2962 /* XCUIResetAuthorizationStatusOfProtectedResourcesInterface-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCUIResetAuthorizationStatusOfProtectedResourcesInterface-Protocol.h"; sourceTree = "<group>"; };
1763
1764
  9AF0584AD9B6D0A57012C978 /* XCTExpectedFailureContextManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = XCTExpectedFailureContextManager.h; sourceTree = "<group>"; };
1765
+ 9C280328DE3379F9EF701A20 /* WDAWatchInProcessTestCase.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = WDAWatchInProcessTestCase.swift; sourceTree = "<group>"; };
1764
1766
  9DD3770A67ED561EBE5E443A /* main.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
1765
1767
  A1291FF806FE75EDE239FE44 /* XCTRepetitionPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = XCTRepetitionPolicy.h; sourceTree = "<group>"; };
1766
1768
  A1B2C3D41F001A00A1B0001 /* XCUIDevice+FBVoiceOver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "XCUIDevice+FBVoiceOver.h"; sourceTree = "<group>"; };
@@ -2036,6 +2038,7 @@
2036
2038
  EEE9B4701CD02B88009D2030 /* FBRunLoopSpinner.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FBRunLoopSpinner.h; sourceTree = "<group>"; };
2037
2039
  EEE9B4711CD02B88009D2030 /* FBRunLoopSpinner.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FBRunLoopSpinner.m; sourceTree = "<group>"; };
2038
2040
  EEF9882A1C486603005CA669 /* WebDriverAgentRunner.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = WebDriverAgentRunner.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
2041
+ F089699F492CFC82E55D84D7 /* IntegrationTests_watchOS.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = IntegrationTests_watchOS.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
2039
2042
  F0D85EFE3ACAC48EEE0F8348 /* XCTMessagingRole_ScreenRecording-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTMessagingRole_ScreenRecording-Protocol.h"; sourceTree = "<group>"; };
2040
2043
  F2034DFA5DEC7D26F32590EF /* XCUIRemoteDeviceRunner-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCUIRemoteDeviceRunner-Protocol.h"; sourceTree = "<group>"; };
2041
2044
  F46F78706C5157469122F730 /* FBXCElementSnapshotDouble.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FBXCElementSnapshotDouble.m; sourceTree = "<group>"; };
@@ -2072,6 +2075,15 @@
2072
2075
  );
2073
2076
  runOnlyForDeploymentPostprocessing = 0;
2074
2077
  };
2078
+ 30DBE8D4E4AB99F4C518DD6C /* Frameworks */ = {
2079
+ isa = PBXFrameworksBuildPhase;
2080
+ buildActionMask = 2147483647;
2081
+ files = (
2082
+ E1653072AC5040C7325DAAED /* WebDriverAgentLib_watchOS.framework in Frameworks */,
2083
+ E66195839119DC5A8BB7A5D9 /* Foundation.framework in Frameworks */,
2084
+ );
2085
+ runOnlyForDeploymentPostprocessing = 0;
2086
+ };
2075
2087
  57D58DEF6D8CF9A5E59668A1 /* Frameworks */ = {
2076
2088
  isa = PBXFrameworksBuildPhase;
2077
2089
  buildActionMask = 2147483647;
@@ -2116,14 +2128,6 @@
2116
2128
  );
2117
2129
  runOnlyForDeploymentPostprocessing = 0;
2118
2130
  };
2119
- ECA2D9FDA872B089E60C5289 /* Frameworks */ = {
2120
- isa = PBXFrameworksBuildPhase;
2121
- buildActionMask = 2147483647;
2122
- files = (
2123
- 7D099F5AD14B24B9FC3FEBF0 /* Foundation.framework in Frameworks */,
2124
- );
2125
- runOnlyForDeploymentPostprocessing = 0;
2126
- };
2127
2131
  EE158A951CBD452B00A3E3F0 /* Frameworks */ = {
2128
2132
  isa = PBXFrameworksBuildPhase;
2129
2133
  buildActionMask = 2147483647;
@@ -2354,11 +2358,11 @@
2354
2358
  E005FEDAF49DCFA9FB77BEF3 /* IntegrationApp_tvOS.app */,
2355
2359
  ACA330765D30E21E3EEB163D /* IntegrationTests_tvOS.xctest */,
2356
2360
  758FC0D745C185A2C28BEDA1 /* IntegrationApp_watchOS.app */,
2357
- 2B2328F1BEDB7C3DFBC22E9A /* IntegrationTests_watchOS.xctest */,
2358
2361
  5B56DD7542C71ECB1C6E2439 /* WebDriverAgentLib_watchOS.framework */,
2359
2362
  CFE8F33794194FA3EB790C46 /* WebDriverAgentRunner_watchOS.xctest */,
2360
2363
  D1171249FE5D91AC5D797E5C /* WebDriverAgentLib_watchOS.framework */,
2361
2364
  8B03F8C09D809131DE7792A7 /* WebDriverAgentRunner_watchOS.xctest */,
2365
+ F089699F492CFC82E55D84D7 /* IntegrationTests_watchOS.xctest */,
2362
2366
  );
2363
2367
  name = Products;
2364
2368
  sourceTree = "<group>";
@@ -2494,9 +2498,6 @@
2494
2498
  E94EE979A7D7C50FDC1EFE7D /* IntegrationTests_watchOS */ = {
2495
2499
  isa = PBXGroup;
2496
2500
  children = (
2497
- 0F28D3CD9DDC2E54DB115316 /* WDAWatchHTTPClient.swift */,
2498
- 24BD02A29E3B2EB1D57FDD29 /* WDAWatchIntegrationTestCase.swift */,
2499
- 27D14C409E982099568175D1 /* WDASessionIntegrationTests.swift */,
2500
2501
  BCED63DFD03326F6351165FE /* WDAFindIntegrationTests.swift */,
2501
2502
  848B7B14F95EFE16EEC46045 /* WDAElementAttributeIntegrationTests.swift */,
2502
2503
  C878996F07A9B26E66FC4EAC /* WDAClickIntegrationTests.swift */,
@@ -2505,7 +2506,8 @@
2505
2506
  EB1B9A793C9EFB7853C1AA13 /* WDAAppLifecycleIntegrationTests.swift */,
2506
2507
  646D714BC17FE9258CFBDF55 /* WDADeviceIntegrationTests.swift */,
2507
2508
  28F75AEC6442F32A3C4394AD /* WDAAlertIntegrationTests.swift */,
2508
- 3C90E6C9835DC2FDB3CB6501 /* WDAUnknownCommandIntegrationTests.swift */,
2509
+ 167CC387B5F9D62618B48F80 /* IntegrationTests_watchOS-Bridging-Header.h */,
2510
+ 9C280328DE3379F9EF701A20 /* WDAWatchInProcessTestCase.swift */,
2509
2511
  );
2510
2512
  path = IntegrationTests_watchOS;
2511
2513
  sourceTree = "<group>";
@@ -4052,22 +4054,23 @@
4052
4054
  /* End PBXHeadersBuildPhase section */
4053
4055
 
4054
4056
  /* Begin PBXNativeTarget section */
4055
- 4632809915F58C9095914E85 /* IntegrationTests_watchOS */ = {
4057
+ 5D9539D7055B5E6EED56D100 /* IntegrationTests_watchOS */ = {
4056
4058
  isa = PBXNativeTarget;
4057
- buildConfigurationList = 9DA322A56A2DFF03F3E5CDEA /* Build configuration list for PBXNativeTarget "IntegrationTests_watchOS" */;
4059
+ buildConfigurationList = 3C27414B1DEE3FFF4AEE3112 /* Build configuration list for PBXNativeTarget "IntegrationTests_watchOS" */;
4058
4060
  buildPhases = (
4059
- A17BAB1FBE5B3A5B0AB97661 /* Sources */,
4060
- ECA2D9FDA872B089E60C5289 /* Frameworks */,
4061
- 7A0971F542104119F22CD36E /* Resources */,
4061
+ A3A83215DA904C3B5BD86EC8 /* Sources */,
4062
+ 30DBE8D4E4AB99F4C518DD6C /* Frameworks */,
4063
+ 38F16BEEEEDF88C74D4F570F /* Resources */,
4062
4064
  );
4063
4065
  buildRules = (
4064
4066
  );
4065
4067
  dependencies = (
4066
- DC55141E0512D9D0ADE54987 /* PBXTargetDependency */,
4068
+ B5DEACD7B6109622C39DEFD1 /* PBXTargetDependency */,
4069
+ 07E03EEE96B99EBB8DDAC7F5 /* PBXTargetDependency */,
4067
4070
  );
4068
4071
  name = IntegrationTests_watchOS;
4069
4072
  productName = IntegrationTests_watchOS;
4070
- productReference = 2B2328F1BEDB7C3DFBC22E9A /* IntegrationTests_watchOS.xctest */;
4073
+ productReference = F089699F492CFC82E55D84D7 /* IntegrationTests_watchOS.xctest */;
4071
4074
  productType = "com.apple.product-type.bundle.ui-testing";
4072
4075
  };
4073
4076
  641EE2D92240BBE300173FCB /* WebDriverAgentRunner_tvOS */ = {
@@ -4428,7 +4431,7 @@
4428
4431
  7C3BE5A1B1A6022529590D15 /* IntegrationApp_tvOS */,
4429
4432
  DE52ACA4B43F527189E374EE /* IntegrationTests_tvOS */,
4430
4433
  9D6B02D8FC050BAF7159284F /* IntegrationApp_watchOS */,
4431
- 4632809915F58C9095914E85 /* IntegrationTests_watchOS */,
4434
+ 5D9539D7055B5E6EED56D100 /* IntegrationTests_watchOS */,
4432
4435
  );
4433
4436
  };
4434
4437
  /* End PBXProject section */
@@ -4448,28 +4451,28 @@
4448
4451
  );
4449
4452
  runOnlyForDeploymentPostprocessing = 0;
4450
4453
  };
4451
- 641EE2D82240BBE300173FCB /* Resources */ = {
4454
+ 38F16BEEEEDF88C74D4F570F /* Resources */ = {
4452
4455
  isa = PBXResourcesBuildPhase;
4453
4456
  buildActionMask = 2147483647;
4454
4457
  files = (
4455
4458
  );
4456
4459
  runOnlyForDeploymentPostprocessing = 0;
4457
4460
  };
4458
- 641EE6EF2240C5CA00173FCB /* Resources */ = {
4461
+ 641EE2D82240BBE300173FCB /* Resources */ = {
4459
4462
  isa = PBXResourcesBuildPhase;
4460
4463
  buildActionMask = 2147483647;
4461
4464
  files = (
4462
4465
  );
4463
4466
  runOnlyForDeploymentPostprocessing = 0;
4464
4467
  };
4465
- 64B264F7228C50E0002A5025 /* Resources */ = {
4468
+ 641EE6EF2240C5CA00173FCB /* Resources */ = {
4466
4469
  isa = PBXResourcesBuildPhase;
4467
4470
  buildActionMask = 2147483647;
4468
4471
  files = (
4469
4472
  );
4470
4473
  runOnlyForDeploymentPostprocessing = 0;
4471
4474
  };
4472
- 7A0971F542104119F22CD36E /* Resources */ = {
4475
+ 64B264F7228C50E0002A5025 /* Resources */ = {
4473
4476
  isa = PBXResourcesBuildPhase;
4474
4477
  buildActionMask = 2147483647;
4475
4478
  files = (
@@ -4727,22 +4730,19 @@
4727
4730
  );
4728
4731
  runOnlyForDeploymentPostprocessing = 0;
4729
4732
  };
4730
- A17BAB1FBE5B3A5B0AB97661 /* Sources */ = {
4733
+ A3A83215DA904C3B5BD86EC8 /* Sources */ = {
4731
4734
  isa = PBXSourcesBuildPhase;
4732
4735
  buildActionMask = 2147483647;
4733
4736
  files = (
4734
- DEFE56CC1A4EC88BCCD9BD6D /* WDAWatchHTTPClient.swift in Sources */,
4735
- E101F1B19A8079EAD8457C0C /* WDAWatchIntegrationTestCase.swift in Sources */,
4736
- D9FF15E0009D95996128C5E1 /* WDASessionIntegrationTests.swift in Sources */,
4737
- 1FA2AA058DF5AEAC2212EAF8 /* WDAFindIntegrationTests.swift in Sources */,
4738
- A648F711A5BECD8BE680AB79 /* WDAElementAttributeIntegrationTests.swift in Sources */,
4739
- E1C6D95706F0F87BE535E332 /* WDAClickIntegrationTests.swift in Sources */,
4740
- 93B85BB5737C85F650FF772F /* WDATypingIntegrationTests.swift in Sources */,
4741
- 2CDFA27001529A43B560F3A1 /* WDAScreenshotAndSourceIntegrationTests.swift in Sources */,
4742
- 07CD6433C98FC4A86E2BC7E3 /* WDAAppLifecycleIntegrationTests.swift in Sources */,
4743
- CEA3AF02E2BFF31ABB97F6F0 /* WDADeviceIntegrationTests.swift in Sources */,
4744
- A15C224F98CDB418E5727697 /* WDAAlertIntegrationTests.swift in Sources */,
4745
- E7DF976BD298CC4815946781 /* WDAUnknownCommandIntegrationTests.swift in Sources */,
4737
+ B36D8136E49BF48ED389D1DB /* WDAWatchInProcessTestCase.swift in Sources */,
4738
+ 72F5BAE6CA919434EA4DA0F3 /* WDAFindIntegrationTests.swift in Sources */,
4739
+ E1F20E47472FED558822C1E5 /* WDAElementAttributeIntegrationTests.swift in Sources */,
4740
+ 227E3F36FAA2C3881F89FD81 /* WDAClickIntegrationTests.swift in Sources */,
4741
+ 6AF8892AEF5C6BF01896B6DA /* WDAAppLifecycleIntegrationTests.swift in Sources */,
4742
+ 6EDF83DA0A6C7A7E67C30AF6 /* WDADeviceIntegrationTests.swift in Sources */,
4743
+ FBFEC05ED2C01D1EAE34BE9A /* WDAScreenshotAndSourceIntegrationTests.swift in Sources */,
4744
+ D22FED0B3856919DA4BCFA67 /* WDATypingIntegrationTests.swift in Sources */,
4745
+ 68EB0B8D53270CB68C53D028 /* WDAAlertIntegrationTests.swift in Sources */,
4746
4746
  );
4747
4747
  runOnlyForDeploymentPostprocessing = 0;
4748
4748
  };
@@ -5132,6 +5132,12 @@
5132
5132
  /* End PBXSourcesBuildPhase section */
5133
5133
 
5134
5134
  /* Begin PBXTargetDependency section */
5135
+ 07E03EEE96B99EBB8DDAC7F5 /* PBXTargetDependency */ = {
5136
+ isa = PBXTargetDependency;
5137
+ name = WebDriverAgentLib_watchOS;
5138
+ target = 95186DE2383671DFA81D7FCB /* WebDriverAgentLib_watchOS */;
5139
+ targetProxy = 79A7BAB354E176E532A7A562 /* PBXContainerItemProxy */;
5140
+ };
5135
5141
  641EE6FB2240C5F400173FCB /* PBXTargetDependency */ = {
5136
5142
  isa = PBXTargetDependency;
5137
5143
  target = 641EE5D52240C5CA00173FCB /* WebDriverAgentLib_tvOS */;
@@ -5165,11 +5171,11 @@
5165
5171
  target = EE158A981CBD452B00A3E3F0 /* WebDriverAgentLib */;
5166
5172
  targetProxy = AD8D96F01D3C12960061268E /* PBXContainerItemProxy */;
5167
5173
  };
5168
- DC55141E0512D9D0ADE54987 /* PBXTargetDependency */ = {
5174
+ B5DEACD7B6109622C39DEFD1 /* PBXTargetDependency */ = {
5169
5175
  isa = PBXTargetDependency;
5170
5176
  name = IntegrationApp_watchOS;
5171
5177
  target = 9D6B02D8FC050BAF7159284F /* IntegrationApp_watchOS */;
5172
- targetProxy = D564026BFC4C47F0187BD64C /* PBXContainerItemProxy */;
5178
+ targetProxy = 61F47E68EDECE16439DC2F57 /* PBXContainerItemProxy */;
5173
5179
  };
5174
5180
  EE158B5C1CBD462500A3E3F0 /* PBXTargetDependency */ = {
5175
5181
  isa = PBXTargetDependency;
@@ -5626,6 +5632,26 @@
5626
5632
  };
5627
5633
  name = Release;
5628
5634
  };
5635
+ 6C5CE831509454D3ACD726D0 /* Release */ = {
5636
+ isa = XCBuildConfiguration;
5637
+ buildSettings = {
5638
+ CODE_SIGN_STYLE = Automatic;
5639
+ CURRENT_PROJECT_VERSION = 1;
5640
+ FRAMEWORK_SEARCH_PATHS = "$(inherited)";
5641
+ GENERATE_INFOPLIST_FILE = YES;
5642
+ MARKETING_VERSION = 1.0;
5643
+ PRODUCT_BUNDLE_IDENTIFIER = com.facebook.wda.IntegrationTests.watchOS;
5644
+ PRODUCT_NAME = "$(TARGET_NAME)";
5645
+ SDKROOT = watchos;
5646
+ SWIFT_OBJC_BRIDGING_HEADER = "WebDriverAgentTests/IntegrationTests_watchOS/IntegrationTests_watchOS-Bridging-Header.h";
5647
+ SWIFT_VERSION = 5.0;
5648
+ TARGETED_DEVICE_FAMILY = 4;
5649
+ TEST_TARGET_NAME = IntegrationApp_watchOS;
5650
+ VALIDATE_PRODUCT = YES;
5651
+ WATCHOS_DEPLOYMENT_TARGET = 10.0;
5652
+ };
5653
+ name = Release;
5654
+ };
5629
5655
  91F9DB0A1B99DBC2001349B2 /* Debug */ = {
5630
5656
  isa = XCBuildConfiguration;
5631
5657
  buildSettings = {
@@ -5758,22 +5784,6 @@
5758
5784
  };
5759
5785
  name = Release;
5760
5786
  };
5761
- 98904BB9FB61E1406D4E2754 /* Release */ = {
5762
- isa = XCBuildConfiguration;
5763
- buildSettings = {
5764
- CODE_SIGN_STYLE = Automatic;
5765
- GENERATE_INFOPLIST_FILE = YES;
5766
- PRODUCT_BUNDLE_IDENTIFIER = com.facebook.wda.IntegrationTests.watchOS;
5767
- PRODUCT_NAME = "$(TARGET_NAME)";
5768
- SDKROOT = watchos;
5769
- SWIFT_VERSION = 5.0;
5770
- TARGETED_DEVICE_FAMILY = 4;
5771
- TEST_TARGET_NAME = IntegrationApp_watchOS;
5772
- VALIDATE_PRODUCT = YES;
5773
- WATCHOS_DEPLOYMENT_TARGET = 10.0;
5774
- };
5775
- name = Release;
5776
- };
5777
5787
  9AD9FD0D35FBBD5C87BC6F5B /* Debug */ = {
5778
5788
  isa = XCBuildConfiguration;
5779
5789
  buildSettings = {
@@ -5851,9 +5861,11 @@
5851
5861
  ASSETCATALOG_COMPILER_GENERATE_ASSET_SYMBOLS = NO;
5852
5862
  ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
5853
5863
  CODE_SIGN_STYLE = Automatic;
5864
+ CURRENT_PROJECT_VERSION = 1;
5854
5865
  GENERATE_INFOPLIST_FILE = YES;
5855
5866
  INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
5856
5867
  INFOPLIST_KEY_WKWatchOnly = YES;
5868
+ MARKETING_VERSION = 1.0;
5857
5869
  PRODUCT_BUNDLE_IDENTIFIER = com.facebook.wda.IntegrationApp.watchOS;
5858
5870
  PRODUCT_NAME = "$(TARGET_NAME)";
5859
5871
  SDKROOT = watchos;
@@ -5893,9 +5905,11 @@
5893
5905
  ASSETCATALOG_COMPILER_GENERATE_ASSET_SYMBOLS = NO;
5894
5906
  ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
5895
5907
  CODE_SIGN_STYLE = Automatic;
5908
+ CURRENT_PROJECT_VERSION = 1;
5896
5909
  GENERATE_INFOPLIST_FILE = YES;
5897
5910
  INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
5898
5911
  INFOPLIST_KEY_WKWatchOnly = YES;
5912
+ MARKETING_VERSION = 1.0;
5899
5913
  PRODUCT_BUNDLE_IDENTIFIER = com.facebook.wda.IntegrationApp.watchOS;
5900
5914
  PRODUCT_NAME = "$(TARGET_NAME)";
5901
5915
  SDKROOT = watchos;
@@ -5987,6 +6001,25 @@
5987
6001
  };
5988
6002
  name = Release;
5989
6003
  };
6004
+ CF2088FE066E2E9E31EB2544 /* Debug */ = {
6005
+ isa = XCBuildConfiguration;
6006
+ buildSettings = {
6007
+ CODE_SIGN_STYLE = Automatic;
6008
+ CURRENT_PROJECT_VERSION = 1;
6009
+ FRAMEWORK_SEARCH_PATHS = "$(inherited)";
6010
+ GENERATE_INFOPLIST_FILE = YES;
6011
+ MARKETING_VERSION = 1.0;
6012
+ PRODUCT_BUNDLE_IDENTIFIER = com.facebook.wda.IntegrationTests.watchOS;
6013
+ PRODUCT_NAME = "$(TARGET_NAME)";
6014
+ SDKROOT = watchos;
6015
+ SWIFT_OBJC_BRIDGING_HEADER = "WebDriverAgentTests/IntegrationTests_watchOS/IntegrationTests_watchOS-Bridging-Header.h";
6016
+ SWIFT_VERSION = 5.0;
6017
+ TARGETED_DEVICE_FAMILY = 4;
6018
+ TEST_TARGET_NAME = IntegrationApp_watchOS;
6019
+ WATCHOS_DEPLOYMENT_TARGET = 10.0;
6020
+ };
6021
+ name = Debug;
6022
+ };
5990
6023
  D086EA231A06418467927B2C /* Debug */ = {
5991
6024
  isa = XCBuildConfiguration;
5992
6025
  baseConfigurationReference = 717C0D862518ED7000CAA6EC /* TVOSTestSettings.xcconfig */;
@@ -6006,21 +6039,6 @@
6006
6039
  };
6007
6040
  name = Debug;
6008
6041
  };
6009
- ED63FDC4EBEFE82B7D106218 /* Debug */ = {
6010
- isa = XCBuildConfiguration;
6011
- buildSettings = {
6012
- CODE_SIGN_STYLE = Automatic;
6013
- GENERATE_INFOPLIST_FILE = YES;
6014
- PRODUCT_BUNDLE_IDENTIFIER = com.facebook.wda.IntegrationTests.watchOS;
6015
- PRODUCT_NAME = "$(TARGET_NAME)";
6016
- SDKROOT = watchos;
6017
- SWIFT_VERSION = 5.0;
6018
- TARGETED_DEVICE_FAMILY = 4;
6019
- TEST_TARGET_NAME = IntegrationApp_watchOS;
6020
- WATCHOS_DEPLOYMENT_TARGET = 10.0;
6021
- };
6022
- name = Debug;
6023
- };
6024
6042
  EE158A9E1CBD452B00A3E3F0 /* Debug */ = {
6025
6043
  isa = XCBuildConfiguration;
6026
6044
  baseConfigurationReference = EEE5CABF1C80361500CBBDD9 /* IOSSettings.xcconfig */;
@@ -6508,6 +6526,15 @@
6508
6526
  /* End XCBuildConfiguration section */
6509
6527
 
6510
6528
  /* Begin XCConfigurationList section */
6529
+ 3C27414B1DEE3FFF4AEE3112 /* Build configuration list for PBXNativeTarget "IntegrationTests_watchOS" */ = {
6530
+ isa = XCConfigurationList;
6531
+ buildConfigurations = (
6532
+ 6C5CE831509454D3ACD726D0 /* Release */,
6533
+ CF2088FE066E2E9E31EB2544 /* Debug */,
6534
+ );
6535
+ defaultConfigurationIsVisible = 0;
6536
+ defaultConfigurationName = Release;
6537
+ };
6511
6538
  52337A6D84BBC564B5D2090B /* Build configuration list for PBXNativeTarget "IntegrationApp_tvOS" */ = {
6512
6539
  isa = XCConfigurationList;
6513
6540
  buildConfigurations = (
@@ -6580,15 +6607,6 @@
6580
6607
  defaultConfigurationIsVisible = 0;
6581
6608
  defaultConfigurationName = Release;
6582
6609
  };
6583
- 9DA322A56A2DFF03F3E5CDEA /* Build configuration list for PBXNativeTarget "IntegrationTests_watchOS" */ = {
6584
- isa = XCConfigurationList;
6585
- buildConfigurations = (
6586
- 98904BB9FB61E1406D4E2754 /* Release */,
6587
- ED63FDC4EBEFE82B7D106218 /* Debug */,
6588
- );
6589
- defaultConfigurationIsVisible = 0;
6590
- defaultConfigurationName = Release;
6591
- };
6592
6610
  EE158AA01CBD452B00A3E3F0 /* Build configuration list for PBXNativeTarget "WebDriverAgentLib" */ = {
6593
6611
  isa = XCConfigurationList;
6594
6612
  buildConfigurations = (