appium-webdriveragent 16.1.4 → 16.1.6
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 +16 -0
- package/PrivateHeaders/XCTest/CDStructures.h +0 -26
- package/PrivateHeaders/XCTest/NSFastEnumeration-Protocol.h +23 -0
- package/PrivateHeaders/XCTest/XCAXClient_iOS.h +80 -44
- package/PrivateHeaders/XCTest/XCApplicationQuery.h +18 -11
- package/PrivateHeaders/XCTest/XCDebugLogDelegate-Protocol.h +17 -5
- package/PrivateHeaders/XCTest/XCPointerEvent.h +52 -19
- package/PrivateHeaders/XCTest/XCPointerEventPath.h +55 -33
- package/PrivateHeaders/XCTest/XCSynthesizedEventRecord.h +41 -18
- package/PrivateHeaders/XCTest/XCTAggregateSuiteRunStatistics.h +38 -0
- package/PrivateHeaders/XCTest/XCTAttachmentManager.h +33 -0
- package/PrivateHeaders/XCTest/XCTCapabilities.h +35 -0
- package/PrivateHeaders/XCTest/XCTCapabilitiesProviding-Protocol.h +23 -0
- package/PrivateHeaders/XCTest/XCTElementSetTransformer-Protocol.h +30 -13
- package/PrivateHeaders/XCTest/XCTElementSnapshotAttributeDataSource-Protocol.h +33 -0
- package/PrivateHeaders/XCTest/XCTElementSnapshotProvider-Protocol.h +23 -0
- package/PrivateHeaders/XCTest/XCTExpectedFailureContextManager.h +35 -0
- package/PrivateHeaders/XCTest/XCTFuture.h +45 -0
- package/PrivateHeaders/XCTest/XCTHarnessEventReporting-Protocol.h +29 -0
- package/PrivateHeaders/XCTest/XCTIssue.h +49 -0
- package/PrivateHeaders/XCTest/XCTIssueHandling-Protocol.h +26 -0
- package/PrivateHeaders/XCTest/XCTMacCatalystStatusProviding-Protocol.h +23 -0
- package/PrivateHeaders/XCTest/XCTMeasureOptions.h +48 -0
- package/PrivateHeaders/XCTest/XCTMemoryChecker.h +50 -0
- package/PrivateHeaders/XCTest/XCTMemoryCheckerDelegate-Protocol.h +26 -0
- package/PrivateHeaders/XCTest/XCTMessagingChannel_IDEToRunner-Protocol.h +27 -0
- package/PrivateHeaders/XCTest/XCTMessagingChannel_RunnerToDaemon-Protocol.h +39 -0
- package/PrivateHeaders/XCTest/XCTMessagingChannel_RunnerToIDE-Protocol.h +32 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_ActivityReporting-Protocol.h +24 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_AttachmentFutureResultStatusUpdating-Protocol.h +23 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_BundleRequesting-Protocol.h +24 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_CapabilityExchange-Protocol.h +56 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_DebugLogging-Protocol.h +23 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_EventSynthesis-Protocol.h +34 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_ForcePressureSupportQuerying-Protocol.h +25 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_HIDEventRecording-Protocol.h +25 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_MemoryTesting-Protocol.h +23 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_PerformanceMeasurementReporting-Protocol.h +23 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_ProcessMonitoring-Protocol.h +25 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_ProtectedResourceAuthorization-Protocol.h +22 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_ScreenRecording-Protocol.h +24 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_SelfDiagnosisIssueReporting-Protocol.h +23 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_SignpostRequesting-Protocol.h +24 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_SiriAutomation-Protocol.h +27 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_SystemConfiguration-Protocol.h +27 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_TelemetrySending-Protocol.h +23 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_TestExecution-Protocol.h +28 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_TestReporting-Protocol.h +40 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_UIAutomation-Protocol.h +29 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_UIAutomationRunnerEventReporting-Protocol.h +27 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_UserPresence-Protocol.h +24 -0
- package/PrivateHeaders/XCTest/XCTMetricDiagnosticHelper.h +49 -0
- package/PrivateHeaders/XCTest/XCTNSPredicateExpectationObject-Protocol.h +15 -7
- package/PrivateHeaders/XCTest/XCTPromise.h +30 -0
- package/PrivateHeaders/XCTest/XCTRemoteSignpostListenerProxy-Protocol.h +29 -0
- package/PrivateHeaders/XCTest/XCTRepetitionPolicy.h +43 -0
- package/PrivateHeaders/XCTest/XCTReportingSession.h +50 -0
- package/PrivateHeaders/XCTest/XCTReportingSessionConfiguration-Protocol.h +27 -0
- package/PrivateHeaders/XCTest/XCTReportingSessionIssueReporter-Protocol.h +23 -0
- package/PrivateHeaders/XCTest/XCTReportingSessionTestContainer-Protocol.h +26 -0
- package/PrivateHeaders/XCTest/XCTReportingSessionTestReporter.h +51 -0
- package/PrivateHeaders/XCTest/XCTRunnerAutomationSession-Protocol.h +38 -0
- package/PrivateHeaders/XCTest/XCTRunnerDaemonSession.h +76 -78
- package/PrivateHeaders/XCTest/XCTRunnerDaemonSessionUIAutomationDelegate-Protocol.h +33 -0
- package/PrivateHeaders/XCTest/XCTRunnerIDESession.h +87 -53
- package/PrivateHeaders/XCTest/XCTRunnerIDESessionDelegate-Protocol.h +24 -0
- package/PrivateHeaders/XCTest/XCTRuntimeDiagnosticsPolicy.h +36 -0
- package/PrivateHeaders/XCTest/XCTRuntimeIssueDetectionPolicy.h +39 -0
- package/PrivateHeaders/XCTest/XCTScreenCapturePolicy.h +35 -0
- package/PrivateHeaders/XCTest/XCTSignpostListener-Protocol.h +25 -0
- package/PrivateHeaders/XCTest/XCTSkippedTestContext.h +37 -0
- package/PrivateHeaders/XCTest/XCTSourceCodeContext.h +39 -0
- package/PrivateHeaders/XCTest/XCTSourceCodeLocation.h +31 -0
- package/PrivateHeaders/XCTest/XCTTagSelection.h +41 -0
- package/PrivateHeaders/XCTest/XCTTestIdentifier.h +81 -0
- package/PrivateHeaders/XCTest/XCTTestIdentifierSet.h +54 -0
- package/PrivateHeaders/XCTest/XCTTestSelection.h +35 -0
- package/PrivateHeaders/XCTest/XCTWaiter.h +45 -46
- package/PrivateHeaders/XCTest/XCTWaiterManagement-Protocol.h +17 -6
- package/PrivateHeaders/XCTest/XCTWaiterManager-Protocol.h +25 -0
- package/PrivateHeaders/XCTest/XCTWaiterWait.h +40 -0
- package/PrivateHeaders/XCTest/XCTest.h +47 -28
- package/PrivateHeaders/XCTest/XCTestCase.h +165 -90
- package/PrivateHeaders/XCTest/XCTestCaseDiscoveryUIAutomationDelegate-Protocol.h +20 -0
- package/PrivateHeaders/XCTest/XCTestCaseRun.h +19 -9
- package/PrivateHeaders/XCTest/XCTestCaseUIAutomationDelegate-Protocol.h +25 -0
- package/PrivateHeaders/XCTest/XCTestCastMethodNamesUIAutomationDelegate-Protocol.h +24 -0
- package/PrivateHeaders/XCTest/XCTestConfiguration.h +83 -55
- package/PrivateHeaders/XCTest/XCTestDriver.h +54 -28
- package/PrivateHeaders/XCTest/XCTestExpectation.h +37 -26
- package/PrivateHeaders/XCTest/XCTestExpectationDelegate-Protocol.h +15 -6
- package/PrivateHeaders/XCTest/XCTestObservationCenter.h +49 -25
- package/PrivateHeaders/XCTest/XCTestRun.h +33 -28
- package/PrivateHeaders/XCTest/XCUIAXNotificationHandling-Protocol.h +25 -0
- package/PrivateHeaders/XCTest/XCUIAccessibilityInterface-Protocol.h +58 -0
- package/PrivateHeaders/XCTest/XCUIAlertMonitoring-Protocol.h +27 -0
- package/PrivateHeaders/XCTest/XCUIApplication.h +86 -48
- package/PrivateHeaders/XCTest/XCUIApplicationAutomationSessionProviding-Protocol.h +26 -0
- package/PrivateHeaders/XCTest/XCUIApplicationImpl.h +78 -26
- package/PrivateHeaders/XCTest/XCUIApplicationImplReporter-Protocol.h +26 -0
- package/PrivateHeaders/XCTest/XCUIApplicationManaging-Protocol.h +23 -0
- package/PrivateHeaders/XCTest/XCUIApplicationMonitor-Protocol.h +43 -0
- package/PrivateHeaders/XCTest/XCUIApplicationOpenRequest.h +34 -0
- package/PrivateHeaders/XCTest/XCUIApplicationPlatformServicesProviderDelegate-Protocol.h +25 -0
- package/PrivateHeaders/XCTest/XCUIApplicationProcess.h +89 -69
- package/PrivateHeaders/XCTest/XCUIApplicationProcessDelegate-Protocol.h +25 -0
- package/PrivateHeaders/XCTest/XCUIApplicationProcessManaging-Protocol.h +26 -0
- package/PrivateHeaders/XCTest/XCUIApplicationProcessTracker-Protocol.h +28 -0
- package/PrivateHeaders/XCTest/XCUIApplicationRegistry.h +32 -0
- package/PrivateHeaders/XCTest/XCUIButtonConsole.h +26 -0
- package/PrivateHeaders/XCTest/XCUICoordinate.h +37 -32
- package/PrivateHeaders/XCTest/XCUIDevice.h +122 -17
- package/PrivateHeaders/XCTest/XCUIDeviceAutomationModeInterface-Protocol.h +25 -0
- package/PrivateHeaders/XCTest/XCUIDeviceDelayedAttachmentTransferSupportInterface-Protocol.h +22 -0
- package/PrivateHeaders/XCTest/XCUIDeviceEventAndStateInterface-Protocol.h +40 -0
- package/PrivateHeaders/XCTest/XCUIElement.h +191 -58
- package/PrivateHeaders/XCTest/XCUIElementAttributesPrivate-Protocol.h +26 -0
- package/PrivateHeaders/XCTest/XCUIElementEventTarget-Protocol.h +38 -0
- package/PrivateHeaders/XCTest/XCUIElementQuery.h +154 -58
- package/PrivateHeaders/XCTest/XCUIElementTypeQueryProvider_Private-Protocol.h +24 -0
- package/PrivateHeaders/XCTest/XCUIEventRecording-Protocol.h +37 -0
- package/PrivateHeaders/XCTest/XCUIHitPointResult.h +16 -11
- package/PrivateHeaders/XCTest/XCUIInterruptionMonitoring-Protocol.h +27 -0
- package/PrivateHeaders/XCTest/XCUIIssueDiagnosticsProviding-Protocol.h +23 -0
- package/PrivateHeaders/XCTest/XCUIKnobControl.h +26 -0
- package/PrivateHeaders/XCTest/XCUILocation.h +24 -0
- package/PrivateHeaders/XCTest/XCUIPlatformApplicationServicesProviding-Protocol.h +33 -0
- package/PrivateHeaders/XCTest/XCUIRemoteAccessibilityInterface-Protocol.h +45 -0
- package/PrivateHeaders/XCTest/XCUIRemoteDeviceRunner-Protocol.h +24 -0
- package/PrivateHeaders/XCTest/XCUIRemoteSiriInterface-Protocol.h +30 -0
- package/PrivateHeaders/XCTest/XCUIResetAuthorizationStatusOfProtectedResourcesInterface-Protocol.h +22 -0
- package/PrivateHeaders/XCTest/XCUIScreen.h +45 -19
- package/PrivateHeaders/XCTest/XCUIScreenDataSource-Protocol.h +28 -12
- package/PrivateHeaders/XCTest/XCUISiriService.h +39 -0
- package/PrivateHeaders/XCTest/XCUISystem.h +26 -0
- package/PrivateHeaders/XCTest/XCUIXcodeApplicationManaging-Protocol.h +27 -0
- package/PrivateHeaders/XCTest/_TtC10XCTestCore19XCTReportingContext.h +26 -0
- package/PrivateHeaders/XCTest/_XCTMessaging_VoidProtocol-Protocol.h +20 -0
- package/PrivateHeaders/XCTest/_XCTestObservationInternal-Protocol.h +26 -0
- package/PrivateHeaders/XCTest/_XCTestObservationPrivate-Protocol.h +27 -0
- package/WebDriverAgent.xcodeproj/project.pbxproj +718 -426
- package/WebDriverAgentLib/Categories/XCUIApplication+FBAlert.m +9 -13
- package/WebDriverAgentLib/Categories/XCUIApplication+FBHelpers.m +2 -2
- package/WebDriverAgentLib/Categories/XCUIApplication+FBTouchAction.m +0 -1
- package/WebDriverAgentLib/Categories/XCUIApplicationProcess+FBQuiescence.m +1 -0
- package/WebDriverAgentLib/Categories/XCUIDevice+FBHelpers.m +4 -0
- package/WebDriverAgentLib/Categories/XCUIDevice+FBVoiceOver.m +9 -7
- package/WebDriverAgentLib/Categories/XCUIElement+FBClassChain.m +2 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBScrolling.m +7 -3
- package/WebDriverAgentLib/Categories/XCUIElement+FBTyping.h +33 -0
- package/WebDriverAgentLib/Categories/XCUIElement+FBTyping.m +23 -0
- package/WebDriverAgentLib/Categories/XCUIElementQuery+FBHelpers.m +1 -0
- package/WebDriverAgentLib/Commands/FBElementCommands.m +5 -0
- package/WebDriverAgentLib/Commands/FBSessionCommands.m +1 -1
- package/WebDriverAgentLib/FBAlert.m +12 -3
- package/WebDriverAgentLib/Info.plist +2 -2
- package/WebDriverAgentLib/Routing/FBWebServer.m +3 -2
- package/WebDriverAgentLib/Routing/FBXCElementSnapshot.h +1 -1
- package/WebDriverAgentLib/Utilities/FBActiveAppDetectionPoint.m +2 -2
- package/WebDriverAgentLib/Utilities/FBBaseActionsSynthesizer.h +1 -0
- package/WebDriverAgentLib/Utilities/FBFailureProofTestCase.m +6 -0
- package/WebDriverAgentLib/Utilities/FBScreenshot.m +2 -2
- package/WebDriverAgentLib/Utilities/FBXCTestDaemonsProxy.h +2 -2
- package/WebDriverAgentLib/Utilities/FBXCTestDaemonsProxy.m +4 -4
- package/WebDriverAgentLib/Utilities/FBXCodeCompatibility.m +24 -3
- package/build/lib/no-session-proxy.d.ts +2 -2
- package/build/lib/no-session-proxy.d.ts.map +1 -1
- package/build/lib/no-session-proxy.js +2 -2
- package/build/lib/no-session-proxy.js.map +1 -1
- package/build/lib/webdriveragent.d.ts +2 -2
- package/build/lib/webdriveragent.d.ts.map +1 -1
- package/build/lib/webdriveragent.js +2 -2
- package/build/lib/webdriveragent.js.map +1 -1
- package/lib/no-session-proxy.ts +2 -2
- package/lib/webdriveragent.ts +3 -3
- package/package.json +1 -1
- package/PrivateHeaders/XCTest/NSString-XCTAdditions.h +0 -11
- package/PrivateHeaders/XCTest/NSValue-XCTestAdditions.h +0 -11
- package/PrivateHeaders/XCTest/UIGestureRecognizer-RecordingAdditions.h +0 -11
- package/PrivateHeaders/XCTest/UILongPressGestureRecognizer-RecordingAdditions.h +0 -11
- package/PrivateHeaders/XCTest/UIPanGestureRecognizer-RecordingAdditions.h +0 -11
- package/PrivateHeaders/XCTest/UIPinchGestureRecognizer-RecordingAdditions.h +0 -11
- package/PrivateHeaders/XCTest/UISwipeGestureRecognizer-RecordingAdditions.h +0 -11
- package/PrivateHeaders/XCTest/UITapGestureRecognizer-RecordingAdditions.h +0 -11
- package/PrivateHeaders/XCTest/XCActivityRecord.h +0 -39
- package/PrivateHeaders/XCTest/XCApplicationMonitor.h +0 -44
- package/PrivateHeaders/XCTest/XCApplicationMonitor_iOS.h +0 -18
- package/PrivateHeaders/XCTest/XCDeviceEvent.h +0 -27
- package/PrivateHeaders/XCTest/XCEventGenerator.h +0 -73
- package/PrivateHeaders/XCTest/XCKeyMappingPath.h +0 -36
- package/PrivateHeaders/XCTest/XCKeyboardInputSolver.h +0 -41
- package/PrivateHeaders/XCTest/XCKeyboardKeyMap.h +0 -101
- package/PrivateHeaders/XCTest/XCKeyboardLayout.h +0 -35
- package/PrivateHeaders/XCTest/XCSourceCodeRecording.h +0 -42
- package/PrivateHeaders/XCTest/XCSourceCodeTreeNode.h +0 -84
- package/PrivateHeaders/XCTest/XCSourceCodeTreeNodeEnumerator.h +0 -18
- package/PrivateHeaders/XCTest/XCSymbolicationRecord.h +0 -29
- package/PrivateHeaders/XCTest/XCSymbolicatorHolder.h +0 -14
- package/PrivateHeaders/XCTest/XCTAXClient-Protocol.h +0 -14
- package/PrivateHeaders/XCTest/XCTAsyncActivity-Protocol.h +0 -16
- package/PrivateHeaders/XCTest/XCTAsyncActivity.h +0 -23
- package/PrivateHeaders/XCTest/XCTAutomationTarget-Protocol.h +0 -12
- package/PrivateHeaders/XCTest/XCTDarwinNotificationExpectation.h +0 -23
- package/PrivateHeaders/XCTest/XCTKVOExpectation.h +0 -28
- package/PrivateHeaders/XCTest/XCTMetric.h +0 -29
- package/PrivateHeaders/XCTest/XCTNSNotificationExpectation.h +0 -27
- package/PrivateHeaders/XCTest/XCTNSPredicateExpectation.h +0 -24
- package/PrivateHeaders/XCTest/XCTRunnerAutomationSession.h +0 -21
- package/PrivateHeaders/XCTest/XCTTestRunSession.h +0 -25
- package/PrivateHeaders/XCTest/XCTTestRunSessionDelegate-Protocol.h +0 -17
- package/PrivateHeaders/XCTest/XCTUIApplicationMonitor-Protocol.h +0 -17
- package/PrivateHeaders/XCTest/XCTWaiterDelegate-Protocol.h +0 -16
- package/PrivateHeaders/XCTest/XCTWaiterDelegatePrivate-Protocol.h +0 -12
- package/PrivateHeaders/XCTest/XCTWaiterManager.h +0 -28
- package/PrivateHeaders/XCTest/XCTestCaseSuite.h +0 -19
- package/PrivateHeaders/XCTest/XCTestContext.h +0 -26
- package/PrivateHeaders/XCTest/XCTestContextScope.h +0 -19
- package/PrivateHeaders/XCTest/XCTestDriverInterface-Protocol.h +0 -14
- package/PrivateHeaders/XCTest/XCTestExpectationWaiter.h +0 -17
- package/PrivateHeaders/XCTest/XCTestLog.h +0 -32
- package/PrivateHeaders/XCTest/XCTestManager_IDEInterface-Protocol.h +0 -36
- package/PrivateHeaders/XCTest/XCTestManager_ManagerInterface-Protocol.h +0 -54
- package/PrivateHeaders/XCTest/XCTestManager_TestsInterface-Protocol.h +0 -12
- package/PrivateHeaders/XCTest/XCTestMisuseObserver.h +0 -37
- package/PrivateHeaders/XCTest/XCTestObservation-Protocol.h +0 -20
- package/PrivateHeaders/XCTest/XCTestObserver.h +0 -20
- package/PrivateHeaders/XCTest/XCTestProbe.h +0 -13
- package/PrivateHeaders/XCTest/XCTestSuite.h +0 -48
- package/PrivateHeaders/XCTest/XCTestSuiteRun.h +0 -28
- package/PrivateHeaders/XCTest/XCTestWaiter.h +0 -14
- package/PrivateHeaders/XCTest/XCUIElementAsynchronousHandlerWrapper.h +0 -19
- package/PrivateHeaders/XCTest/XCUIElementHitPointCoordinate.h +0 -24
- package/PrivateHeaders/XCTest/XCUIRecorderNodeFinder.h +0 -65
- package/PrivateHeaders/XCTest/XCUIRecorderNodeFinderMatch.h +0 -25
- package/PrivateHeaders/XCTest/XCUIRecorderTimingMessage.h +0 -20
- package/PrivateHeaders/XCTest/XCUIRecorderUtilities.h +0 -45
- package/PrivateHeaders/XCTest/_XCInternalTestRun.h +0 -43
- package/PrivateHeaders/XCTest/_XCKVOExpectationImplementation.h +0 -32
- package/PrivateHeaders/XCTest/_XCTDarwinNotificationExpectationImplementation.h +0 -27
- package/PrivateHeaders/XCTest/_XCTNSNotificationExpectationImplementation.h +0 -30
- package/PrivateHeaders/XCTest/_XCTNSPredicateExpectationImplementation.h +0 -29
- package/PrivateHeaders/XCTest/_XCTWaiterImpl.h +0 -41
- package/PrivateHeaders/XCTest/_XCTestCaseImplementation.h +0 -70
- package/PrivateHeaders/XCTest/_XCTestCaseInterruptionException.h +0 -13
- package/PrivateHeaders/XCTest/_XCTestExpectationImplementation.h +0 -40
- package/PrivateHeaders/XCTest/_XCTestImplementation.h +0 -14
- package/PrivateHeaders/XCTest/_XCTestObservationCenterImplementation.h +0 -19
- package/PrivateHeaders/XCTest/_XCTestSuiteImplementation.h +0 -23
|
@@ -7,10 +7,27 @@
|
|
|
7
7
|
objects = {
|
|
8
8
|
|
|
9
9
|
/* Begin PBXBuildFile section */
|
|
10
|
+
01AC2C121519821EC6D2ED6B /* XCTMacCatalystStatusProviding-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 42D2B5A0C490D9698C2A87A9 /* XCTMacCatalystStatusProviding-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
11
|
+
025456CB4E76A4A4AFD07143 /* XCTRunnerDaemonSessionUIAutomationDelegate-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = B8A163261EFA440E42CA6AC1 /* XCTRunnerDaemonSessionUIAutomationDelegate-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
12
|
+
02BFEE1B0BF7B6532A9D1BFD /* XCUIApplicationPlatformServicesProviderDelegate-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 63FB001C1E84011C0096E5D8 /* XCUIApplicationPlatformServicesProviderDelegate-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
13
|
+
047BE50FA0C6C01545FB1863 /* XCTWaiterWait.h in Headers */ = {isa = PBXBuildFile; fileRef = 8566F4674B2CF640A678C952 /* XCTWaiterWait.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
14
|
+
059D8E55BE9C5231DA354B0B /* XCTMessagingRole_TelemetrySending-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BA6647ADE7B44F13513065A /* XCTMessagingRole_TelemetrySending-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
15
|
+
05AD9DFEC97A6E9BDF798CDF /* XCUIAlertMonitoring-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = DB5797DE5A0B4E7EE3D166F7 /* XCUIAlertMonitoring-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
16
|
+
06E45CFFA4E41D77902DA67A /* XCTMeasureOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = B3FDA51EB36F03592BF48762 /* XCTMeasureOptions.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
17
|
+
07D0D478F000C48B33956E9A /* XCTRunnerDaemonSessionUIAutomationDelegate-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = B8A163261EFA440E42CA6AC1 /* XCTRunnerDaemonSessionUIAutomationDelegate-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
18
|
+
0936AE3F017DB42A03BF7751 /* XCTTestIdentifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 831F292661C60B68B557F14D /* XCTTestIdentifier.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
19
|
+
09C9A6DCF11987546931BE57 /* XCUIResetAuthorizationStatusOfProtectedResourcesInterface-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A0B17F41E4461BBD09A2962 /* XCUIResetAuthorizationStatusOfProtectedResourcesInterface-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
20
|
+
0B51B2F12BB356C47986D6F9 /* XCTTagSelection.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E2092D85A7C691F157B1971 /* XCTTagSelection.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
21
|
+
0C76F63F9267E31C670675B0 /* XCTMessagingRole_TestReporting-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 13AAB3B43FB533B0E9C3F40D /* XCTMessagingRole_TestReporting-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
22
|
+
0CD32F774B0F7460E218D576 /* XCTMessagingRole_UIAutomationRunnerEventReporting-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 4951F55904679A17CDFEC186 /* XCTMessagingRole_UIAutomationRunnerEventReporting-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
23
|
+
0D0C43A58560AC8C4E368E4A /* XCTMessagingRole_ProtectedResourceAuthorization-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = CCCBEAE654102DBB1C8C22CD /* XCTMessagingRole_ProtectedResourceAuthorization-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
10
24
|
0E0413382DF1E15100AF007C /* XCUIElement+FBMinMax.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E0413372DF1E15100AF007C /* XCUIElement+FBMinMax.m */; };
|
|
11
25
|
0E0413392DF1E15100AF007C /* XCUIElement+FBMinMax.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E0413372DF1E15100AF007C /* XCUIElement+FBMinMax.m */; };
|
|
12
26
|
0E04133B2DF1E15900AF007C /* XCUIElement+FBMinMax.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E04133A2DF1E15900AF007C /* XCUIElement+FBMinMax.h */; };
|
|
13
27
|
0E04133C2DF1E15900AF007C /* XCUIElement+FBMinMax.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E04133A2DF1E15900AF007C /* XCUIElement+FBMinMax.h */; };
|
|
28
|
+
0EFF39CC188B42E85D258F5A /* XCUIIssueDiagnosticsProviding-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 55B3452AB887CADB7AD757A4 /* XCUIIssueDiagnosticsProviding-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
29
|
+
11B77103CCE2F4A4FA79A77B /* XCTMessagingRole_ScreenRecording-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = F0D85EFE3ACAC48EEE0F8348 /* XCTMessagingRole_ScreenRecording-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
30
|
+
1293AD05FC8083D9D3050328 /* XCTestCaseUIAutomationDelegate-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 49D8AC825D239A4A1D834F62 /* XCTestCaseUIAutomationDelegate-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
14
31
|
1357E296233D05240054BDB8 /* XCUIHitPointResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 1357E295233D05240054BDB8 /* XCUIHitPointResult.h */; };
|
|
15
32
|
1357E297233D05240054BDB8 /* XCUIHitPointResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 1357E295233D05240054BDB8 /* XCUIHitPointResult.h */; };
|
|
16
33
|
13815F6F2328D20400CDAB61 /* FBActiveAppDetectionPoint.h in Headers */ = {isa = PBXBuildFile; fileRef = 13815F6D2328D20400CDAB61 /* FBActiveAppDetectionPoint.h */; };
|
|
@@ -38,12 +55,71 @@
|
|
|
38
55
|
13DE7A5D287CA444003243C6 /* FBXCElementSnapshotWrapper+Helpers.m in Sources */ = {isa = PBXBuildFile; fileRef = 13DE7A5A287CA444003243C6 /* FBXCElementSnapshotWrapper+Helpers.m */; };
|
|
39
56
|
13DE7A5E287CA444003243C6 /* FBXCElementSnapshotWrapper+Helpers.m in Sources */ = {isa = PBXBuildFile; fileRef = 13DE7A5A287CA444003243C6 /* FBXCElementSnapshotWrapper+Helpers.m */; };
|
|
40
57
|
13FFF2F2287DBEE600E561E4 /* XCElementSnapshotDouble.m in Sources */ = {isa = PBXBuildFile; fileRef = 13FFF2F1287DBEE600E561E4 /* XCElementSnapshotDouble.m */; };
|
|
58
|
+
140BE8ACECBDB1B06FF531E1 /* XCTSignpostListener-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F9351F7A43851CA5DFF47CD /* XCTSignpostListener-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
59
|
+
153F9DE7ABF551A58C1F38B0 /* XCTReportingSessionConfiguration-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = E859E58C7C717CB6CD2A80BE /* XCTReportingSessionConfiguration-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
60
|
+
15FD99037DE115FB57C1A1F2 /* XCUIRemoteSiriInterface-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 7183E8C2B556594311CB8898 /* XCUIRemoteSiriInterface-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
61
|
+
17847B7E3336DD878EC33908 /* XCTMessagingRole_BundleRequesting-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = C928E94CBC13E262D818C28E /* XCTMessagingRole_BundleRequesting-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
62
|
+
18FDF2A8A86ED3286CD819DF /* XCUIPlatformApplicationServicesProviding-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BA71BCF1FDA482419CA8596 /* XCUIPlatformApplicationServicesProviding-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
63
|
+
1A1EA47F655C5EC77B5DC1DF /* XCTScreenCapturePolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = FDB15E393EA0850C004D26B2 /* XCTScreenCapturePolicy.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
64
|
+
1AECD74FEBA8DA2054D5424F /* XCUISystem.h in Headers */ = {isa = PBXBuildFile; fileRef = DE39D4384E531299FAA143F7 /* XCUISystem.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
65
|
+
1CDBA5F3409E37EF663C38EE /* XCUIEventRecording-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = B38AC76FAF9275974F272DE9 /* XCUIEventRecording-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
66
|
+
1D0120AD346A99834385FBAB /* NSFastEnumeration-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 58156929D12ADE7DFE10116F /* NSFastEnumeration-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
67
|
+
1DFC6477940D11BBAD68D59F /* _XCTestObservationInternal-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F8E4FAAC62765A3405F90D6 /* _XCTestObservationInternal-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
68
|
+
1E668A3BF614D719AE5B4450 /* XCTMessagingRole_UIAutomationRunnerEventReporting-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 4951F55904679A17CDFEC186 /* XCTMessagingRole_UIAutomationRunnerEventReporting-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
69
|
+
203561B6C2B8456509B60AD7 /* XCTScreenCapturePolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = FDB15E393EA0850C004D26B2 /* XCTScreenCapturePolicy.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
70
|
+
2238B4FC5C7DCD4B4215444D /* XCTMessagingRole_ProtectedResourceAuthorization-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = CCCBEAE654102DBB1C8C22CD /* XCTMessagingRole_ProtectedResourceAuthorization-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
71
|
+
229F9F5B85C1255447495847 /* XCUIApplicationAutomationSessionProviding-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 603D97F0F9A5B9D4E6442BF2 /* XCUIApplicationAutomationSessionProviding-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
72
|
+
22D9C8C0CDA32D1F307A345E /* XCTMessagingRole_DebugLogging-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 471DF7EE3C63C3069FB9D40D /* XCTMessagingRole_DebugLogging-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
73
|
+
24BB9F6DBFBCEB5839984180 /* XCTElementSnapshotProvider-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = EC8B17452E38AA1AE03AE251 /* XCTElementSnapshotProvider-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
74
|
+
2591714E3B2C31C6DF08CBAB /* XCUIRemoteDeviceRunner-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = F2034DFA5DEC7D26F32590EF /* XCUIRemoteDeviceRunner-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
75
|
+
2673EB1D621B1FE2248B5038 /* XCTMessagingRole_TestReporting-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 13AAB3B43FB533B0E9C3F40D /* XCTMessagingRole_TestReporting-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
76
|
+
26E854C28CA7B6C4CDBF5DE3 /* _XCTMessaging_VoidProtocol-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 059F291E7D13B17580B4AD43 /* _XCTMessaging_VoidProtocol-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
77
|
+
2709D2F140C1FF8A8426C42C /* XCTMessagingChannel_RunnerToIDE-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 100F37231BF17CA9BB91DF16 /* XCTMessagingChannel_RunnerToIDE-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
78
|
+
28104BC8093DBFAB035820FA /* XCTMetricDiagnosticHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = E46239748EC4A6BFBC13F28B /* XCTMetricDiagnosticHelper.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
79
|
+
2B9D1292546083ACA2E34DB4 /* XCTCapabilitiesProviding-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B069904A4086E12556F1FAB /* XCTCapabilitiesProviding-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
80
|
+
2C0D6BA4BD20262B836CEDA3 /* XCTRunnerAutomationSession-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 01AF8E73DD47455B4854E470 /* XCTRunnerAutomationSession-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
81
|
+
2C3893641ACA0AAFCC8DEB98 /* XCTPromise.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CA02992F03AE1E134F2CAF5 /* XCTPromise.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
82
|
+
2F56E0614B3A533F388B6B51 /* XCTRemoteSignpostListenerProxy-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E47AA1A44A4A3C6EDCB6804 /* XCTRemoteSignpostListenerProxy-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
83
|
+
2F75D210958556EFE6DEBB53 /* _XCTMessaging_VoidProtocol-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 059F291E7D13B17580B4AD43 /* _XCTMessaging_VoidProtocol-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
84
|
+
2FFA926EEC1E220816E7146D /* XCTMessagingRole_SelfDiagnosisIssueReporting-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 74AA57E9A81B1B0515CB587F /* XCTMessagingRole_SelfDiagnosisIssueReporting-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
85
|
+
300465664BD787F72A66A990 /* XCUIDeviceAutomationModeInterface-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CF2F53B94CC13C628FC7760 /* XCUIDeviceAutomationModeInterface-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
41
86
|
315A15012518CB8700A3A064 /* TouchableView.m in Sources */ = {isa = PBXBuildFile; fileRef = 315A15002518CB8700A3A064 /* TouchableView.m */; };
|
|
42
87
|
315A15072518CC2800A3A064 /* TouchSpotView.m in Sources */ = {isa = PBXBuildFile; fileRef = 315A15062518CC2800A3A064 /* TouchSpotView.m */; };
|
|
43
88
|
315A150A2518D6F400A3A064 /* TouchViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 315A15092518D6F400A3A064 /* TouchViewController.m */; };
|
|
89
|
+
317B37A91569F67DE9B2EACD /* XCTMessagingRole_SignpostRequesting-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E2F683D8A6C6EAAEC8B080A /* XCTMessagingRole_SignpostRequesting-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
90
|
+
328BB10FEA4029E1464BA7B6 /* XCTMessagingRole_TelemetrySending-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BA6647ADE7B44F13513065A /* XCTMessagingRole_TelemetrySending-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
91
|
+
33114F7BD00543F50F3BA4C8 /* XCTMessagingRole_SystemConfiguration-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = EA24F4BE52B2520874E09BEF /* XCTMessagingRole_SystemConfiguration-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
92
|
+
348B7FFB742C26599E44DB67 /* XCTMessagingRole_ProcessMonitoring-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = B43D656732067585371ADD31 /* XCTMessagingRole_ProcessMonitoring-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
93
|
+
35C087E005C82F9642F8A76C /* XCUIDeviceDelayedAttachmentTransferSupportInterface-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C19CEEEC9858A106061D1F8 /* XCUIDeviceDelayedAttachmentTransferSupportInterface-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
94
|
+
36635A59A5AEDDEFC2FC01E3 /* XCUIXcodeApplicationManaging-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 30ABCB5051B826025F77E360 /* XCUIXcodeApplicationManaging-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
95
|
+
3A8D076DCDB0BDD00C57305C /* XCUIRemoteSiriInterface-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 7183E8C2B556594311CB8898 /* XCUIRemoteSiriInterface-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
96
|
+
3D39B383A140D6907C1FD590 /* XCTAttachmentManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D80202DC5D679EF37896431 /* XCTAttachmentManager.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
97
|
+
3E52826A2F3E44C94AF5ADBF /* XCTMetricDiagnosticHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = E46239748EC4A6BFBC13F28B /* XCTMetricDiagnosticHelper.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
98
|
+
3E73A3A978AB5ECBF68EE1F1 /* XCTReportingSessionTestContainer-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = D5D58975822CD58C8FEF7FEB /* XCTReportingSessionTestContainer-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
99
|
+
3EE6EE34505AC0D6A861F3A6 /* XCTRuntimeDiagnosticsPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = AD0DDEAB427BA845375C7384 /* XCTRuntimeDiagnosticsPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
100
|
+
40CF9CA5CE21FC96F1AFF761 /* XCUIApplicationOpenRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 4AEAD1CF473F6AD60333E9FF /* XCUIApplicationOpenRequest.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
101
|
+
431476F175B158C8E009AF69 /* XCTMessagingRole_AttachmentFutureResultStatusUpdating-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 10FBCE8B3A419B970DB7A5CE /* XCTMessagingRole_AttachmentFutureResultStatusUpdating-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
102
|
+
445523B6024EAE485C37C931 /* XCTRuntimeIssueDetectionPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = B98A9F937EF98D6359FCCC7A /* XCTRuntimeIssueDetectionPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
103
|
+
45857453287A5CCEEFDCEE02 /* XCUIRemoteAccessibilityInterface-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DD2F42015E89D253EA57F63 /* XCUIRemoteAccessibilityInterface-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
44
104
|
491B4CDEC26699164481DFC0 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 722E62C63348A451A351524B /* Foundation.framework */; };
|
|
105
|
+
4D11329B023E8B4C4EF348CF /* XCUIApplicationProcessManaging-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C710FE3AB9E9C22BD2A9E84 /* XCUIApplicationProcessManaging-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
106
|
+
5264691C82CAED776872EB9E /* XCTRunnerIDESessionDelegate-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A5EC96F8F1C3888B9E24FAA /* XCTRunnerIDESessionDelegate-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
107
|
+
528747420DE2B33940204B98 /* XCTMemoryCheckerDelegate-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EEB78C32D7E6DD6E4EBCD26 /* XCTMemoryCheckerDelegate-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
108
|
+
52EDA2654EA1B8E6FB842FB3 /* XCTMessagingRole_SignpostRequesting-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E2F683D8A6C6EAAEC8B080A /* XCTMessagingRole_SignpostRequesting-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
109
|
+
5582410FB077944A4DB678F6 /* XCTHarnessEventReporting-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CBAA574F7786985E01D0B6F /* XCTHarnessEventReporting-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
110
|
+
587AA46196BC2C46555C8E44 /* XCUIButtonConsole.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E09842154A44874C4E9CA01 /* XCUIButtonConsole.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
111
|
+
5967912A40E807CDBE87E4B2 /* XCTReportingSessionIssueReporter-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 525D62A58488A52AA1BFE94A /* XCTReportingSessionIssueReporter-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
112
|
+
59689A4C5FC03AF28D15FAA2 /* XCUIAccessibilityInterface-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = D47DD8BF27FE639742EA2E3E /* XCUIAccessibilityInterface-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
45
113
|
5AF49CE43E731B433375C5B7 /* ViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F87CD156E93338642EEFD54 /* ViewController.h */; };
|
|
114
|
+
5B736BB83DEA69D3C5EEC7E1 /* XCTElementSetTransformer-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BA7DD8C206D694B007C7C26 /* XCTElementSetTransformer-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
115
|
+
5D8922D8CA1104F424884038 /* XCTMessagingRole_ForcePressureSupportQuerying-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = AA2351C66A4616534FB81AE4 /* XCTMessagingRole_ForcePressureSupportQuerying-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
46
116
|
5DE3B29128FA52F078160D5B /* SceneDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = A87AE5544E9A5CA7C9168DDF /* SceneDelegate.m */; };
|
|
117
|
+
5E6CDEC88D7F31EEDA3B11FC /* XCUIEventRecording-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = B38AC76FAF9275974F272DE9 /* XCUIEventRecording-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
118
|
+
5FB3A9CA82CFF72F6B1FCBA2 /* XCUIElementAttributesPrivate-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EF5BE504321321FB9320C43 /* XCUIElementAttributesPrivate-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
119
|
+
604A7EDA9D8A9BFCF3B62E5C /* _XCTestObservationInternal-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F8E4FAAC62765A3405F90D6 /* _XCTestObservationInternal-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
120
|
+
61200BFA4A2ABBE0A9AF82FD /* XCUIApplicationMonitor-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 100F88CC697C688B7444D5BB /* XCUIApplicationMonitor-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
121
|
+
628A0FE5A2838D06641C3433 /* XCTMessagingRole_TestExecution-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 209C65575782ECAA09892D2B /* XCTMessagingRole_TestExecution-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
122
|
+
634BCD9D9DE1705A819B2013 /* XCTHarnessEventReporting-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CBAA574F7786985E01D0B6F /* XCTHarnessEventReporting-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
47
123
|
6385F4A7220A40760095BBDB /* XCUIApplicationProcessDelay.m in Sources */ = {isa = PBXBuildFile; fileRef = 6385F4A5220A40760095BBDB /* XCUIApplicationProcessDelay.m */; };
|
|
48
124
|
63CCF91221ECE4C700E94ABD /* FBImageProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 63CCF91021ECE4C700E94ABD /* FBImageProcessor.h */; };
|
|
49
125
|
63CCF91321ECE4C700E94ABD /* FBImageProcessor.m in Sources */ = {isa = PBXBuildFile; fileRef = 63CCF91121ECE4C700E94ABD /* FBImageProcessor.m */; };
|
|
@@ -125,103 +201,63 @@
|
|
|
125
201
|
641EE6342240C5CA00173FCB /* XCUIElement+FBTyping.h in Headers */ = {isa = PBXBuildFile; fileRef = AD76723B1D6B7CC000610457 /* XCUIElement+FBTyping.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
126
202
|
641EE6352240C5CA00173FCB /* XCUIElement+FBUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = EEE3763F1D59F81400ED88DD /* XCUIElement+FBUtilities.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
127
203
|
641EE6362240C5CA00173FCB /* XCUIElement+FBScrolling.h in Headers */ = {isa = PBXBuildFile; fileRef = EE9AB7491CAEDF0C008C271F /* XCUIElement+FBScrolling.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
128
|
-
641EE6372240C5CA00173FCB /* XCSourceCodeTreeNode.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACC51E3B77D600A02D78 /* XCSourceCodeTreeNode.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
129
204
|
641EE6382240C5CA00173FCB /* XCPointerEventPath.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACC31E3B77D600A02D78 /* XCPointerEventPath.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
130
205
|
641EE6392240C5CA00173FCB /* FBRouteRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = EE9AB7871CAEDF0C008C271F /* FBRouteRequest.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
131
206
|
641EE63A2240C5CA00173FCB /* XCTest.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACCF1E3B77D600A02D78 /* XCTest.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
132
207
|
641EE63B2240C5CA00173FCB /* FBAlertsMonitor.h in Headers */ = {isa = PBXBuildFile; fileRef = 719CD8F62126C78F00C7D0C2 /* FBAlertsMonitor.h */; };
|
|
133
208
|
641EE63D2240C5CA00173FCB /* FBSession.h in Headers */ = {isa = PBXBuildFile; fileRef = EE9AB78A1CAEDF0C008C271F /* FBSession.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
134
|
-
641EE63E2240C5CA00173FCB /* _XCTestImplementation.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35AC9E1E3B77D600A02D78 /* _XCTestImplementation.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
135
209
|
641EE63F2240C5CA00173FCB /* FBTouchActionCommands.h in Headers */ = {isa = PBXBuildFile; fileRef = 71241D791FAE3D2500B9559F /* FBTouchActionCommands.h */; };
|
|
136
210
|
641EE6402240C5CA00173FCB /* FBTouchIDCommands.h in Headers */ = {isa = PBXBuildFile; fileRef = EE9AB7621CAEDF0C008C271F /* FBTouchIDCommands.h */; };
|
|
137
211
|
641EE6412240C5CA00173FCB /* XCUIApplication.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACF91E3B77D600A02D78 /* XCUIApplication.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
138
212
|
641EE6422240C5CA00173FCB /* FBCustomCommands.h in Headers */ = {isa = PBXBuildFile; fileRef = EE9AB7521CAEDF0C008C271F /* FBCustomCommands.h */; };
|
|
139
|
-
641EE6432240C5CA00173FCB /* _XCTestCaseInterruptionException.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35AC9C1E3B77D600A02D78 /* _XCTestCaseInterruptionException.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
140
213
|
641EE6442240C5CA00173FCB /* FBOrientationCommands.h in Headers */ = {isa = PBXBuildFile; fileRef = EE9AB75C1CAEDF0C008C271F /* FBOrientationCommands.h */; };
|
|
141
214
|
641EE6452240C5CA00173FCB /* XCUIScreen.h in Headers */ = {isa = PBXBuildFile; fileRef = 7119097B2152580600BA3C7E /* XCUIScreen.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
142
215
|
641EE6462240C5CA00173FCB /* XCTRunnerIDESession.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACF01E3B77D600A02D78 /* XCTRunnerIDESession.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
143
216
|
641EE6472240C5CA00173FCB /* FBRouteRequest-Private.h in Headers */ = {isa = PBXBuildFile; fileRef = EE9AB7861CAEDF0C008C271F /* FBRouteRequest-Private.h */; };
|
|
144
|
-
641EE6482240C5CA00173FCB /* XCTTestRunSession.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACF11E3B77D600A02D78 /* XCTTestRunSession.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
145
|
-
641EE6492240C5CA00173FCB /* XCTestProbe.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACE31E3B77D600A02D78 /* XCTestProbe.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
146
217
|
641EE64A2240C5CA00173FCB /* XCApplicationQuery.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACB71E3B77D600A02D78 /* XCApplicationQuery.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
147
|
-
641EE64B2240C5CA00173FCB /* XCTAsyncActivity.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACCB1E3B77D600A02D78 /* XCTAsyncActivity.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
148
|
-
641EE64C2240C5CA00173FCB /* XCTestMisuseObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACDF1E3B77D600A02D78 /* XCTestMisuseObserver.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
149
218
|
641EE64D2240C5CA00173FCB /* XCTRunnerDaemonSession.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACEF1E3B77D600A02D78 /* XCTRunnerDaemonSession.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
150
|
-
641EE64F2240C5CA00173FCB /* XCTestExpectationWaiter.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACDA1E3B77D600A02D78 /* XCTestExpectationWaiter.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
151
|
-
641EE6502240C5CA00173FCB /* UIGestureRecognizer-RecordingAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACAD1E3B77D600A02D78 /* UIGestureRecognizer-RecordingAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
152
|
-
641EE6512240C5CA00173FCB /* XCKeyboardKeyMap.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACBF1E3B77D600A02D78 /* XCKeyboardKeyMap.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
153
219
|
641EE6522240C5CA00173FCB /* XCTNSPredicateExpectationObject-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACEC1E3B77D600A02D78 /* XCTNSPredicateExpectationObject-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
154
220
|
641EE6532240C5CA00173FCB /* WebDriverAgentLib.h in Headers */ = {isa = PBXBuildFile; fileRef = EE158B5E1CBD47A000A3E3F0 /* WebDriverAgentLib.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
155
221
|
641EE6542240C5CA00173FCB /* FBFindElementCommands.h in Headers */ = {isa = PBXBuildFile; fileRef = EE9AB7581CAEDF0C008C271F /* FBFindElementCommands.h */; };
|
|
156
222
|
641EE6552240C5CA00173FCB /* XCTestRun.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACE41E3B77D600A02D78 /* XCTestRun.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
157
223
|
641EE6562240C5CA00173FCB /* FBWebServer.h in Headers */ = {isa = PBXBuildFile; fileRef = EE9AB78C1CAEDF0C008C271F /* FBWebServer.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
158
224
|
641EE6572240C5CA00173FCB /* FBScreenshotCommands.h in Headers */ = {isa = PBXBuildFile; fileRef = EE9AB75E1CAEDF0C008C271F /* FBScreenshotCommands.h */; };
|
|
159
|
-
641EE6582240C5CA00173FCB /* _XCKVOExpectationImplementation.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35AC991E3B77D600A02D78 /* _XCKVOExpectationImplementation.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
160
225
|
641EE6592240C5CA00173FCB /* NSString+FBVisualLength.h in Headers */ = {isa = PBXBuildFile; fileRef = EE0D1F5F1EBCDCF7006A3123 /* NSString+FBVisualLength.h */; };
|
|
161
226
|
641EE65A2240C5CA00173FCB /* FBXCTestDaemonsProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35AD791E3B80C000A02D78 /* FBXCTestDaemonsProxy.h */; };
|
|
162
|
-
641EE65B2240C5CA00173FCB /* XCUIElementHitPointCoordinate.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35AD011E3B77D600A02D78 /* XCUIElementHitPointCoordinate.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
163
|
-
641EE65C2240C5CA00173FCB /* XCTDarwinNotificationExpectation.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACCE1E3B77D600A02D78 /* XCTDarwinNotificationExpectation.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
164
|
-
641EE65D2240C5CA00173FCB /* XCTRunnerAutomationSession.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACEE1E3B77D600A02D78 /* XCTRunnerAutomationSession.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
165
|
-
641EE65F2240C5CA00173FCB /* XCSourceCodeTreeNodeEnumerator.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACC61E3B77D600A02D78 /* XCSourceCodeTreeNodeEnumerator.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
166
227
|
641EE6602240C5CA00173FCB /* XCUIElement+FBIsVisible.h in Headers */ = {isa = PBXBuildFile; fileRef = EE9AB7471CAEDF0C008C271F /* XCUIElement+FBIsVisible.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
167
228
|
641EE6622240C5CA00173FCB /* FBResponsePayload.h in Headers */ = {isa = PBXBuildFile; fileRef = EE9AB7821CAEDF0C008C271F /* FBResponsePayload.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
168
229
|
641EE6632240C5CA00173FCB /* FBUnknownCommands.h in Headers */ = {isa = PBXBuildFile; fileRef = EE9AB7641CAEDF0C008C271F /* FBUnknownCommands.h */; };
|
|
169
230
|
641EE6642240C5CA00173FCB /* NSPredicate+FBFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = 71A224E31DE2F56600844D55 /* NSPredicate+FBFormat.h */; };
|
|
170
|
-
641EE6652240C5CA00173FCB /* UILongPressGestureRecognizer-RecordingAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACAE1E3B77D600A02D78 /* UILongPressGestureRecognizer-RecordingAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
171
231
|
641EE6662240C5CA00173FCB /* XCTestCase.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACD01E3B77D600A02D78 /* XCTestCase.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
172
|
-
641EE6672240C5CA00173FCB /* XCSymbolicatorHolder.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACC81E3B77D600A02D78 /* XCSymbolicatorHolder.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
173
232
|
641EE6682240C5CA00173FCB /* XCUIApplicationImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACFA1E3B77D600A02D78 /* XCUIApplicationImpl.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
174
|
-
641EE6692240C5CA00173FCB /* UIPanGestureRecognizer-RecordingAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACAF1E3B77D600A02D78 /* UIPanGestureRecognizer-RecordingAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
175
233
|
641EE66A2240C5CA00173FCB /* NSExpression+FBFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = 71555A3B1DEC460A007D4A8B /* NSExpression+FBFormat.h */; };
|
|
176
|
-
641EE66B2240C5CA00173FCB /* _XCTestCaseImplementation.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35AC9B1E3B77D600A02D78 /* _XCTestCaseImplementation.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
177
|
-
641EE66C2240C5CA00173FCB /* UIPinchGestureRecognizer-RecordingAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACB01E3B77D600A02D78 /* UIPinchGestureRecognizer-RecordingAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
178
|
-
641EE66D2240C5CA00173FCB /* XCTestManager_TestsInterface-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACDE1E3B77D600A02D78 /* XCTestManager_TestsInterface-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
179
234
|
641EE66E2240C5CA00173FCB /* XCUIApplication+FBAlert.h in Headers */ = {isa = PBXBuildFile; fileRef = 719CD8FA2126C88B00C7D0C2 /* XCUIApplication+FBAlert.h */; };
|
|
180
235
|
641EE6702240C5CA00173FCB /* FBMathUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = EE1888381DA661C400307AA8 /* FBMathUtils.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
181
|
-
641EE6712240C5CA00173FCB /* UISwipeGestureRecognizer-RecordingAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACB11E3B77D600A02D78 /* UISwipeGestureRecognizer-RecordingAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
182
236
|
641EE6722240C5CA00173FCB /* FBElementUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 713C6DCD1DDC772A00285B92 /* FBElementUtils.h */; };
|
|
183
237
|
641EE6732240C5CA00173FCB /* FBDebugCommands.h in Headers */ = {isa = PBXBuildFile; fileRef = EE9AB7541CAEDF0C008C271F /* FBDebugCommands.h */; };
|
|
184
|
-
641EE6742240C5CA00173FCB /* XCTestSuite.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACE51E3B77D600A02D78 /* XCTestSuite.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
185
238
|
641EE6752240C5CA00173FCB /* XCUICoordinate.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACFC1E3B77D600A02D78 /* XCUICoordinate.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
186
|
-
641EE6762240C5CA00173FCB /* XCTNSPredicateExpectation.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACEB1E3B77D600A02D78 /* XCTNSPredicateExpectation.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
187
239
|
641EE6772240C5CA00173FCB /* XCTestObservationCenter.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACE11E3B77D600A02D78 /* XCTestObservationCenter.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
188
|
-
641EE6782240C5CA00173FCB /* XCTNSNotificationExpectation.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACEA1E3B77D600A02D78 /* XCTNSNotificationExpectation.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
189
|
-
641EE6792240C5CA00173FCB /* XCUIRecorderNodeFinder.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35AD041E3B77D600A02D78 /* XCUIRecorderNodeFinder.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
190
240
|
641EE67A2240C5CA00173FCB /* XCUIElement+FBAccessibility.h in Headers */ = {isa = PBXBuildFile; fileRef = EE9AB7451CAEDF0C008C271F /* XCUIElement+FBAccessibility.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
191
|
-
641EE67B2240C5CA00173FCB /* XCUIRecorderUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35AD071E3B77D600A02D78 /* XCUIRecorderUtilities.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
192
241
|
641EE67C2240C5CA00173FCB /* XCTestCaseRun.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACD11E3B77D600A02D78 /* XCTestCaseRun.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
193
242
|
641EE67D2240C5CA00173FCB /* XCTestConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACD31E3B77D600A02D78 /* XCTestConfiguration.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
194
|
-
641EE67E2240C5CA00173FCB /* _XCTDarwinNotificationExpectationImplementation.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35AC9A1E3B77D600A02D78 /* _XCTDarwinNotificationExpectationImplementation.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
195
243
|
641EE67F2240C5CA00173FCB /* XCTestExpectation.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACD81E3B77D600A02D78 /* XCTestExpectation.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
196
244
|
641EE6802240C5CA00173FCB /* FBElementTypeTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = EE9AB78F1CAEDF0C008C271F /* FBElementTypeTransformer.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
197
245
|
641EE6812240C5CA00173FCB /* FBXCAXClientProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 7157B28F221DADD2001C348C /* FBXCAXClientProxy.h */; };
|
|
198
246
|
641EE6822240C5CA00173FCB /* FBElementCache.h in Headers */ = {isa = PBXBuildFile; fileRef = EE9AB77B1CAEDF0C008C271F /* FBElementCache.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
199
|
-
641EE6832240C5CA00173FCB /* XCTMetric.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACE91E3B77D600A02D78 /* XCTMetric.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
200
|
-
641EE6842240C5CA00173FCB /* XCTestContextScope.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACD51E3B77D600A02D78 /* XCTestContextScope.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
201
247
|
641EE6852240C5CA00173FCB /* XCUIElement+FBClassChain.h in Headers */ = {isa = PBXBuildFile; fileRef = 71A7EAF31E20516B001DA4F2 /* XCUIElement+FBClassChain.h */; };
|
|
202
248
|
641EE6862240C5CA00173FCB /* FBResponseJSONPayload.h in Headers */ = {isa = PBXBuildFile; fileRef = EE9AB7801CAEDF0C008C271F /* FBResponseJSONPayload.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
203
|
-
641EE6872240C5CA00173FCB /* XCTAutomationTarget-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACCC1E3B77D600A02D78 /* XCTAutomationTarget-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
204
249
|
641EE6882240C5CA00173FCB /* FBElement.h in Headers */ = {isa = PBXBuildFile; fileRef = EE9AB7791CAEDF0C008C271F /* FBElement.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
205
|
-
641EE6892240C5CA00173FCB /* XCTAXClient-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACCD1E3B77D600A02D78 /* XCTAXClient-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
206
250
|
641EE68B2240C5CA00173FCB /* FBExceptionHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = EEC088E61CB56DA400B65968 /* FBExceptionHandler.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
207
251
|
641EE68C2240C5CA00173FCB /* FBRoute.h in Headers */ = {isa = PBXBuildFile; fileRef = EE9AB7841CAEDF0C008C271F /* FBRoute.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
208
252
|
641EE68D2240C5CA00173FCB /* XCTestDriver.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACD61E3B77D600A02D78 /* XCTestDriver.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
209
|
-
641EE68E2240C5CA00173FCB /* _XCTNSNotificationExpectationImplementation.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACA11E3B77D600A02D78 /* _XCTNSNotificationExpectationImplementation.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
210
253
|
641EE68F2240C5CA00173FCB /* XCSynthesizedEventRecord.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACC91E3B77D600A02D78 /* XCSynthesizedEventRecord.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
211
|
-
641EE6922240C5CA00173FCB /* XCTWaiterDelegatePrivate-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACF61E3B77D600A02D78 /* XCTWaiterDelegatePrivate-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
212
|
-
641EE6932240C5CA00173FCB /* XCTestManager_IDEInterface-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACDC1E3B77D600A02D78 /* XCTestManager_IDEInterface-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
213
254
|
641EE6942240C5CA00173FCB /* FBXPath.h in Headers */ = {isa = PBXBuildFile; fileRef = 711084421DA3AA7500F913D6 /* FBXPath.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
214
|
-
641EE6952240C5CA00173FCB /* XCUIRecorderTimingMessage.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35AD061E3B77D600A02D78 /* XCUIRecorderTimingMessage.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
215
|
-
641EE6962240C5CA00173FCB /* XCApplicationMonitor.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACB61E3B77D600A02D78 /* XCApplicationMonitor.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
216
255
|
641EE6972240C5CA00173FCB /* XCUIElement+FBForceTouch.h in Headers */ = {isa = PBXBuildFile; fileRef = EE8DDD7D20C5733C004D4925 /* XCUIElement+FBForceTouch.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
217
256
|
641EE6982240C5CA00173FCB /* FBRuntimeUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = EE9AB7911CAEDF0C008C271F /* FBRuntimeUtils.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
218
257
|
641EE6992240C5CA00173FCB /* XCUIElement+FBPickerWheel.h in Headers */ = {isa = PBXBuildFile; fileRef = 7136A4771E8918E60024FC3D /* XCUIElement+FBPickerWheel.h */; };
|
|
219
|
-
641EE69A2240C5CA00173FCB /* XCTestObservation-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACE01E3B77D600A02D78 /* XCTestObservation-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
220
|
-
641EE69B2240C5CA00173FCB /* _XCTNSPredicateExpectationImplementation.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACA21E3B77D600A02D78 /* _XCTNSPredicateExpectationImplementation.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
221
258
|
641EE69C2240C5CA00173FCB /* FBElementCommands.h in Headers */ = {isa = PBXBuildFile; fileRef = EE9AB7561CAEDF0C008C271F /* FBElementCommands.h */; };
|
|
222
259
|
641EE69F2240C5CA00173FCB /* FBTCPSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 715557D1211DBCE700613B26 /* FBTCPSocket.h */; };
|
|
223
260
|
641EE6A02240C5CA00173FCB /* XCUIElement+FBUID.h in Headers */ = {isa = PBXBuildFile; fileRef = 71B49EC51ED1A58100D51AD6 /* XCUIElement+FBUID.h */; };
|
|
224
|
-
641EE6A12240C5CA00173FCB /* XCSymbolicationRecord.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACC71E3B77D600A02D78 /* XCSymbolicationRecord.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
225
261
|
641EE6A22240C5CA00173FCB /* XCUIDevice.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACFD1E3B77D600A02D78 /* XCUIDevice.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
226
262
|
641EE6A32240C5CA00173FCB /* XCUIApplication+FBTouchAction.h in Headers */ = {isa = PBXBuildFile; fileRef = 71BD20711F86116100B36EC2 /* XCUIApplication+FBTouchAction.h */; };
|
|
227
263
|
641EE6A42240C5CA00173FCB /* FBCommandHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = EE9AB7751CAEDF0C008C271F /* FBCommandHandler.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
@@ -233,66 +269,35 @@
|
|
|
233
269
|
641EE6AB2240C5CA00173FCB /* FBAlertViewCommands.h in Headers */ = {isa = PBXBuildFile; fileRef = EE9AB7501CAEDF0C008C271F /* FBAlertViewCommands.h */; };
|
|
234
270
|
641EE6AC2240C5CA00173FCB /* XCTWaiter.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACF41E3B77D600A02D78 /* XCTWaiter.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
235
271
|
641EE6AD2240C5CA00173FCB /* XCTWaiterManagement-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACF71E3B77D600A02D78 /* XCTWaiterManagement-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
236
|
-
641EE6AF2240C5CA00173FCB /* XCTestContext.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACD41E3B77D600A02D78 /* XCTestContext.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
237
|
-
641EE6B12240C5CA00173FCB /* XCTWaiterDelegate-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACF51E3B77D600A02D78 /* XCTWaiterDelegate-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
238
|
-
641EE6B22240C5CA00173FCB /* _XCTestExpectationImplementation.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35AC9D1E3B77D600A02D78 /* _XCTestExpectationImplementation.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
239
272
|
641EE6B32240C5CA00173FCB /* XCAXClient_iOS.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACB81E3B77D600A02D78 /* XCAXClient_iOS.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
240
|
-
641EE6B42240C5CA00173FCB /* XCTWaiterManager.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACF81E3B77D600A02D78 /* XCTWaiterManager.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
241
|
-
641EE6B52240C5CA00173FCB /* XCTestDriverInterface-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACD71E3B77D600A02D78 /* XCTestDriverInterface-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
242
|
-
641EE6B62240C5CA00173FCB /* _XCTestSuiteImplementation.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACA01E3B77D600A02D78 /* _XCTestSuiteImplementation.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
243
273
|
641EE6B72240C5CA00173FCB /* FBBaseActionsSynthesizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 714097411FAE1B0B008FB2C5 /* FBBaseActionsSynthesizer.h */; };
|
|
244
274
|
641EE6B82240C5CA00173FCB /* FBAlert.h in Headers */ = {isa = PBXBuildFile; fileRef = AD6C26921CF2379700F8B5FF /* FBAlert.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
245
275
|
641EE6B92240C5CA00173FCB /* XCUIElementQuery.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35AD021E3B77D600A02D78 /* XCUIElementQuery.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
246
276
|
641EE6BA2240C5CA00173FCB /* XCPointerEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACC21E3B77D600A02D78 /* XCPointerEvent.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
247
|
-
641EE6BB2240C5CA00173FCB /* XCSourceCodeRecording.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACC41E3B77D600A02D78 /* XCSourceCodeRecording.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
248
277
|
641EE6BC2240C5CA00173FCB /* FBRunLoopSpinner.h in Headers */ = {isa = PBXBuildFile; fileRef = EEE9B4701CD02B88009D2030 /* FBRunLoopSpinner.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
249
278
|
641EE6BD2240C5CA00173FCB /* FBErrorBuilder.h in Headers */ = {isa = PBXBuildFile; fileRef = EE3A18601CDE618F00DE4205 /* FBErrorBuilder.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
250
|
-
641EE6BE2240C5CA00173FCB /* XCApplicationMonitor_iOS.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACB51E3B77D600A02D78 /* XCApplicationMonitor_iOS.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
251
279
|
641EE6BF2240C5CA00173FCB /* FBKeyboard.h in Headers */ = {isa = PBXBuildFile; fileRef = EE3A18641CDE734B00DE4205 /* FBKeyboard.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
252
280
|
641EE6C02240C5CA00173FCB /* XCUIApplication+FBHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = AD6C269A1CF2494200F8B5FF /* XCUIApplication+FBHelpers.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
253
|
-
641EE6C12240C5CA00173FCB /* _XCTestObservationCenterImplementation.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35AC9F1E3B77D600A02D78 /* _XCTestObservationCenterImplementation.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
254
281
|
641EE6C22240C5CA00173FCB /* XCUIDevice+FBHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = AD6C26961CF2481700F8B5FF /* XCUIDevice+FBHelpers.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
255
282
|
641EE6C32240C5CA00173FCB /* FBClassChainQueryParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 71A7EAF71E224648001DA4F2 /* FBClassChainQueryParser.h */; };
|
|
256
283
|
641EE6C42240C5CA00173FCB /* FBMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = EE9B76A51CF7A43900275851 /* FBMacros.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
257
284
|
641EE6C52240C5CA00173FCB /* XCTestExpectationDelegate-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACD91E3B77D600A02D78 /* XCTestExpectationDelegate-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
258
|
-
641EE6C62240C5CA00173FCB /* XCTUIApplicationMonitor-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACF31E3B77D600A02D78 /* XCTUIApplicationMonitor-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
259
|
-
641EE6C82240C5CA00173FCB /* XCTKVOExpectation.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACE81E3B77D600A02D78 /* XCTKVOExpectation.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
260
285
|
641EE6C92240C5CA00173FCB /* XCUIDevice+FBRotation.h in Headers */ = {isa = PBXBuildFile; fileRef = EEE3763D1D59F81400ED88DD /* XCUIDevice+FBRotation.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
261
|
-
641EE6CA2240C5CA00173FCB /* XCEventGenerator.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACBD1E3B77D600A02D78 /* XCEventGenerator.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
262
286
|
641EE6CB2240C5CA00173FCB /* FBConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = EE9B76A11CF7A43900275851 /* FBConfiguration.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
263
|
-
641EE6CC2240C5CA00173FCB /* XCTestSuiteRun.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACE61E3B77D600A02D78 /* XCTestSuiteRun.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
264
|
-
641EE6CD2240C5CA00173FCB /* XCUIElementAsynchronousHandlerWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACFF1E3B77D600A02D78 /* XCUIElementAsynchronousHandlerWrapper.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
265
|
-
641EE6CE2240C5CA00173FCB /* XCTestLog.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACDB1E3B77D600A02D78 /* XCTestLog.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
266
|
-
641EE6CF2240C5CA00173FCB /* UITapGestureRecognizer-RecordingAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACB21E3B77D600A02D78 /* UITapGestureRecognizer-RecordingAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
267
287
|
641EE6D02240C5CA00173FCB /* XCDebugLogDelegate-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACB91E3B77D600A02D78 /* XCDebugLogDelegate-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
268
|
-
641EE6D12240C5CA00173FCB /* NSString-XCTAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACAB1E3B77D600A02D78 /* NSString-XCTAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
269
|
-
641EE6D22240C5CA00173FCB /* XCTestWaiter.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACE71E3B77D600A02D78 /* XCTestWaiter.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
270
288
|
641EE6D32240C5CA00173FCB /* FBImageUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 7150348521A6DAD600A0F4BA /* FBImageUtils.h */; };
|
|
271
|
-
641EE6D42240C5CA00173FCB /* NSValue-XCTestAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACAC1E3B77D600A02D78 /* NSValue-XCTestAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
272
|
-
641EE6D52240C5CA00173FCB /* _XCTWaiterImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACA31E3B77D600A02D78 /* _XCTWaiterImpl.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
273
289
|
641EE6D62240C5CA00173FCB /* FBLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = EE9B76A31CF7A43900275851 /* FBLogger.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
274
|
-
641EE6D72240C5CA00173FCB /* XCTestObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACE21E3B77D600A02D78 /* XCTestObserver.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
275
290
|
641EE6D82240C5CA00173FCB /* XCUIElement.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACFE1E3B77D600A02D78 /* XCUIElement.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
276
|
-
641EE6D92240C5CA00173FCB /* XCKeyboardInputSolver.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACBE1E3B77D600A02D78 /* XCKeyboardInputSolver.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
277
291
|
641EE6DB2240C5CA00173FCB /* FBPasteboard.h in Headers */ = {isa = PBXBuildFile; fileRef = 71930C4020662E1F00D3AFEC /* FBPasteboard.h */; };
|
|
278
292
|
641EE6DD2240C5CA00173FCB /* FBDebugLogDelegateDecorator.h in Headers */ = {isa = PBXBuildFile; fileRef = EE7E27181D06C69F001BEC7B /* FBDebugLogDelegateDecorator.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
279
293
|
641EE6DE2240C5CA00173FCB /* XCUIDevice+FBHealthCheck.h in Headers */ = {isa = PBXBuildFile; fileRef = EEDFE11F1D9C06F800E6FFE5 /* XCUIDevice+FBHealthCheck.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
280
294
|
641EE6DF2240C5CA00173FCB /* FBMjpegServer.h in Headers */ = {isa = PBXBuildFile; fileRef = 7155D701211DCEF400166C20 /* FBMjpegServer.h */; };
|
|
281
|
-
641EE6E02240C5CA00173FCB /* XCUIRecorderNodeFinderMatch.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35AD051E3B77D600A02D78 /* XCUIRecorderNodeFinderMatch.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
282
295
|
641EE6E12240C5CA00173FCB /* XCUIApplicationProcess.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACFB1E3B77D600A02D78 /* XCUIApplicationProcess.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
283
296
|
641EE6E22240C5CA00173FCB /* FBW3CActionsSynthesizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 714097491FAE1B51008FB2C5 /* FBW3CActionsSynthesizer.h */; };
|
|
284
297
|
641EE6E32240C5CA00173FCB /* CDStructures.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACA41E3B77D600A02D78 /* CDStructures.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
285
|
-
641EE6E42240C5CA00173FCB /* XCKeyboardLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACC01E3B77D600A02D78 /* XCKeyboardLayout.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
286
|
-
641EE6E52240C5CA00173FCB /* XCTAsyncActivity-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACCA1E3B77D600A02D78 /* XCTAsyncActivity-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
287
|
-
641EE6E62240C5CA00173FCB /* XCActivityRecord.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACB41E3B77D600A02D78 /* XCActivityRecord.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
288
298
|
641EE6E72240C5CA00173FCB /* XCUIElement+FBFind.h in Headers */ = {isa = PBXBuildFile; fileRef = EEBBD4891D47746D00656A81 /* XCUIElement+FBFind.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
289
|
-
641EE6E82240C5CA00173FCB /* XCTestManager_ManagerInterface-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACDD1E3B77D600A02D78 /* XCTestManager_ManagerInterface-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
290
299
|
641EE6E92240C5CA00173FCB /* FBFailureProofTestCase.h in Headers */ = {isa = PBXBuildFile; fileRef = EE6A89381D0B38640083E92B /* FBFailureProofTestCase.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
291
|
-
641EE6EA2240C5CA00173FCB /* XCTTestRunSessionDelegate-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACF21E3B77D600A02D78 /* XCTTestRunSessionDelegate-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
292
|
-
641EE6EB2240C5CA00173FCB /* XCTestCaseSuite.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACD21E3B77D600A02D78 /* XCTestCaseSuite.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
293
|
-
641EE6EC2240C5CA00173FCB /* _XCInternalTestRun.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35AC981E3B77D600A02D78 /* _XCInternalTestRun.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
294
300
|
641EE6ED2240C5CA00173FCB /* FBXPath-Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 712A0C861DA3E55D007D02E5 /* FBXPath-Private.h */; };
|
|
295
|
-
641EE6EE2240C5CA00173FCB /* XCKeyMappingPath.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACC11E3B77D600A02D78 /* XCKeyMappingPath.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
296
301
|
641EE6FC2240C5FD00173FCB /* WebDriverAgentLib_tvOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 641EE6F82240C5CA00173FCB /* WebDriverAgentLib_tvOS.framework */; };
|
|
297
302
|
641EE6FD2240C61D00173FCB /* WebDriverAgentLib_tvOS.framework in Copy frameworks */ = {isa = PBXBuildFile; fileRef = 641EE6F82240C5CA00173FCB /* WebDriverAgentLib_tvOS.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
|
|
298
303
|
641EE7052240CDCF00173FCB /* XCUIElement+FBTVFocuse.h in Headers */ = {isa = PBXBuildFile; fileRef = 641EE7042240CDCF00173FCB /* XCUIElement+FBTVFocuse.h */; };
|
|
@@ -317,7 +322,17 @@
|
|
|
317
322
|
64B2650B228CE4FF002A5025 /* FBTVNavigationTracker-Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 64B26509228CE4FF002A5025 /* FBTVNavigationTracker-Private.h */; };
|
|
318
323
|
64E3502E2AC0B6EB005F3ACB /* NSDictionary+FBUtf8SafeDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = 716F0DA02A16CA1000CDD977 /* NSDictionary+FBUtf8SafeDictionary.m */; };
|
|
319
324
|
64E3502F2AC0B6FE005F3ACB /* NSDictionary+FBUtf8SafeDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 716F0D9F2A16CA1000CDD977 /* NSDictionary+FBUtf8SafeDictionary.h */; };
|
|
325
|
+
653D97915AD965AFFB133093 /* XCTIssueHandling-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = CD4DA0D55FD20614EDA82368 /* XCTIssueHandling-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
326
|
+
66030D36126676CD334588B3 /* XCUIApplicationProcessTracker-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 3238E68F292452D8234153F1 /* XCUIApplicationProcessTracker-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
327
|
+
664471C47B921A09884F5C1F /* XCTMessagingRole_EventSynthesis-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E2F8B9A21359AC98424DDE0 /* XCTMessagingRole_EventSynthesis-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
328
|
+
668B1D9AFF85F0538E738675 /* XCUIElementAttributesPrivate-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EF5BE504321321FB9320C43 /* XCUIElementAttributesPrivate-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
329
|
+
67AFD75FBCD4BFC5424A0956 /* XCTMessagingRole_ActivityReporting-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = EED93C03F27978174C7333C1 /* XCTMessagingRole_ActivityReporting-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
330
|
+
68CF77BE3F4B659BAFC99AF1 /* XCUIDeviceDelayedAttachmentTransferSupportInterface-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C19CEEEC9858A106061D1F8 /* XCUIDeviceDelayedAttachmentTransferSupportInterface-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
331
|
+
6ACEDEB2C16EFA502ED27FC4 /* XCTMeasureOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = B3FDA51EB36F03592BF48762 /* XCTMeasureOptions.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
332
|
+
6B68382176E9918AF3110710 /* XCTMacCatalystStatusProviding-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 42D2B5A0C490D9698C2A87A9 /* XCTMacCatalystStatusProviding-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
320
333
|
6CE6B9FF16CEAB475B764A92 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 9DD3770A67ED561EBE5E443A /* main.m */; };
|
|
334
|
+
6E9672EC1A999619AED1EF4D /* XCTSourceCodeContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 530D925D1492C4DF826B46BB /* XCTSourceCodeContext.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
335
|
+
6EC82BD561787BE315AD369A /* XCTMessagingRole_SiriAutomation-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = FCD1815F2BF21CA0936B04E1 /* XCTMessagingRole_SiriAutomation-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
321
336
|
711084441DA3AA7500F913D6 /* FBXPath.h in Headers */ = {isa = PBXBuildFile; fileRef = 711084421DA3AA7500F913D6 /* FBXPath.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
322
337
|
711084451DA3AA7500F913D6 /* FBXPath.m in Sources */ = {isa = PBXBuildFile; fileRef = 711084431DA3AA7500F913D6 /* FBXPath.m */; };
|
|
323
338
|
7119097C2152580600BA3C7E /* XCUIScreen.h in Headers */ = {isa = PBXBuildFile; fileRef = 7119097B2152580600BA3C7E /* XCUIScreen.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
@@ -433,6 +448,7 @@
|
|
|
433
448
|
7182276E258744C900661B83 /* HTTPErrorResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DC59249131880060D7EB /* HTTPErrorResponse.h */; };
|
|
434
449
|
71822777258744CE00661B83 /* DDNumber.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DC7D249131B00060D7EB /* DDNumber.h */; };
|
|
435
450
|
71822780258744D000661B83 /* DDRange.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DC7B249131B00060D7EB /* DDRange.h */; };
|
|
451
|
+
7182A87F3CAA27F71B624AD2 /* XCTRunnerAutomationSession-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 01AF8E73DD47455B4854E470 /* XCTRunnerAutomationSession-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
436
452
|
718F49C8230844330045FE8B /* FBProtocolHelpersTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 718F49C7230844330045FE8B /* FBProtocolHelpersTests.m */; };
|
|
437
453
|
718F49C923087ACF0045FE8B /* FBProtocolHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 71B155DD23080CA600646AFB /* FBProtocolHelpers.h */; };
|
|
438
454
|
718F49CA23087AD30045FE8B /* FBProtocolHelpers.m in Sources */ = {isa = PBXBuildFile; fileRef = 71B155DE23080CA600646AFB /* FBProtocolHelpers.m */; };
|
|
@@ -539,8 +555,45 @@
|
|
|
539
555
|
71F5BE50252F14EB00EE9EBA /* FBExceptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 71F5BE4D252F14EB00EE9EBA /* FBExceptions.h */; };
|
|
540
556
|
71F5BE51252F14EB00EE9EBA /* FBExceptions.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F5BE4E252F14EB00EE9EBA /* FBExceptions.m */; };
|
|
541
557
|
71F5BE52252F14EB00EE9EBA /* FBExceptions.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F5BE4E252F14EB00EE9EBA /* FBExceptions.m */; };
|
|
558
|
+
727A1A132D139DB3B82808F4 /* XCTFuture.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F044AD574A9837C04F833CB /* XCTFuture.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
542
559
|
72FE28D00A69D335B463C03A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 721E280BFFEFFD40C89277AF /* AppDelegate.m */; };
|
|
560
|
+
7517E1E214BC4492019D61F4 /* XCUIApplicationRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 75438FC693C39052C82C27DB /* XCUIApplicationRegistry.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
561
|
+
757C820973C6603AB68DE0C9 /* XCTTestIdentifierSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E079E00FE148476F94BC42F /* XCTTestIdentifierSet.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
562
|
+
75AE290C7AFD434C65E42834 /* XCUILocation.h in Headers */ = {isa = PBXBuildFile; fileRef = A8230FDD93639CE2E9EFE311 /* XCUILocation.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
563
|
+
75C826873B52331693682180 /* XCTIssue.h in Headers */ = {isa = PBXBuildFile; fileRef = ACB055BCA9CCEAB3DECD1A74 /* XCTIssue.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
564
|
+
76DDBF4B5DD942D2BC898FF6 /* XCTMessagingRole_TestExecution-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 209C65575782ECAA09892D2B /* XCTMessagingRole_TestExecution-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
565
|
+
7738D42AE84269A6963A5610 /* XCTAggregateSuiteRunStatistics.h in Headers */ = {isa = PBXBuildFile; fileRef = 7AA21CEBA6E92AAC73FB6A48 /* XCTAggregateSuiteRunStatistics.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
566
|
+
77E2A6A9EC406845C5E4D58E /* XCTExpectedFailureContextManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9AF0584AD9B6D0A57012C978 /* XCTExpectedFailureContextManager.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
567
|
+
797F7D6C82C038B5CC646C3C /* XCUIRemoteAccessibilityInterface-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DD2F42015E89D253EA57F63 /* XCUIRemoteAccessibilityInterface-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
568
|
+
79B8E6488DCC9A24132C3F07 /* XCTMessagingChannel_IDEToRunner-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B3F8E1F3F489A3A94A61ADB /* XCTMessagingChannel_IDEToRunner-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
569
|
+
7A2822942A7A435177674385 /* XCTMessagingRole_SiriAutomation-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = FCD1815F2BF21CA0936B04E1 /* XCTMessagingRole_SiriAutomation-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
570
|
+
7AF7867A7C01AD420A4B8006 /* XCUIAXNotificationHandling-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = EA96C2FEDE73CB5148BA4949 /* XCUIAXNotificationHandling-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
571
|
+
7B915C6285B9E84989FCB3D9 /* XCTMessagingRole_ScreenRecording-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = F0D85EFE3ACAC48EEE0F8348 /* XCTMessagingRole_ScreenRecording-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
572
|
+
7C9C3C651FB37EC3ED8BC4C1 /* XCTReportingSessionConfiguration-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = E859E58C7C717CB6CD2A80BE /* XCTReportingSessionConfiguration-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
573
|
+
7CB113A4CAF4C22E962E2097 /* XCTSourceCodeContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 530D925D1492C4DF826B46BB /* XCTSourceCodeContext.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
574
|
+
7D2D0CCEF44A91BDB34F5943 /* XCTRuntimeDiagnosticsPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = AD0DDEAB427BA845375C7384 /* XCTRuntimeDiagnosticsPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
575
|
+
7D39CABC61A3F585DEC1E6B1 /* XCUIKnobControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C78201A2212BEA77979F4FF /* XCUIKnobControl.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
576
|
+
7E8A58D4008272867717EC09 /* XCUIElementEventTarget-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DC62BF635704E9C72AF533E /* XCUIElementEventTarget-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
577
|
+
7FFC01A033E0B6345F89CDDC /* XCUIApplicationOpenRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 4AEAD1CF473F6AD60333E9FF /* XCUIApplicationOpenRequest.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
578
|
+
81879CE5BE319B4108442671 /* XCUIApplicationManaging-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 00834B3220005AD5A5ABEF7C /* XCUIApplicationManaging-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
579
|
+
81A1DA56232415B8FC3329E8 /* XCUIApplicationImplReporter-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 221BC403F42F61DDB1F11DD0 /* XCUIApplicationImplReporter-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
580
|
+
84198CB51920B55B0AD0F5B4 /* XCTMessagingRole_UIAutomation-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 92182E4007B37665AB8CD88E /* XCTMessagingRole_UIAutomation-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
581
|
+
887945F48A8D0BBC21EDBC27 /* XCUISiriService.h in Headers */ = {isa = PBXBuildFile; fileRef = 7076779B6AB29D5AAB5E4D33 /* XCUISiriService.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
582
|
+
88EE4275BFBD9207CBD84959 /* XCTIssue.h in Headers */ = {isa = PBXBuildFile; fileRef = ACB055BCA9CCEAB3DECD1A74 /* XCTIssue.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
583
|
+
8935209ECEC079F126FBDFAC /* XCTSkippedTestContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C32C75CC17179B347DF6F78 /* XCTSkippedTestContext.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
584
|
+
8A8D9B0342BC43BEB65749B7 /* XCUILocation.h in Headers */ = {isa = PBXBuildFile; fileRef = A8230FDD93639CE2E9EFE311 /* XCUILocation.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
585
|
+
8CB293E6451EB1A6D1240BAA /* XCTElementSetTransformer-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BA7DD8C206D694B007C7C26 /* XCTElementSetTransformer-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
586
|
+
8F36546FCCCBE918C9088111 /* XCTestCaseDiscoveryUIAutomationDelegate-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = E29888B75A756D1CCD21604C /* XCTestCaseDiscoveryUIAutomationDelegate-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
587
|
+
914D7116A5BF672ACC7F1CE6 /* XCUIInterruptionMonitoring-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 44019CB45CF491B5FDAB8213 /* XCUIInterruptionMonitoring-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
588
|
+
94D6CDC7620D8C6E67BF2E61 /* XCTMessagingChannel_RunnerToIDE-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 100F37231BF17CA9BB91DF16 /* XCTMessagingChannel_RunnerToIDE-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
589
|
+
9709D6A72EB272D0EB6AD51B /* XCTReportingSession.h in Headers */ = {isa = PBXBuildFile; fileRef = CB69A2606052D5979C5A436F /* XCTReportingSession.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
590
|
+
983096F88976030E95E13362 /* XCTWaiterManager-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = CC227321769E70CDF7C2D38F /* XCTWaiterManager-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
543
591
|
9BE258E6A383AF8BCB59C475 /* FBTVFocusIntegrationTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A53731B41356D9B4E723A4D /* FBTVFocusIntegrationTests.m */; };
|
|
592
|
+
9D5C3F3CA977F4F964542F21 /* XCTRepetitionPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = A1291FF806FE75EDE239FE44 /* XCTRepetitionPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
593
|
+
9D806BE84EDEFF2B9BC6F729 /* XCTCapabilities.h in Headers */ = {isa = PBXBuildFile; fileRef = DB5400B170F08C71779CCD0E /* XCTCapabilities.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
594
|
+
9E97481489FB2345F690578E /* XCTMessagingRole_HIDEventRecording-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 94D7F0C1E30FBDB5D2583908 /* XCTMessagingRole_HIDEventRecording-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
595
|
+
A0A7AB48F1A3AEEC70AF92D7 /* XCTMessagingRole_ForcePressureSupportQuerying-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = AA2351C66A4616534FB81AE4 /* XCTMessagingRole_ForcePressureSupportQuerying-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
596
|
+
A14687C1A2FC70A2356B7839 /* XCUIApplicationImplReporter-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 221BC403F42F61DDB1F11DD0 /* XCUIApplicationImplReporter-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
544
597
|
A14CB090646BCB0B50F213CF /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D7DD32943CAC7838F942ED5 /* ViewController.m */; };
|
|
545
598
|
A1B2C3D41F001A00A1B0004 /* XCUIDevice+FBVoiceOver.h in Headers */ = {isa = PBXBuildFile; fileRef = A1B2C3D41F001A00A1B0001 /* XCUIDevice+FBVoiceOver.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
546
599
|
A1B2C3D41F001A00A1B0005 /* XCUIDevice+FBVoiceOver.m in Sources */ = {isa = PBXBuildFile; fileRef = A1B2C3D41F001A00A1B0002 /* XCUIDevice+FBVoiceOver.m */; };
|
|
@@ -548,8 +601,18 @@
|
|
|
548
601
|
A1B2C3D41F001A00A1B0007 /* XCUIDevice+FBVoiceOver.m in Sources */ = {isa = PBXBuildFile; fileRef = A1B2C3D41F001A00A1B0002 /* XCUIDevice+FBVoiceOver.m */; };
|
|
549
602
|
A1B2C3D41F001A00A1B0008 /* FBVoiceOverTests.m in Sources */ = {isa = PBXBuildFile; fileRef = A1B2C3D41F001A00A1B0003 /* FBVoiceOverTests.m */; };
|
|
550
603
|
A1B2C3D4E5F600000000001B /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A1B2C3D4E5F600000000001A /* Assets.xcassets */; };
|
|
604
|
+
A1CB92379D590821A4D15953 /* XCUIRemoteDeviceRunner-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = F2034DFA5DEC7D26F32590EF /* XCUIRemoteDeviceRunner-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
605
|
+
A2D5B2F38D9CBEF9AEF93568 /* XCTTestSelection.h in Headers */ = {isa = PBXBuildFile; fileRef = 42F7AB68482BA168011C52EA /* XCTTestSelection.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
606
|
+
A2DF15998691849E3DFF34FF /* XCTPromise.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CA02992F03AE1E134F2CAF5 /* XCTPromise.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
607
|
+
A35E3A923D45D0474AE04949 /* XCUIApplicationPlatformServicesProviderDelegate-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 63FB001C1E84011C0096E5D8 /* XCUIApplicationPlatformServicesProviderDelegate-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
608
|
+
A5B1AF65212923D21E54560E /* XCUIButtonConsole.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E09842154A44874C4E9CA01 /* XCUIButtonConsole.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
609
|
+
A72A8752161D64BDB5290703 /* XCUISystem.h in Headers */ = {isa = PBXBuildFile; fileRef = DE39D4384E531299FAA143F7 /* XCUISystem.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
610
|
+
A95AE6DC8C54B7E2C3CB2570 /* XCTMessagingRole_SelfDiagnosisIssueReporting-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 74AA57E9A81B1B0515CB587F /* XCTMessagingRole_SelfDiagnosisIssueReporting-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
611
|
+
A967F44C38E10C0295AD08FF /* XCTMessagingRole_CapabilityExchange-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 62A682C55077710D1D90ABC3 /* XCTMessagingRole_CapabilityExchange-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
551
612
|
AAA213E600F40AB7F43D1015 /* WebDriverAgentLib_tvOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 641EE6F82240C5CA00173FCB /* WebDriverAgentLib_tvOS.framework */; };
|
|
552
613
|
AABBCCDDEEFF001122334457 /* SceneDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = AABBCCDDEEFF001122334456 /* SceneDelegate.m */; };
|
|
614
|
+
AB126E96C642B235EE02B4F1 /* _XCTestObservationPrivate-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = C840A8703A7C8D48897E158A /* _XCTestObservationPrivate-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
615
|
+
AC8CA9AA80C6ECF4D1405F25 /* XCTMemoryCheckerDelegate-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EEB78C32D7E6DD6E4EBCD26 /* XCTMemoryCheckerDelegate-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
553
616
|
ACA7E8FE7C086A9A6EF7CFDF /* SceneDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F719C2804F6473A9C4D3090 /* SceneDelegate.h */; };
|
|
554
617
|
AD35D06C1CF1C35500870A75 /* WebDriverAgentLib.framework in Copy frameworks */ = {isa = PBXBuildFile; fileRef = EE158A991CBD452B00A3E3F0 /* WebDriverAgentLib.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
|
|
555
618
|
AD6C26941CF2379700F8B5FF /* FBAlert.h in Headers */ = {isa = PBXBuildFile; fileRef = AD6C26921CF2379700F8B5FF /* FBAlert.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
@@ -563,20 +626,75 @@
|
|
|
563
626
|
AD8D96F21D3C12990061268E /* WebDriverAgentLib.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EE158A991CBD452B00A3E3F0 /* WebDriverAgentLib.framework */; };
|
|
564
627
|
ADBC39941D0782CD00327304 /* FBElementCacheTests.m in Sources */ = {isa = PBXBuildFile; fileRef = ADBC39931D0782CD00327304 /* FBElementCacheTests.m */; };
|
|
565
628
|
ADBC39981D07842800327304 /* XCUIElementDouble.m in Sources */ = {isa = PBXBuildFile; fileRef = ADBC39971D07842800327304 /* XCUIElementDouble.m */; };
|
|
629
|
+
ADD8ADAEA11DD09BE99F72B1 /* XCTElementSnapshotAttributeDataSource-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 38E3FC945B8BF6F6AFD73EE7 /* XCTElementSnapshotAttributeDataSource-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
566
630
|
ADDA07241D6BB2BF001700AC /* FBScrollViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = ADDA07231D6BB2BF001700AC /* FBScrollViewController.m */; };
|
|
631
|
+
ADE8BF2FC2056E7FD579FAB3 /* XCTMessagingRole_UserPresence-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 036CD60C5DFA1644E3D51289 /* XCTMessagingRole_UserPresence-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
567
632
|
ADEF63AF1D09DEBE0070A7E3 /* FBRuntimeUtilsTests.m in Sources */ = {isa = PBXBuildFile; fileRef = ADEF63AE1D09DEBE0070A7E3 /* FBRuntimeUtilsTests.m */; };
|
|
633
|
+
AEA08D6963D0F969992A56C3 /* XCTMemoryChecker.h in Headers */ = {isa = PBXBuildFile; fileRef = AFD7929A5F0B45397F0D64CB /* XCTMemoryChecker.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
634
|
+
AF13E087AA2FF233A495CD0A /* XCUIResetAuthorizationStatusOfProtectedResourcesInterface-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A0B17F41E4461BBD09A2962 /* XCUIResetAuthorizationStatusOfProtectedResourcesInterface-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
635
|
+
AF718FF9F916429C65A2FD11 /* XCTRuntimeIssueDetectionPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = B98A9F937EF98D6359FCCC7A /* XCTRuntimeIssueDetectionPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
636
|
+
B20597D3E9290B4E9ACB812B /* XCTReportingSessionIssueReporter-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 525D62A58488A52AA1BFE94A /* XCTReportingSessionIssueReporter-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
568
637
|
B316351C2DDF0CF5007D9317 /* FBAccessibilityTraits.m in Sources */ = {isa = PBXBuildFile; fileRef = B316351B2DDF0CF5007D9317 /* FBAccessibilityTraits.m */; };
|
|
569
638
|
B316351D2DDF0CF5007D9317 /* FBAccessibilityTraits.m in Sources */ = {isa = PBXBuildFile; fileRef = B316351B2DDF0CF5007D9317 /* FBAccessibilityTraits.m */; };
|
|
570
639
|
B316351F2DDF0D0B007D9317 /* FBAccessibilityTraits.h in Headers */ = {isa = PBXBuildFile; fileRef = B316351E2DDF0D0B007D9317 /* FBAccessibilityTraits.h */; };
|
|
571
640
|
B31635202DDF0D0B007D9317 /* FBAccessibilityTraits.h in Headers */ = {isa = PBXBuildFile; fileRef = B316351E2DDF0D0B007D9317 /* FBAccessibilityTraits.h */; };
|
|
572
641
|
B63FBAF7421417011D724B6F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 722E62C63348A451A351524B /* Foundation.framework */; };
|
|
642
|
+
B6AB97EF303CCF15017EB07A /* XCUIApplicationProcessDelegate-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 43FCB89739438814F43BCA24 /* XCUIApplicationProcessDelegate-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
643
|
+
B7D20D145132B8DBE1027475 /* XCTElementSnapshotProvider-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = EC8B17452E38AA1AE03AE251 /* XCTElementSnapshotProvider-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
644
|
+
BBB48B112970D60C5DBF4A79 /* XCUIElementTypeQueryProvider_Private-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = AF208CBAC82CDFF8B6F88867 /* XCUIElementTypeQueryProvider_Private-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
645
|
+
BBBF2A41BA8B763552FCC5BD /* XCTMessagingChannel_RunnerToDaemon-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = A2793FE9DE63C687BB6E2D37 /* XCTMessagingChannel_RunnerToDaemon-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
646
|
+
BC91E1DAF79A56CFC4A77D6E /* XCTReportingSessionTestReporter.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D6B33F48F089C945641DB3F /* XCTReportingSessionTestReporter.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
647
|
+
BCC63D234BBBA7F8BF8E953D /* XCTRepetitionPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = A1291FF806FE75EDE239FE44 /* XCTRepetitionPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
648
|
+
BE63FC311D9DD0A98874568B /* XCUIApplicationManaging-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 00834B3220005AD5A5ABEF7C /* XCUIApplicationManaging-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
649
|
+
BEA2BBF8D2DB363E141B3BD3 /* XCUIIssueDiagnosticsProviding-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 55B3452AB887CADB7AD757A4 /* XCUIIssueDiagnosticsProviding-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
650
|
+
BF9B191D841681A571BAFED1 /* _XCTestObservationPrivate-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = C840A8703A7C8D48897E158A /* _XCTestObservationPrivate-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
651
|
+
BFF5D9B9446DD542E5D6017D /* XCTTagSelection.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E2092D85A7C691F157B1971 /* XCTTagSelection.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
652
|
+
C040AE5F2E3B934E8EEAEE0F /* XCUIApplicationProcessDelegate-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 43FCB89739438814F43BCA24 /* XCUIApplicationProcessDelegate-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
653
|
+
C07F140AF96143A0A5CAA2B0 /* XCTestCaseDiscoveryUIAutomationDelegate-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = E29888B75A756D1CCD21604C /* XCTestCaseDiscoveryUIAutomationDelegate-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
654
|
+
C1414C29C836902466C4D6DB /* XCTestCastMethodNamesUIAutomationDelegate-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = A80A1C12FA9899367D316E8C /* XCTestCastMethodNamesUIAutomationDelegate-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
655
|
+
C14FD6933C5E978E7E54F44D /* XCTMessagingRole_BundleRequesting-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = C928E94CBC13E262D818C28E /* XCTMessagingRole_BundleRequesting-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
656
|
+
C1ACCF2EAF1C402FDF4FEFFD /* XCTMessagingRole_PerformanceMeasurementReporting-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B650ADFEEA2369A10F6C1F1 /* XCTMessagingRole_PerformanceMeasurementReporting-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
657
|
+
C22CA4AEE1C7395AE82B3BD3 /* XCTMessagingRole_PerformanceMeasurementReporting-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B650ADFEEA2369A10F6C1F1 /* XCTMessagingRole_PerformanceMeasurementReporting-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
658
|
+
C3A3578B56BF260A77EB1ECF /* XCUIAlertMonitoring-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = DB5797DE5A0B4E7EE3D166F7 /* XCUIAlertMonitoring-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
659
|
+
C3E6942879518EC529341A25 /* XCTRemoteSignpostListenerProxy-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E47AA1A44A4A3C6EDCB6804 /* XCTRemoteSignpostListenerProxy-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
660
|
+
C3FAD491D46BA2655FDD5861 /* XCUIDeviceAutomationModeInterface-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CF2F53B94CC13C628FC7760 /* XCUIDeviceAutomationModeInterface-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
661
|
+
C47007FD2047EBF580060870 /* XCTMessagingChannel_RunnerToDaemon-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = A2793FE9DE63C687BB6E2D37 /* XCTMessagingChannel_RunnerToDaemon-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
662
|
+
C4FA6AE56892A53972967885 /* XCUIElementTypeQueryProvider_Private-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = AF208CBAC82CDFF8B6F88867 /* XCUIElementTypeQueryProvider_Private-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
663
|
+
C6D271F7B0C019C71E4C44FB /* XCTMessagingRole_EventSynthesis-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E2F8B9A21359AC98424DDE0 /* XCTMessagingRole_EventSynthesis-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
664
|
+
C6E2082385DCBBF0D9E5F1DC /* XCTMessagingRole_CapabilityExchange-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 62A682C55077710D1D90ABC3 /* XCTMessagingRole_CapabilityExchange-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
665
|
+
C7FF31C5247498FC5A1C2BE9 /* XCTIssueHandling-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = CD4DA0D55FD20614EDA82368 /* XCTIssueHandling-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
666
|
+
C8350994D5FE05F8BE659171 /* XCTSignpostListener-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F9351F7A43851CA5DFF47CD /* XCTSignpostListener-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
573
667
|
C845206222D5E79400EA68CB /* FBUnattachedAppLauncher.h in Headers */ = {isa = PBXBuildFile; fileRef = C8FB547722D4C1FC00B69954 /* FBUnattachedAppLauncher.h */; };
|
|
574
668
|
C845206322D5E79700EA68CB /* FBUnattachedAppLauncher.m in Sources */ = {isa = PBXBuildFile; fileRef = C8FB547822D4C1FC00B69954 /* FBUnattachedAppLauncher.m */; };
|
|
669
|
+
C88484A3F4ADEB3ECD16650E /* XCUIApplicationMonitor-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 100F88CC697C688B7444D5BB /* XCUIApplicationMonitor-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
575
670
|
C8FB547422D3949C00B69954 /* LSApplicationWorkspace.h in Headers */ = {isa = PBXBuildFile; fileRef = C8FB547322D3949C00B69954 /* LSApplicationWorkspace.h */; };
|
|
576
671
|
C8FB547922D4C1FC00B69954 /* FBUnattachedAppLauncher.h in Headers */ = {isa = PBXBuildFile; fileRef = C8FB547722D4C1FC00B69954 /* FBUnattachedAppLauncher.h */; };
|
|
577
672
|
C8FB547A22D4C1FC00B69954 /* FBUnattachedAppLauncher.m in Sources */ = {isa = PBXBuildFile; fileRef = C8FB547822D4C1FC00B69954 /* FBUnattachedAppLauncher.m */; };
|
|
673
|
+
CA1E428789B0D9CB9C874133 /* XCUIKnobControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C78201A2212BEA77979F4FF /* XCUIKnobControl.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
674
|
+
CAA29EF94D29713540C57528 /* XCUIInterruptionMonitoring-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 44019CB45CF491B5FDAB8213 /* XCUIInterruptionMonitoring-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
578
675
|
CB1BAB30928B638B300B4477 /* FBXCAccessibilityElementDouble.m in Sources */ = {isa = PBXBuildFile; fileRef = 16223B3E144418CC980D160E /* FBXCAccessibilityElementDouble.m */; };
|
|
676
|
+
CC8FE434CEB79CCB5FB9961A /* XCTMessagingChannel_IDEToRunner-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B3F8E1F3F489A3A94A61ADB /* XCTMessagingChannel_IDEToRunner-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
677
|
+
CE4ACC757D04A9662BC1D2D0 /* XCTMessagingRole_AttachmentFutureResultStatusUpdating-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 10FBCE8B3A419B970DB7A5CE /* XCTMessagingRole_AttachmentFutureResultStatusUpdating-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
678
|
+
CF063E3902F2FF73D65CAAA9 /* XCUIAXNotificationHandling-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = EA96C2FEDE73CB5148BA4949 /* XCUIAXNotificationHandling-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
679
|
+
D02E19924A93582C7F4F80AF /* _TtC10XCTestCore19XCTReportingContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DFEF3D0F3F006AC53F9E525 /* _TtC10XCTestCore19XCTReportingContext.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
680
|
+
D101B194EE49F32110C394FD /* NSFastEnumeration-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 58156929D12ADE7DFE10116F /* NSFastEnumeration-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
681
|
+
D227087A470351BB2BD58376 /* XCTWaiterWait.h in Headers */ = {isa = PBXBuildFile; fileRef = 8566F4674B2CF640A678C952 /* XCTWaiterWait.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
682
|
+
D234E390A449065FA22F28EF /* XCUIAccessibilityInterface-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = D47DD8BF27FE639742EA2E3E /* XCUIAccessibilityInterface-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
683
|
+
D2A463EE081CED34AA988123 /* XCTTestIdentifierSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E079E00FE148476F94BC42F /* XCTTestIdentifierSet.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
684
|
+
D42BE4D9C5231F13BD465DBD /* XCTWaiterManager-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = CC227321769E70CDF7C2D38F /* XCTWaiterManager-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
685
|
+
D62A8FB1FC7E22F8915C845B /* XCTMessagingRole_ActivityReporting-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = EED93C03F27978174C7333C1 /* XCTMessagingRole_ActivityReporting-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
686
|
+
D9D6F0D054AF1BDAAFD0E667 /* XCUIXcodeApplicationManaging-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 30ABCB5051B826025F77E360 /* XCUIXcodeApplicationManaging-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
687
|
+
DAFD9ED6842CE53DBAF9F8EB /* XCTMessagingRole_DebugLogging-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 471DF7EE3C63C3069FB9D40D /* XCTMessagingRole_DebugLogging-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
688
|
+
DBD3777FD8EAD997F04F52A2 /* XCTMessagingRole_ProcessMonitoring-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = B43D656732067585371ADD31 /* XCTMessagingRole_ProcessMonitoring-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
579
689
|
DE75F01A64FBC6A58012E6B4 /* FBXCElementSnapshotDouble.m in Sources */ = {isa = PBXBuildFile; fileRef = F46F78706C5157469122F730 /* FBXCElementSnapshotDouble.m */; };
|
|
690
|
+
DF0FF8388E4C4CFDD1746BF7 /* XCTRunnerIDESessionDelegate-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A5EC96F8F1C3888B9E24FAA /* XCTRunnerIDESessionDelegate-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
691
|
+
DFC01347FC6A5308D5C6765D /* XCTMessagingRole_MemoryTesting-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 13D863EAE7F6F8B7E42D99B9 /* XCTMessagingRole_MemoryTesting-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
692
|
+
E19946F12AD25E3EFFD89A36 /* XCTAggregateSuiteRunStatistics.h in Headers */ = {isa = PBXBuildFile; fileRef = 7AA21CEBA6E92AAC73FB6A48 /* XCTAggregateSuiteRunStatistics.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
693
|
+
E1E21D96BC2347D9AC01269D /* XCUIApplicationProcessTracker-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 3238E68F292452D8234153F1 /* XCUIApplicationProcessTracker-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
694
|
+
E1F9DBCDED4574CBF53450BE /* XCUIApplicationAutomationSessionProviding-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 603D97F0F9A5B9D4E6442BF2 /* XCUIApplicationAutomationSessionProviding-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
695
|
+
E29A0688606C24973775C64D /* XCTTestIdentifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 831F292661C60B68B557F14D /* XCTTestIdentifier.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
696
|
+
E2D4264AE37BE5A1EDEA72AF /* XCTReportingSessionTestContainer-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = D5D58975822CD58C8FEF7FEB /* XCTReportingSessionTestContainer-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
697
|
+
E2EEFB9B3D049FB31AF1CFF4 /* XCUISiriService.h in Headers */ = {isa = PBXBuildFile; fileRef = 7076779B6AB29D5AAB5E4D33 /* XCUISiriService.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
580
698
|
E444DC65249131890060D7EB /* HTTPErrorResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DC59249131880060D7EB /* HTTPErrorResponse.h */; };
|
|
581
699
|
E444DC67249131890060D7EB /* HTTPDataResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = E444DC5B249131880060D7EB /* HTTPDataResponse.m */; };
|
|
582
700
|
E444DC6C249131890060D7EB /* HTTPDataResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = E444DC60249131890060D7EB /* HTTPDataResponse.h */; };
|
|
@@ -618,7 +736,17 @@
|
|
|
618
736
|
E444DCD224917A5E0060D7EB /* HTTPErrorResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = E444DC61249131890060D7EB /* HTTPErrorResponse.m */; };
|
|
619
737
|
E444DCD424917A5E0060D7EB /* DDNumber.m in Sources */ = {isa = PBXBuildFile; fileRef = E444DC7F249131B00060D7EB /* DDNumber.m */; };
|
|
620
738
|
E444DCD624917A5E0060D7EB /* DDRange.m in Sources */ = {isa = PBXBuildFile; fileRef = E444DC7E249131B00060D7EB /* DDRange.m */; };
|
|
739
|
+
E571286CBEA891946EED7C70 /* XCTSourceCodeLocation.h in Headers */ = {isa = PBXBuildFile; fileRef = 81BB54ECBFB5B7B680BB5D4F /* XCTSourceCodeLocation.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
740
|
+
E78F581F8E7530B24AC31A8B /* XCTMessagingRole_UIAutomation-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 92182E4007B37665AB8CD88E /* XCTMessagingRole_UIAutomation-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
741
|
+
E8E894CD81C41AC4467A4F4C /* XCTCapabilities.h in Headers */ = {isa = PBXBuildFile; fileRef = DB5400B170F08C71779CCD0E /* XCTCapabilities.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
742
|
+
E8E917CF8B3ADB4F24CD0B96 /* _TtC10XCTestCore19XCTReportingContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DFEF3D0F3F006AC53F9E525 /* _TtC10XCTestCore19XCTReportingContext.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
743
|
+
E951C9DC61A9C5B886B758C7 /* XCTSourceCodeLocation.h in Headers */ = {isa = PBXBuildFile; fileRef = 81BB54ECBFB5B7B680BB5D4F /* XCTSourceCodeLocation.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
744
|
+
E974ABEF5CF3E0EF12867E4B /* XCUIApplicationProcessManaging-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C710FE3AB9E9C22BD2A9E84 /* XCUIApplicationProcessManaging-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
745
|
+
E9BF93350E324F63CF400B58 /* XCTSkippedTestContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C32C75CC17179B347DF6F78 /* XCTSkippedTestContext.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
746
|
+
E9D0AEDEF6071D720A134E36 /* XCTestCaseUIAutomationDelegate-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 49D8AC825D239A4A1D834F62 /* XCTestCaseUIAutomationDelegate-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
747
|
+
E9EC95AE6425FDB4048F050F /* XCTTestSelection.h in Headers */ = {isa = PBXBuildFile; fileRef = 42F7AB68482BA168011C52EA /* XCTTestSelection.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
621
748
|
ECC4ABB5477FBA3D442559B1 /* AppDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 242FCA9DD0E30D748E0A1969 /* AppDelegate.h */; };
|
|
749
|
+
EDF7C92DC3B9860FC08BE3DC /* XCTFuture.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F044AD574A9837C04F833CB /* XCTFuture.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
622
750
|
EE006EAD1EB99B15006900A4 /* FBElementVisibilityTests.m in Sources */ = {isa = PBXBuildFile; fileRef = EE006EAC1EB99B15006900A4 /* FBElementVisibilityTests.m */; };
|
|
623
751
|
EE05BAFA1D13003C00A3EB00 /* FBKeyboardTests.m in Sources */ = {isa = PBXBuildFile; fileRef = EE05BAF91D13003C00A3EB00 /* FBKeyboardTests.m */; };
|
|
624
752
|
EE0D1F611EBCDCF7006A3123 /* NSString+FBVisualLength.h in Headers */ = {isa = PBXBuildFile; fileRef = EE0D1F5F1EBCDCF7006A3123 /* NSString+FBVisualLength.h */; };
|
|
@@ -685,105 +813,34 @@
|
|
|
685
813
|
EE2202171ECC612200A29571 /* WebDriverAgentLib.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EE158A991CBD452B00A3E3F0 /* WebDriverAgentLib.framework */; };
|
|
686
814
|
EE22021E1ECC618900A29571 /* FBTapTest.m in Sources */ = {isa = PBXBuildFile; fileRef = EE26409A1D0EB5E8009BE6B0 /* FBTapTest.m */; };
|
|
687
815
|
EE26409D1D0EBA25009BE6B0 /* FBElementAttributeTests.m in Sources */ = {isa = PBXBuildFile; fileRef = EE26409C1D0EBA25009BE6B0 /* FBElementAttributeTests.m */; };
|
|
688
|
-
EE35AD091E3B77D600A02D78 /* _XCInternalTestRun.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35AC981E3B77D600A02D78 /* _XCInternalTestRun.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
689
|
-
EE35AD0A1E3B77D600A02D78 /* _XCKVOExpectationImplementation.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35AC991E3B77D600A02D78 /* _XCKVOExpectationImplementation.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
690
|
-
EE35AD0B1E3B77D600A02D78 /* _XCTDarwinNotificationExpectationImplementation.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35AC9A1E3B77D600A02D78 /* _XCTDarwinNotificationExpectationImplementation.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
691
|
-
EE35AD0C1E3B77D600A02D78 /* _XCTestCaseImplementation.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35AC9B1E3B77D600A02D78 /* _XCTestCaseImplementation.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
692
|
-
EE35AD0D1E3B77D600A02D78 /* _XCTestCaseInterruptionException.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35AC9C1E3B77D600A02D78 /* _XCTestCaseInterruptionException.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
693
|
-
EE35AD0E1E3B77D600A02D78 /* _XCTestExpectationImplementation.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35AC9D1E3B77D600A02D78 /* _XCTestExpectationImplementation.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
694
|
-
EE35AD0F1E3B77D600A02D78 /* _XCTestImplementation.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35AC9E1E3B77D600A02D78 /* _XCTestImplementation.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
695
|
-
EE35AD101E3B77D600A02D78 /* _XCTestObservationCenterImplementation.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35AC9F1E3B77D600A02D78 /* _XCTestObservationCenterImplementation.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
696
|
-
EE35AD111E3B77D600A02D78 /* _XCTestSuiteImplementation.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACA01E3B77D600A02D78 /* _XCTestSuiteImplementation.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
697
|
-
EE35AD121E3B77D600A02D78 /* _XCTNSNotificationExpectationImplementation.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACA11E3B77D600A02D78 /* _XCTNSNotificationExpectationImplementation.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
698
|
-
EE35AD131E3B77D600A02D78 /* _XCTNSPredicateExpectationImplementation.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACA21E3B77D600A02D78 /* _XCTNSPredicateExpectationImplementation.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
699
|
-
EE35AD141E3B77D600A02D78 /* _XCTWaiterImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACA31E3B77D600A02D78 /* _XCTWaiterImpl.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
700
816
|
EE35AD151E3B77D600A02D78 /* CDStructures.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACA41E3B77D600A02D78 /* CDStructures.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
701
|
-
EE35AD1C1E3B77D600A02D78 /* NSString-XCTAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACAB1E3B77D600A02D78 /* NSString-XCTAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
702
|
-
EE35AD1D1E3B77D600A02D78 /* NSValue-XCTestAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACAC1E3B77D600A02D78 /* NSValue-XCTestAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
703
|
-
EE35AD1E1E3B77D600A02D78 /* UIGestureRecognizer-RecordingAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACAD1E3B77D600A02D78 /* UIGestureRecognizer-RecordingAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
704
|
-
EE35AD1F1E3B77D600A02D78 /* UILongPressGestureRecognizer-RecordingAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACAE1E3B77D600A02D78 /* UILongPressGestureRecognizer-RecordingAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
705
|
-
EE35AD201E3B77D600A02D78 /* UIPanGestureRecognizer-RecordingAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACAF1E3B77D600A02D78 /* UIPanGestureRecognizer-RecordingAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
706
|
-
EE35AD211E3B77D600A02D78 /* UIPinchGestureRecognizer-RecordingAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACB01E3B77D600A02D78 /* UIPinchGestureRecognizer-RecordingAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
707
|
-
EE35AD221E3B77D600A02D78 /* UISwipeGestureRecognizer-RecordingAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACB11E3B77D600A02D78 /* UISwipeGestureRecognizer-RecordingAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
708
|
-
EE35AD231E3B77D600A02D78 /* UITapGestureRecognizer-RecordingAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACB21E3B77D600A02D78 /* UITapGestureRecognizer-RecordingAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
709
|
-
EE35AD251E3B77D600A02D78 /* XCActivityRecord.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACB41E3B77D600A02D78 /* XCActivityRecord.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
710
|
-
EE35AD261E3B77D600A02D78 /* XCApplicationMonitor_iOS.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACB51E3B77D600A02D78 /* XCApplicationMonitor_iOS.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
711
|
-
EE35AD271E3B77D600A02D78 /* XCApplicationMonitor.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACB61E3B77D600A02D78 /* XCApplicationMonitor.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
712
817
|
EE35AD281E3B77D600A02D78 /* XCApplicationQuery.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACB71E3B77D600A02D78 /* XCApplicationQuery.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
713
818
|
EE35AD291E3B77D600A02D78 /* XCAXClient_iOS.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACB81E3B77D600A02D78 /* XCAXClient_iOS.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
714
819
|
EE35AD2A1E3B77D600A02D78 /* XCDebugLogDelegate-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACB91E3B77D600A02D78 /* XCDebugLogDelegate-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
715
|
-
EE35AD2E1E3B77D600A02D78 /* XCEventGenerator.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACBD1E3B77D600A02D78 /* XCEventGenerator.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
716
|
-
EE35AD2F1E3B77D600A02D78 /* XCKeyboardInputSolver.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACBE1E3B77D600A02D78 /* XCKeyboardInputSolver.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
717
|
-
EE35AD301E3B77D600A02D78 /* XCKeyboardKeyMap.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACBF1E3B77D600A02D78 /* XCKeyboardKeyMap.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
718
|
-
EE35AD311E3B77D600A02D78 /* XCKeyboardLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACC01E3B77D600A02D78 /* XCKeyboardLayout.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
719
|
-
EE35AD321E3B77D600A02D78 /* XCKeyMappingPath.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACC11E3B77D600A02D78 /* XCKeyMappingPath.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
720
820
|
EE35AD331E3B77D600A02D78 /* XCPointerEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACC21E3B77D600A02D78 /* XCPointerEvent.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
721
821
|
EE35AD341E3B77D600A02D78 /* XCPointerEventPath.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACC31E3B77D600A02D78 /* XCPointerEventPath.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
722
|
-
EE35AD351E3B77D600A02D78 /* XCSourceCodeRecording.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACC41E3B77D600A02D78 /* XCSourceCodeRecording.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
723
|
-
EE35AD361E3B77D600A02D78 /* XCSourceCodeTreeNode.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACC51E3B77D600A02D78 /* XCSourceCodeTreeNode.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
724
|
-
EE35AD371E3B77D600A02D78 /* XCSourceCodeTreeNodeEnumerator.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACC61E3B77D600A02D78 /* XCSourceCodeTreeNodeEnumerator.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
725
|
-
EE35AD381E3B77D600A02D78 /* XCSymbolicationRecord.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACC71E3B77D600A02D78 /* XCSymbolicationRecord.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
726
|
-
EE35AD391E3B77D600A02D78 /* XCSymbolicatorHolder.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACC81E3B77D600A02D78 /* XCSymbolicatorHolder.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
727
822
|
EE35AD3A1E3B77D600A02D78 /* XCSynthesizedEventRecord.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACC91E3B77D600A02D78 /* XCSynthesizedEventRecord.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
728
|
-
EE35AD3B1E3B77D600A02D78 /* XCTAsyncActivity-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACCA1E3B77D600A02D78 /* XCTAsyncActivity-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
729
|
-
EE35AD3C1E3B77D600A02D78 /* XCTAsyncActivity.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACCB1E3B77D600A02D78 /* XCTAsyncActivity.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
730
|
-
EE35AD3D1E3B77D600A02D78 /* XCTAutomationTarget-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACCC1E3B77D600A02D78 /* XCTAutomationTarget-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
731
|
-
EE35AD3E1E3B77D600A02D78 /* XCTAXClient-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACCD1E3B77D600A02D78 /* XCTAXClient-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
732
|
-
EE35AD3F1E3B77D600A02D78 /* XCTDarwinNotificationExpectation.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACCE1E3B77D600A02D78 /* XCTDarwinNotificationExpectation.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
733
823
|
EE35AD401E3B77D600A02D78 /* XCTest.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACCF1E3B77D600A02D78 /* XCTest.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
734
824
|
EE35AD411E3B77D600A02D78 /* XCTestCase.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACD01E3B77D600A02D78 /* XCTestCase.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
735
825
|
EE35AD421E3B77D600A02D78 /* XCTestCaseRun.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACD11E3B77D600A02D78 /* XCTestCaseRun.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
736
|
-
EE35AD431E3B77D600A02D78 /* XCTestCaseSuite.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACD21E3B77D600A02D78 /* XCTestCaseSuite.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
737
826
|
EE35AD441E3B77D600A02D78 /* XCTestConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACD31E3B77D600A02D78 /* XCTestConfiguration.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
738
|
-
EE35AD451E3B77D600A02D78 /* XCTestContext.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACD41E3B77D600A02D78 /* XCTestContext.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
739
|
-
EE35AD461E3B77D600A02D78 /* XCTestContextScope.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACD51E3B77D600A02D78 /* XCTestContextScope.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
740
827
|
EE35AD471E3B77D600A02D78 /* XCTestDriver.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACD61E3B77D600A02D78 /* XCTestDriver.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
741
|
-
EE35AD481E3B77D600A02D78 /* XCTestDriverInterface-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACD71E3B77D600A02D78 /* XCTestDriverInterface-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
742
828
|
EE35AD491E3B77D600A02D78 /* XCTestExpectation.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACD81E3B77D600A02D78 /* XCTestExpectation.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
743
829
|
EE35AD4A1E3B77D600A02D78 /* XCTestExpectationDelegate-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACD91E3B77D600A02D78 /* XCTestExpectationDelegate-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
744
|
-
EE35AD4B1E3B77D600A02D78 /* XCTestExpectationWaiter.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACDA1E3B77D600A02D78 /* XCTestExpectationWaiter.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
745
|
-
EE35AD4C1E3B77D600A02D78 /* XCTestLog.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACDB1E3B77D600A02D78 /* XCTestLog.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
746
|
-
EE35AD4D1E3B77D600A02D78 /* XCTestManager_IDEInterface-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACDC1E3B77D600A02D78 /* XCTestManager_IDEInterface-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
747
|
-
EE35AD4E1E3B77D600A02D78 /* XCTestManager_ManagerInterface-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACDD1E3B77D600A02D78 /* XCTestManager_ManagerInterface-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
748
|
-
EE35AD4F1E3B77D600A02D78 /* XCTestManager_TestsInterface-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACDE1E3B77D600A02D78 /* XCTestManager_TestsInterface-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
749
|
-
EE35AD501E3B77D600A02D78 /* XCTestMisuseObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACDF1E3B77D600A02D78 /* XCTestMisuseObserver.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
750
|
-
EE35AD511E3B77D600A02D78 /* XCTestObservation-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACE01E3B77D600A02D78 /* XCTestObservation-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
751
830
|
EE35AD521E3B77D600A02D78 /* XCTestObservationCenter.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACE11E3B77D600A02D78 /* XCTestObservationCenter.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
752
|
-
EE35AD531E3B77D600A02D78 /* XCTestObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACE21E3B77D600A02D78 /* XCTestObserver.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
753
|
-
EE35AD541E3B77D600A02D78 /* XCTestProbe.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACE31E3B77D600A02D78 /* XCTestProbe.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
754
831
|
EE35AD551E3B77D600A02D78 /* XCTestRun.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACE41E3B77D600A02D78 /* XCTestRun.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
755
|
-
EE35AD561E3B77D600A02D78 /* XCTestSuite.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACE51E3B77D600A02D78 /* XCTestSuite.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
756
|
-
EE35AD571E3B77D600A02D78 /* XCTestSuiteRun.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACE61E3B77D600A02D78 /* XCTestSuiteRun.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
757
|
-
EE35AD581E3B77D600A02D78 /* XCTestWaiter.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACE71E3B77D600A02D78 /* XCTestWaiter.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
758
|
-
EE35AD591E3B77D600A02D78 /* XCTKVOExpectation.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACE81E3B77D600A02D78 /* XCTKVOExpectation.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
759
|
-
EE35AD5A1E3B77D600A02D78 /* XCTMetric.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACE91E3B77D600A02D78 /* XCTMetric.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
760
|
-
EE35AD5B1E3B77D600A02D78 /* XCTNSNotificationExpectation.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACEA1E3B77D600A02D78 /* XCTNSNotificationExpectation.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
761
|
-
EE35AD5C1E3B77D600A02D78 /* XCTNSPredicateExpectation.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACEB1E3B77D600A02D78 /* XCTNSPredicateExpectation.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
762
832
|
EE35AD5D1E3B77D600A02D78 /* XCTNSPredicateExpectationObject-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACEC1E3B77D600A02D78 /* XCTNSPredicateExpectationObject-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
763
|
-
EE35AD5F1E3B77D600A02D78 /* XCTRunnerAutomationSession.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACEE1E3B77D600A02D78 /* XCTRunnerAutomationSession.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
764
833
|
EE35AD601E3B77D600A02D78 /* XCTRunnerDaemonSession.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACEF1E3B77D600A02D78 /* XCTRunnerDaemonSession.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
765
834
|
EE35AD611E3B77D600A02D78 /* XCTRunnerIDESession.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACF01E3B77D600A02D78 /* XCTRunnerIDESession.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
766
|
-
EE35AD621E3B77D600A02D78 /* XCTTestRunSession.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACF11E3B77D600A02D78 /* XCTTestRunSession.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
767
|
-
EE35AD631E3B77D600A02D78 /* XCTTestRunSessionDelegate-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACF21E3B77D600A02D78 /* XCTTestRunSessionDelegate-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
768
|
-
EE35AD641E3B77D600A02D78 /* XCTUIApplicationMonitor-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACF31E3B77D600A02D78 /* XCTUIApplicationMonitor-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
769
835
|
EE35AD651E3B77D600A02D78 /* XCTWaiter.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACF41E3B77D600A02D78 /* XCTWaiter.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
770
|
-
EE35AD661E3B77D600A02D78 /* XCTWaiterDelegate-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACF51E3B77D600A02D78 /* XCTWaiterDelegate-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
771
|
-
EE35AD671E3B77D600A02D78 /* XCTWaiterDelegatePrivate-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACF61E3B77D600A02D78 /* XCTWaiterDelegatePrivate-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
772
836
|
EE35AD681E3B77D600A02D78 /* XCTWaiterManagement-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACF71E3B77D600A02D78 /* XCTWaiterManagement-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
773
|
-
EE35AD691E3B77D600A02D78 /* XCTWaiterManager.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACF81E3B77D600A02D78 /* XCTWaiterManager.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
774
837
|
EE35AD6A1E3B77D600A02D78 /* XCUIApplication.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACF91E3B77D600A02D78 /* XCUIApplication.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
775
838
|
EE35AD6B1E3B77D600A02D78 /* XCUIApplicationImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACFA1E3B77D600A02D78 /* XCUIApplicationImpl.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
776
839
|
EE35AD6C1E3B77D600A02D78 /* XCUIApplicationProcess.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACFB1E3B77D600A02D78 /* XCUIApplicationProcess.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
777
840
|
EE35AD6D1E3B77D600A02D78 /* XCUICoordinate.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACFC1E3B77D600A02D78 /* XCUICoordinate.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
778
841
|
EE35AD6E1E3B77D600A02D78 /* XCUIDevice.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACFD1E3B77D600A02D78 /* XCUIDevice.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
779
842
|
EE35AD6F1E3B77D600A02D78 /* XCUIElement.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACFE1E3B77D600A02D78 /* XCUIElement.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
780
|
-
EE35AD701E3B77D600A02D78 /* XCUIElementAsynchronousHandlerWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35ACFF1E3B77D600A02D78 /* XCUIElementAsynchronousHandlerWrapper.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
781
|
-
EE35AD721E3B77D600A02D78 /* XCUIElementHitPointCoordinate.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35AD011E3B77D600A02D78 /* XCUIElementHitPointCoordinate.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
782
843
|
EE35AD731E3B77D600A02D78 /* XCUIElementQuery.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35AD021E3B77D600A02D78 /* XCUIElementQuery.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
783
|
-
EE35AD751E3B77D600A02D78 /* XCUIRecorderNodeFinder.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35AD041E3B77D600A02D78 /* XCUIRecorderNodeFinder.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
784
|
-
EE35AD761E3B77D600A02D78 /* XCUIRecorderNodeFinderMatch.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35AD051E3B77D600A02D78 /* XCUIRecorderNodeFinderMatch.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
785
|
-
EE35AD771E3B77D600A02D78 /* XCUIRecorderTimingMessage.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35AD061E3B77D600A02D78 /* XCUIRecorderTimingMessage.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
786
|
-
EE35AD781E3B77D600A02D78 /* XCUIRecorderUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35AD071E3B77D600A02D78 /* XCUIRecorderUtilities.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
787
844
|
EE35AD7B1E3B80C000A02D78 /* FBXCTestDaemonsProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35AD791E3B80C000A02D78 /* FBXCTestDaemonsProxy.h */; };
|
|
788
845
|
EE35AD7C1E3B80C000A02D78 /* FBXCTestDaemonsProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = EE35AD7A1E3B80C000A02D78 /* FBXCTestDaemonsProxy.m */; };
|
|
789
846
|
EE3A18621CDE618F00DE4205 /* FBErrorBuilder.h in Headers */ = {isa = PBXBuildFile; fileRef = EE3A18601CDE618F00DE4205 /* FBErrorBuilder.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
@@ -847,10 +904,27 @@
|
|
|
847
904
|
EEE3764A1D59FAE900ED88DD /* XCUIElement+FBWebDriverAttributes.m in Sources */ = {isa = PBXBuildFile; fileRef = EEE376481D59FAE900ED88DD /* XCUIElement+FBWebDriverAttributes.m */; };
|
|
848
905
|
EEE9B4721CD02B88009D2030 /* FBRunLoopSpinner.h in Headers */ = {isa = PBXBuildFile; fileRef = EEE9B4701CD02B88009D2030 /* FBRunLoopSpinner.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
849
906
|
EEE9B4731CD02B88009D2030 /* FBRunLoopSpinner.m in Sources */ = {isa = PBXBuildFile; fileRef = EEE9B4711CD02B88009D2030 /* FBRunLoopSpinner.m */; };
|
|
907
|
+
F03F1D8CFEA1D26423192BF0 /* XCTExpectedFailureContextManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9AF0584AD9B6D0A57012C978 /* XCTExpectedFailureContextManager.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
908
|
+
F044875736461509BDFC72B9 /* XCTMessagingRole_HIDEventRecording-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 94D7F0C1E30FBDB5D2583908 /* XCTMessagingRole_HIDEventRecording-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
909
|
+
F12C29FCEE471095C1FA8A7A /* XCUIDeviceEventAndStateInterface-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 003AAAB9CB5FB38E45E05F6F /* XCUIDeviceEventAndStateInterface-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
910
|
+
F12D854E1692CE11249A9762 /* XCTReportingSession.h in Headers */ = {isa = PBXBuildFile; fileRef = CB69A2606052D5979C5A436F /* XCTReportingSession.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
911
|
+
F1C141214BED72E3F7E4C2D6 /* XCTCapabilitiesProviding-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B069904A4086E12556F1FAB /* XCTCapabilitiesProviding-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
912
|
+
F49E5675DB57AA9F67C662E2 /* XCTElementSnapshotAttributeDataSource-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 38E3FC945B8BF6F6AFD73EE7 /* XCTElementSnapshotAttributeDataSource-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
850
913
|
F59CD6D42EF16E5E00F91287 /* XCUIElement+FBCustomActions.h in Headers */ = {isa = PBXBuildFile; fileRef = F59CD6D22EF16E5E00F91287 /* XCUIElement+FBCustomActions.h */; };
|
|
851
914
|
F59CD6D52EF16E5E00F91287 /* XCUIElement+FBCustomActions.m in Sources */ = {isa = PBXBuildFile; fileRef = F59CD6D32EF16E5E00F91287 /* XCUIElement+FBCustomActions.m */; };
|
|
852
915
|
F59CD6D62EF16E5E00F91287 /* XCUIElement+FBCustomActions.h in Headers */ = {isa = PBXBuildFile; fileRef = F59CD6D22EF16E5E00F91287 /* XCUIElement+FBCustomActions.h */; };
|
|
853
916
|
F59CD6D72EF16E5E00F91287 /* XCUIElement+FBCustomActions.m in Sources */ = {isa = PBXBuildFile; fileRef = F59CD6D32EF16E5E00F91287 /* XCUIElement+FBCustomActions.m */; };
|
|
917
|
+
F59DE3E26459A83A374E5B62 /* XCTReportingSessionTestReporter.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D6B33F48F089C945641DB3F /* XCTReportingSessionTestReporter.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
918
|
+
F64EF1C56AE8F27435B2FD09 /* XCUIApplicationRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 75438FC693C39052C82C27DB /* XCUIApplicationRegistry.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
919
|
+
F8AA3C37F248FC3985BAFA23 /* XCTAttachmentManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D80202DC5D679EF37896431 /* XCTAttachmentManager.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
920
|
+
F9EA3F69A986D8D59A5122DB /* XCUIElementEventTarget-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DC62BF635704E9C72AF533E /* XCUIElementEventTarget-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
921
|
+
FA2CCA58B4A82D18E0F57C74 /* XCTMemoryChecker.h in Headers */ = {isa = PBXBuildFile; fileRef = AFD7929A5F0B45397F0D64CB /* XCTMemoryChecker.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
922
|
+
FAAD39E3C21C0415EE00F703 /* XCTestCastMethodNamesUIAutomationDelegate-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = A80A1C12FA9899367D316E8C /* XCTestCastMethodNamesUIAutomationDelegate-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
923
|
+
FAC85D261CAD26DB5F9D804C /* XCUIPlatformApplicationServicesProviding-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BA71BCF1FDA482419CA8596 /* XCUIPlatformApplicationServicesProviding-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
924
|
+
FBB82323D9D57F069440BF94 /* XCTMessagingRole_SystemConfiguration-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = EA24F4BE52B2520874E09BEF /* XCTMessagingRole_SystemConfiguration-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
925
|
+
FC607DB5132FEF425237267B /* XCTMessagingRole_MemoryTesting-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 13D863EAE7F6F8B7E42D99B9 /* XCTMessagingRole_MemoryTesting-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
926
|
+
FDCF9A86C0531A1240ADAD4D /* XCTMessagingRole_UserPresence-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 036CD60C5DFA1644E3D51289 /* XCTMessagingRole_UserPresence-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
927
|
+
FEC3A97A4929115A192F947A /* XCUIDeviceEventAndStateInterface-Protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 003AAAB9CB5FB38E45E05F6F /* XCUIDeviceEventAndStateInterface-Protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
854
928
|
/* End PBXBuildFile section */
|
|
855
929
|
|
|
856
930
|
/* Begin PBXContainerItemProxy section */
|
|
@@ -966,12 +1040,25 @@
|
|
|
966
1040
|
/* End PBXCopyFilesBuildPhase section */
|
|
967
1041
|
|
|
968
1042
|
/* Begin PBXFileReference section */
|
|
1043
|
+
003AAAB9CB5FB38E45E05F6F /* XCUIDeviceEventAndStateInterface-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCUIDeviceEventAndStateInterface-Protocol.h"; sourceTree = "<group>"; };
|
|
1044
|
+
00834B3220005AD5A5ABEF7C /* XCUIApplicationManaging-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCUIApplicationManaging-Protocol.h"; sourceTree = "<group>"; };
|
|
1045
|
+
01AF8E73DD47455B4854E470 /* XCTRunnerAutomationSession-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTRunnerAutomationSession-Protocol.h"; sourceTree = "<group>"; };
|
|
1046
|
+
036CD60C5DFA1644E3D51289 /* XCTMessagingRole_UserPresence-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTMessagingRole_UserPresence-Protocol.h"; sourceTree = "<group>"; };
|
|
1047
|
+
059F291E7D13B17580B4AD43 /* _XCTMessaging_VoidProtocol-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "_XCTMessaging_VoidProtocol-Protocol.h"; sourceTree = "<group>"; };
|
|
1048
|
+
0DC62BF635704E9C72AF533E /* XCUIElementEventTarget-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCUIElementEventTarget-Protocol.h"; sourceTree = "<group>"; };
|
|
969
1049
|
0E0413372DF1E15100AF007C /* XCUIElement+FBMinMax.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "XCUIElement+FBMinMax.m"; sourceTree = "<group>"; };
|
|
970
1050
|
0E04133A2DF1E15900AF007C /* XCUIElement+FBMinMax.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "XCUIElement+FBMinMax.h"; sourceTree = "<group>"; };
|
|
1051
|
+
0F044AD574A9837C04F833CB /* XCTFuture.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = XCTFuture.h; sourceTree = "<group>"; };
|
|
971
1052
|
0F719C2804F6473A9C4D3090 /* SceneDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SceneDelegate.h; sourceTree = "<group>"; };
|
|
1053
|
+
0F8E4FAAC62765A3405F90D6 /* _XCTestObservationInternal-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "_XCTestObservationInternal-Protocol.h"; sourceTree = "<group>"; };
|
|
1054
|
+
100F37231BF17CA9BB91DF16 /* XCTMessagingChannel_RunnerToIDE-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTMessagingChannel_RunnerToIDE-Protocol.h"; sourceTree = "<group>"; };
|
|
1055
|
+
100F88CC697C688B7444D5BB /* XCUIApplicationMonitor-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCUIApplicationMonitor-Protocol.h"; sourceTree = "<group>"; };
|
|
1056
|
+
10FBCE8B3A419B970DB7A5CE /* XCTMessagingRole_AttachmentFutureResultStatusUpdating-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTMessagingRole_AttachmentFutureResultStatusUpdating-Protocol.h"; sourceTree = "<group>"; };
|
|
972
1057
|
1357E295233D05240054BDB8 /* XCUIHitPointResult.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XCUIHitPointResult.h; sourceTree = "<group>"; };
|
|
973
1058
|
13815F6D2328D20400CDAB61 /* FBActiveAppDetectionPoint.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FBActiveAppDetectionPoint.h; sourceTree = "<group>"; };
|
|
974
1059
|
13815F6E2328D20400CDAB61 /* FBActiveAppDetectionPoint.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FBActiveAppDetectionPoint.m; sourceTree = "<group>"; };
|
|
1060
|
+
13AAB3B43FB533B0E9C3F40D /* XCTMessagingRole_TestReporting-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTMessagingRole_TestReporting-Protocol.h"; sourceTree = "<group>"; };
|
|
1061
|
+
13D863EAE7F6F8B7E42D99B9 /* XCTMessagingRole_MemoryTesting-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTMessagingRole_MemoryTesting-Protocol.h"; sourceTree = "<group>"; };
|
|
975
1062
|
13DE7A41287C2A8D003243C6 /* FBXCAccessibilityElement.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FBXCAccessibilityElement.h; sourceTree = "<group>"; };
|
|
976
1063
|
13DE7A42287C2A8D003243C6 /* FBXCAccessibilityElement.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FBXCAccessibilityElement.m; sourceTree = "<group>"; };
|
|
977
1064
|
13DE7A47287C4005003243C6 /* FBXCDeviceEvent.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FBXCDeviceEvent.h; sourceTree = "<group>"; };
|
|
@@ -986,21 +1073,56 @@
|
|
|
986
1073
|
13FFF2F1287DBEE600E561E4 /* XCElementSnapshotDouble.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XCElementSnapshotDouble.m; sourceTree = "<group>"; };
|
|
987
1074
|
16223B3E144418CC980D160E /* FBXCAccessibilityElementDouble.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FBXCAccessibilityElementDouble.m; sourceTree = "<group>"; };
|
|
988
1075
|
1BA7DD8C206D694B007C7C26 /* XCTElementSetTransformer-Protocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "XCTElementSetTransformer-Protocol.h"; sourceTree = "<group>"; };
|
|
1076
|
+
1E09842154A44874C4E9CA01 /* XCUIButtonConsole.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = XCUIButtonConsole.h; sourceTree = "<group>"; };
|
|
1077
|
+
209C65575782ECAA09892D2B /* XCTMessagingRole_TestExecution-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTMessagingRole_TestExecution-Protocol.h"; sourceTree = "<group>"; };
|
|
1078
|
+
221BC403F42F61DDB1F11DD0 /* XCUIApplicationImplReporter-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCUIApplicationImplReporter-Protocol.h"; sourceTree = "<group>"; };
|
|
989
1079
|
242FCA9DD0E30D748E0A1969 /* AppDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
|
|
1080
|
+
2B650ADFEEA2369A10F6C1F1 /* XCTMessagingRole_PerformanceMeasurementReporting-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTMessagingRole_PerformanceMeasurementReporting-Protocol.h"; sourceTree = "<group>"; };
|
|
1081
|
+
2BA6647ADE7B44F13513065A /* XCTMessagingRole_TelemetrySending-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTMessagingRole_TelemetrySending-Protocol.h"; sourceTree = "<group>"; };
|
|
1082
|
+
2CA02992F03AE1E134F2CAF5 /* XCTPromise.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = XCTPromise.h; sourceTree = "<group>"; };
|
|
1083
|
+
2D6B33F48F089C945641DB3F /* XCTReportingSessionTestReporter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = XCTReportingSessionTestReporter.h; sourceTree = "<group>"; };
|
|
1084
|
+
2D80202DC5D679EF37896431 /* XCTAttachmentManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = XCTAttachmentManager.h; sourceTree = "<group>"; };
|
|
1085
|
+
2DFEF3D0F3F006AC53F9E525 /* _TtC10XCTestCore19XCTReportingContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = _TtC10XCTestCore19XCTReportingContext.h; sourceTree = "<group>"; };
|
|
1086
|
+
2E2F8B9A21359AC98424DDE0 /* XCTMessagingRole_EventSynthesis-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTMessagingRole_EventSynthesis-Protocol.h"; sourceTree = "<group>"; };
|
|
1087
|
+
30ABCB5051B826025F77E360 /* XCUIXcodeApplicationManaging-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCUIXcodeApplicationManaging-Protocol.h"; sourceTree = "<group>"; };
|
|
990
1088
|
315A14FF2518CB8700A3A064 /* TouchableView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TouchableView.h; sourceTree = "<group>"; };
|
|
991
1089
|
315A15002518CB8700A3A064 /* TouchableView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = TouchableView.m; sourceTree = "<group>"; };
|
|
992
1090
|
315A15052518CC2800A3A064 /* TouchSpotView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TouchSpotView.h; sourceTree = "<group>"; };
|
|
993
1091
|
315A15062518CC2800A3A064 /* TouchSpotView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = TouchSpotView.m; sourceTree = "<group>"; };
|
|
994
1092
|
315A15082518D6F400A3A064 /* TouchViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TouchViewController.h; sourceTree = "<group>"; };
|
|
995
1093
|
315A15092518D6F400A3A064 /* TouchViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = TouchViewController.m; sourceTree = "<group>"; };
|
|
1094
|
+
3238E68F292452D8234153F1 /* XCUIApplicationProcessTracker-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCUIApplicationProcessTracker-Protocol.h"; sourceTree = "<group>"; };
|
|
1095
|
+
38E3FC945B8BF6F6AFD73EE7 /* XCTElementSnapshotAttributeDataSource-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTElementSnapshotAttributeDataSource-Protocol.h"; sourceTree = "<group>"; };
|
|
996
1096
|
3A53731B41356D9B4E723A4D /* FBTVFocusIntegrationTests.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = FBTVFocusIntegrationTests.m; sourceTree = "<group>"; };
|
|
1097
|
+
3B3F8E1F3F489A3A94A61ADB /* XCTMessagingChannel_IDEToRunner-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTMessagingChannel_IDEToRunner-Protocol.h"; sourceTree = "<group>"; };
|
|
1098
|
+
3BA71BCF1FDA482419CA8596 /* XCUIPlatformApplicationServicesProviding-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCUIPlatformApplicationServicesProviding-Protocol.h"; sourceTree = "<group>"; };
|
|
1099
|
+
3C710FE3AB9E9C22BD2A9E84 /* XCUIApplicationProcessManaging-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCUIApplicationProcessManaging-Protocol.h"; sourceTree = "<group>"; };
|
|
1100
|
+
3DD2F42015E89D253EA57F63 /* XCUIRemoteAccessibilityInterface-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCUIRemoteAccessibilityInterface-Protocol.h"; sourceTree = "<group>"; };
|
|
1101
|
+
42D2B5A0C490D9698C2A87A9 /* XCTMacCatalystStatusProviding-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTMacCatalystStatusProviding-Protocol.h"; sourceTree = "<group>"; };
|
|
1102
|
+
42F7AB68482BA168011C52EA /* XCTTestSelection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = XCTTestSelection.h; sourceTree = "<group>"; };
|
|
1103
|
+
43FCB89739438814F43BCA24 /* XCUIApplicationProcessDelegate-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCUIApplicationProcessDelegate-Protocol.h"; sourceTree = "<group>"; };
|
|
1104
|
+
44019CB45CF491B5FDAB8213 /* XCUIInterruptionMonitoring-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCUIInterruptionMonitoring-Protocol.h"; sourceTree = "<group>"; };
|
|
997
1105
|
44757A831D42CE8300ECF35E /* XCUIDeviceRotationTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XCUIDeviceRotationTests.m; sourceTree = "<group>"; };
|
|
1106
|
+
471DF7EE3C63C3069FB9D40D /* XCTMessagingRole_DebugLogging-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTMessagingRole_DebugLogging-Protocol.h"; sourceTree = "<group>"; };
|
|
1107
|
+
4951F55904679A17CDFEC186 /* XCTMessagingRole_UIAutomationRunnerEventReporting-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTMessagingRole_UIAutomationRunnerEventReporting-Protocol.h"; sourceTree = "<group>"; };
|
|
1108
|
+
49D8AC825D239A4A1D834F62 /* XCTestCaseUIAutomationDelegate-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTestCaseUIAutomationDelegate-Protocol.h"; sourceTree = "<group>"; };
|
|
1109
|
+
4AEAD1CF473F6AD60333E9FF /* XCUIApplicationOpenRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = XCUIApplicationOpenRequest.h; sourceTree = "<group>"; };
|
|
1110
|
+
4C19CEEEC9858A106061D1F8 /* XCUIDeviceDelayedAttachmentTransferSupportInterface-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCUIDeviceDelayedAttachmentTransferSupportInterface-Protocol.h"; sourceTree = "<group>"; };
|
|
1111
|
+
4E2F683D8A6C6EAAEC8B080A /* XCTMessagingRole_SignpostRequesting-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTMessagingRole_SignpostRequesting-Protocol.h"; sourceTree = "<group>"; };
|
|
1112
|
+
525D62A58488A52AA1BFE94A /* XCTReportingSessionIssueReporter-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTReportingSessionIssueReporter-Protocol.h"; sourceTree = "<group>"; };
|
|
1113
|
+
530D925D1492C4DF826B46BB /* XCTSourceCodeContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = XCTSourceCodeContext.h; sourceTree = "<group>"; };
|
|
1114
|
+
55B3452AB887CADB7AD757A4 /* XCUIIssueDiagnosticsProviding-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCUIIssueDiagnosticsProviding-Protocol.h"; sourceTree = "<group>"; };
|
|
1115
|
+
58156929D12ADE7DFE10116F /* NSFastEnumeration-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSFastEnumeration-Protocol.h"; sourceTree = "<group>"; };
|
|
1116
|
+
5CF2F53B94CC13C628FC7760 /* XCUIDeviceAutomationModeInterface-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCUIDeviceAutomationModeInterface-Protocol.h"; sourceTree = "<group>"; };
|
|
998
1117
|
5D7DD32943CAC7838F942ED5 /* ViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
|
|
1118
|
+
603D97F0F9A5B9D4E6442BF2 /* XCUIApplicationAutomationSessionProviding-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCUIApplicationAutomationSessionProviding-Protocol.h"; sourceTree = "<group>"; };
|
|
1119
|
+
62A682C55077710D1D90ABC3 /* XCTMessagingRole_CapabilityExchange-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTMessagingRole_CapabilityExchange-Protocol.h"; sourceTree = "<group>"; };
|
|
999
1120
|
631B523421F6174300625362 /* FBImageProcessorTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FBImageProcessorTests.m; sourceTree = "<group>"; };
|
|
1000
1121
|
633E904A220DEE7F007CADF9 /* XCUIApplicationProcessDelay.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XCUIApplicationProcessDelay.h; sourceTree = "<group>"; };
|
|
1001
1122
|
6385F4A5220A40760095BBDB /* XCUIApplicationProcessDelay.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XCUIApplicationProcessDelay.m; sourceTree = "<group>"; };
|
|
1002
1123
|
63CCF91021ECE4C700E94ABD /* FBImageProcessor.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FBImageProcessor.h; sourceTree = "<group>"; };
|
|
1003
1124
|
63CCF91121ECE4C700E94ABD /* FBImageProcessor.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FBImageProcessor.m; sourceTree = "<group>"; };
|
|
1125
|
+
63FB001C1E84011C0096E5D8 /* XCUIApplicationPlatformServicesProviderDelegate-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCUIApplicationPlatformServicesProviderDelegate-Protocol.h"; sourceTree = "<group>"; };
|
|
1004
1126
|
641EE2DA2240BBE300173FCB /* WebDriverAgentRunner_tvOS.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = WebDriverAgentRunner_tvOS.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
1005
1127
|
641EE6F82240C5CA00173FCB /* WebDriverAgentLib_tvOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = WebDriverAgentLib_tvOS.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
1006
1128
|
641EE7042240CDCF00173FCB /* XCUIElement+FBTVFocuse.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "XCUIElement+FBTVFocuse.h"; sourceTree = "<group>"; };
|
|
@@ -1018,6 +1140,9 @@
|
|
|
1018
1140
|
64B26507228C5514002A5025 /* XCUIElementDouble.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XCUIElementDouble.m; sourceTree = "<group>"; };
|
|
1019
1141
|
64B26509228CE4FF002A5025 /* FBTVNavigationTracker-Private.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "FBTVNavigationTracker-Private.h"; sourceTree = "<group>"; };
|
|
1020
1142
|
6B32DB2419C346EF91F093D4 /* FBXCAccessibilityElementDouble.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FBXCAccessibilityElementDouble.h; sourceTree = "<group>"; };
|
|
1143
|
+
6C78201A2212BEA77979F4FF /* XCUIKnobControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = XCUIKnobControl.h; sourceTree = "<group>"; };
|
|
1144
|
+
6F9351F7A43851CA5DFF47CD /* XCTSignpostListener-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTSignpostListener-Protocol.h"; sourceTree = "<group>"; };
|
|
1145
|
+
7076779B6AB29D5AAB5E4D33 /* XCUISiriService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = XCUISiriService.h; sourceTree = "<group>"; };
|
|
1021
1146
|
711084421DA3AA7500F913D6 /* FBXPath.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FBXPath.h; sourceTree = "<group>"; };
|
|
1022
1147
|
711084431DA3AA7500F913D6 /* FBXPath.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FBXPath.m; sourceTree = "<group>"; };
|
|
1023
1148
|
7119097B2152580600BA3C7E /* XCUIScreen.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCUIScreen.h; sourceTree = "<group>"; };
|
|
@@ -1097,6 +1222,7 @@
|
|
|
1097
1222
|
718226C72587443600661B83 /* GCDAsyncSocket.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GCDAsyncSocket.h; path = WebDriverAgentLib/Vendor/CocoaAsyncSocket/GCDAsyncSocket.h; sourceTree = SOURCE_ROOT; };
|
|
1098
1223
|
718226C82587443600661B83 /* GCDAsyncSocket.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GCDAsyncSocket.m; path = WebDriverAgentLib/Vendor/CocoaAsyncSocket/GCDAsyncSocket.m; sourceTree = SOURCE_ROOT; };
|
|
1099
1224
|
718226C92587443600661B83 /* GCDAsyncUdpSocket.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GCDAsyncUdpSocket.m; path = WebDriverAgentLib/Vendor/CocoaAsyncSocket/GCDAsyncUdpSocket.m; sourceTree = SOURCE_ROOT; };
|
|
1225
|
+
7183E8C2B556594311CB8898 /* XCUIRemoteSiriInterface-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCUIRemoteSiriInterface-Protocol.h"; sourceTree = "<group>"; };
|
|
1100
1226
|
718F49C7230844330045FE8B /* FBProtocolHelpersTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FBProtocolHelpersTests.m; sourceTree = "<group>"; };
|
|
1101
1227
|
71930C4020662E1F00D3AFEC /* FBPasteboard.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FBPasteboard.h; sourceTree = "<group>"; };
|
|
1102
1228
|
71930C4120662E1F00D3AFEC /* FBPasteboard.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FBPasteboard.m; sourceTree = "<group>"; };
|
|
@@ -1165,17 +1291,43 @@
|
|
|
1165
1291
|
71F5BE4E252F14EB00EE9EBA /* FBExceptions.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FBExceptions.m; sourceTree = "<group>"; };
|
|
1166
1292
|
721E280BFFEFFD40C89277AF /* AppDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
|
|
1167
1293
|
722E62C63348A451A351524B /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; };
|
|
1294
|
+
74AA57E9A81B1B0515CB587F /* XCTMessagingRole_SelfDiagnosisIssueReporting-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTMessagingRole_SelfDiagnosisIssueReporting-Protocol.h"; sourceTree = "<group>"; };
|
|
1295
|
+
75438FC693C39052C82C27DB /* XCUIApplicationRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = XCUIApplicationRegistry.h; sourceTree = "<group>"; };
|
|
1296
|
+
7AA21CEBA6E92AAC73FB6A48 /* XCTAggregateSuiteRunStatistics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = XCTAggregateSuiteRunStatistics.h; sourceTree = "<group>"; };
|
|
1297
|
+
7CBAA574F7786985E01D0B6F /* XCTHarnessEventReporting-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTHarnessEventReporting-Protocol.h"; sourceTree = "<group>"; };
|
|
1298
|
+
7E079E00FE148476F94BC42F /* XCTTestIdentifierSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = XCTTestIdentifierSet.h; sourceTree = "<group>"; };
|
|
1168
1299
|
7F87CD156E93338642EEFD54 /* ViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
|
|
1300
|
+
81BB54ECBFB5B7B680BB5D4F /* XCTSourceCodeLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = XCTSourceCodeLocation.h; sourceTree = "<group>"; };
|
|
1301
|
+
831F292661C60B68B557F14D /* XCTTestIdentifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = XCTTestIdentifier.h; sourceTree = "<group>"; };
|
|
1169
1302
|
8535171B1B3194840B8B4FCF /* FBXCElementSnapshotDouble.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FBXCElementSnapshotDouble.h; sourceTree = "<group>"; };
|
|
1303
|
+
8566F4674B2CF640A678C952 /* XCTWaiterWait.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = XCTWaiterWait.h; sourceTree = "<group>"; };
|
|
1304
|
+
8A5EC96F8F1C3888B9E24FAA /* XCTRunnerIDESessionDelegate-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTRunnerIDESessionDelegate-Protocol.h"; sourceTree = "<group>"; };
|
|
1305
|
+
8B069904A4086E12556F1FAB /* XCTCapabilitiesProviding-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTCapabilitiesProviding-Protocol.h"; sourceTree = "<group>"; };
|
|
1306
|
+
8C32C75CC17179B347DF6F78 /* XCTSkippedTestContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = XCTSkippedTestContext.h; sourceTree = "<group>"; };
|
|
1307
|
+
8E2092D85A7C691F157B1971 /* XCTTagSelection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = XCTTagSelection.h; sourceTree = "<group>"; };
|
|
1308
|
+
8E47AA1A44A4A3C6EDCB6804 /* XCTRemoteSignpostListenerProxy-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTRemoteSignpostListenerProxy-Protocol.h"; sourceTree = "<group>"; };
|
|
1309
|
+
8EEB78C32D7E6DD6E4EBCD26 /* XCTMemoryCheckerDelegate-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTMemoryCheckerDelegate-Protocol.h"; sourceTree = "<group>"; };
|
|
1310
|
+
8EF5BE504321321FB9320C43 /* XCUIElementAttributesPrivate-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCUIElementAttributesPrivate-Protocol.h"; sourceTree = "<group>"; };
|
|
1311
|
+
92182E4007B37665AB8CD88E /* XCTMessagingRole_UIAutomation-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTMessagingRole_UIAutomation-Protocol.h"; sourceTree = "<group>"; };
|
|
1312
|
+
94D7F0C1E30FBDB5D2583908 /* XCTMessagingRole_HIDEventRecording-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTMessagingRole_HIDEventRecording-Protocol.h"; sourceTree = "<group>"; };
|
|
1313
|
+
9A0B17F41E4461BBD09A2962 /* XCUIResetAuthorizationStatusOfProtectedResourcesInterface-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCUIResetAuthorizationStatusOfProtectedResourcesInterface-Protocol.h"; sourceTree = "<group>"; };
|
|
1314
|
+
9AF0584AD9B6D0A57012C978 /* XCTExpectedFailureContextManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = XCTExpectedFailureContextManager.h; sourceTree = "<group>"; };
|
|
1170
1315
|
9DD3770A67ED561EBE5E443A /* main.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
|
1316
|
+
A1291FF806FE75EDE239FE44 /* XCTRepetitionPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = XCTRepetitionPolicy.h; sourceTree = "<group>"; };
|
|
1171
1317
|
A1B2C3D41F001A00A1B0001 /* XCUIDevice+FBVoiceOver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "XCUIDevice+FBVoiceOver.h"; sourceTree = "<group>"; };
|
|
1172
1318
|
A1B2C3D41F001A00A1B0002 /* XCUIDevice+FBVoiceOver.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "XCUIDevice+FBVoiceOver.m"; sourceTree = "<group>"; };
|
|
1173
1319
|
A1B2C3D41F001A00A1B0003 /* FBVoiceOverTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FBVoiceOverTests.m; sourceTree = "<group>"; };
|
|
1174
1320
|
A1B2C3D4E5F600000000001A /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Assets.xcassets; path = WebDriverAgentRunner/Assets.xcassets; sourceTree = SOURCE_ROOT; };
|
|
1321
|
+
A2793FE9DE63C687BB6E2D37 /* XCTMessagingChannel_RunnerToDaemon-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTMessagingChannel_RunnerToDaemon-Protocol.h"; sourceTree = "<group>"; };
|
|
1322
|
+
A80A1C12FA9899367D316E8C /* XCTestCastMethodNamesUIAutomationDelegate-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTestCastMethodNamesUIAutomationDelegate-Protocol.h"; sourceTree = "<group>"; };
|
|
1323
|
+
A8230FDD93639CE2E9EFE311 /* XCUILocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = XCUILocation.h; sourceTree = "<group>"; };
|
|
1175
1324
|
A87AE5544E9A5CA7C9168DDF /* SceneDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = SceneDelegate.m; sourceTree = "<group>"; };
|
|
1325
|
+
AA2351C66A4616534FB81AE4 /* XCTMessagingRole_ForcePressureSupportQuerying-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTMessagingRole_ForcePressureSupportQuerying-Protocol.h"; sourceTree = "<group>"; };
|
|
1176
1326
|
AABBCCDDEEFF001122334455 /* SceneDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SceneDelegate.h; sourceTree = "<group>"; };
|
|
1177
1327
|
AABBCCDDEEFF001122334456 /* SceneDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SceneDelegate.m; sourceTree = "<group>"; };
|
|
1178
1328
|
ACA330765D30E21E3EEB163D /* IntegrationTests_tvOS.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = IntegrationTests_tvOS.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
1329
|
+
ACB055BCA9CCEAB3DECD1A74 /* XCTIssue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = XCTIssue.h; sourceTree = "<group>"; };
|
|
1330
|
+
AD0DDEAB427BA845375C7384 /* XCTRuntimeDiagnosticsPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = XCTRuntimeDiagnosticsPolicy.h; sourceTree = "<group>"; };
|
|
1179
1331
|
AD42DD2A1CF121E600806E5D /* module.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; path = module.modulemap; sourceTree = "<group>"; };
|
|
1180
1332
|
AD6C26921CF2379700F8B5FF /* FBAlert.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FBAlert.h; path = WebDriverAgentLib/FBAlert.h; sourceTree = SOURCE_ROOT; };
|
|
1181
1333
|
AD6C26931CF2379700F8B5FF /* FBAlert.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; name = FBAlert.m; path = WebDriverAgentLib/FBAlert.m; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objc; };
|
|
@@ -1192,12 +1344,31 @@
|
|
|
1192
1344
|
ADDA07221D6BB2BF001700AC /* FBScrollViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FBScrollViewController.h; sourceTree = "<group>"; };
|
|
1193
1345
|
ADDA07231D6BB2BF001700AC /* FBScrollViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FBScrollViewController.m; sourceTree = "<group>"; };
|
|
1194
1346
|
ADEF63AE1D09DEBE0070A7E3 /* FBRuntimeUtilsTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FBRuntimeUtilsTests.m; sourceTree = "<group>"; };
|
|
1347
|
+
AF208CBAC82CDFF8B6F88867 /* XCUIElementTypeQueryProvider_Private-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCUIElementTypeQueryProvider_Private-Protocol.h"; sourceTree = "<group>"; };
|
|
1348
|
+
AFD7929A5F0B45397F0D64CB /* XCTMemoryChecker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = XCTMemoryChecker.h; sourceTree = "<group>"; };
|
|
1195
1349
|
B316351B2DDF0CF5007D9317 /* FBAccessibilityTraits.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FBAccessibilityTraits.m; sourceTree = "<group>"; };
|
|
1196
1350
|
B316351E2DDF0D0B007D9317 /* FBAccessibilityTraits.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FBAccessibilityTraits.h; sourceTree = "<group>"; };
|
|
1351
|
+
B38AC76FAF9275974F272DE9 /* XCUIEventRecording-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCUIEventRecording-Protocol.h"; sourceTree = "<group>"; };
|
|
1352
|
+
B3FDA51EB36F03592BF48762 /* XCTMeasureOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = XCTMeasureOptions.h; sourceTree = "<group>"; };
|
|
1353
|
+
B43D656732067585371ADD31 /* XCTMessagingRole_ProcessMonitoring-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTMessagingRole_ProcessMonitoring-Protocol.h"; sourceTree = "<group>"; };
|
|
1354
|
+
B8A163261EFA440E42CA6AC1 /* XCTRunnerDaemonSessionUIAutomationDelegate-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTRunnerDaemonSessionUIAutomationDelegate-Protocol.h"; sourceTree = "<group>"; };
|
|
1355
|
+
B98A9F937EF98D6359FCCC7A /* XCTRuntimeIssueDetectionPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = XCTRuntimeIssueDetectionPolicy.h; sourceTree = "<group>"; };
|
|
1356
|
+
C840A8703A7C8D48897E158A /* _XCTestObservationPrivate-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "_XCTestObservationPrivate-Protocol.h"; sourceTree = "<group>"; };
|
|
1197
1357
|
C8FB547322D3949C00B69954 /* LSApplicationWorkspace.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LSApplicationWorkspace.h; sourceTree = "<group>"; };
|
|
1198
1358
|
C8FB547722D4C1FC00B69954 /* FBUnattachedAppLauncher.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FBUnattachedAppLauncher.h; sourceTree = "<group>"; };
|
|
1199
1359
|
C8FB547822D4C1FC00B69954 /* FBUnattachedAppLauncher.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FBUnattachedAppLauncher.m; sourceTree = "<group>"; };
|
|
1360
|
+
C928E94CBC13E262D818C28E /* XCTMessagingRole_BundleRequesting-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTMessagingRole_BundleRequesting-Protocol.h"; sourceTree = "<group>"; };
|
|
1361
|
+
CB69A2606052D5979C5A436F /* XCTReportingSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = XCTReportingSession.h; sourceTree = "<group>"; };
|
|
1362
|
+
CC227321769E70CDF7C2D38F /* XCTWaiterManager-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTWaiterManager-Protocol.h"; sourceTree = "<group>"; };
|
|
1363
|
+
CCCBEAE654102DBB1C8C22CD /* XCTMessagingRole_ProtectedResourceAuthorization-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTMessagingRole_ProtectedResourceAuthorization-Protocol.h"; sourceTree = "<group>"; };
|
|
1364
|
+
CD4DA0D55FD20614EDA82368 /* XCTIssueHandling-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTIssueHandling-Protocol.h"; sourceTree = "<group>"; };
|
|
1365
|
+
D47DD8BF27FE639742EA2E3E /* XCUIAccessibilityInterface-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCUIAccessibilityInterface-Protocol.h"; sourceTree = "<group>"; };
|
|
1366
|
+
D5D58975822CD58C8FEF7FEB /* XCTReportingSessionTestContainer-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTReportingSessionTestContainer-Protocol.h"; sourceTree = "<group>"; };
|
|
1367
|
+
DB5400B170F08C71779CCD0E /* XCTCapabilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = XCTCapabilities.h; sourceTree = "<group>"; };
|
|
1368
|
+
DB5797DE5A0B4E7EE3D166F7 /* XCUIAlertMonitoring-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCUIAlertMonitoring-Protocol.h"; sourceTree = "<group>"; };
|
|
1369
|
+
DE39D4384E531299FAA143F7 /* XCUISystem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = XCUISystem.h; sourceTree = "<group>"; };
|
|
1200
1370
|
E005FEDAF49DCFA9FB77BEF3 /* IntegrationApp_tvOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = IntegrationApp_tvOS.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
1371
|
+
E29888B75A756D1CCD21604C /* XCTestCaseDiscoveryUIAutomationDelegate-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTestCaseDiscoveryUIAutomationDelegate-Protocol.h"; sourceTree = "<group>"; };
|
|
1201
1372
|
E2F99C1A19D7B6D5B872D084 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
1202
1373
|
E444DC59249131880060D7EB /* HTTPErrorResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = HTTPErrorResponse.h; path = WebDriverAgentLib/Vendor/CocoaHTTPServer/Responses/HTTPErrorResponse.h; sourceTree = SOURCE_ROOT; };
|
|
1203
1374
|
E444DC5B249131880060D7EB /* HTTPDataResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = HTTPDataResponse.m; path = WebDriverAgentLib/Vendor/CocoaHTTPServer/Responses/HTTPDataResponse.m; sourceTree = SOURCE_ROOT; };
|
|
@@ -1227,6 +1398,11 @@
|
|
|
1227
1398
|
E444DCA824913C220060D7EB /* RoutingHTTPServer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RoutingHTTPServer.m; path = WebDriverAgentLib/Vendor/RoutingHTTPServer/RoutingHTTPServer.m; sourceTree = SOURCE_ROOT; };
|
|
1228
1399
|
E444DCA924913C220060D7EB /* RouteRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RouteRequest.m; path = WebDriverAgentLib/Vendor/RoutingHTTPServer/RouteRequest.m; sourceTree = SOURCE_ROOT; };
|
|
1229
1400
|
E444DCAA24913C220060D7EB /* RouteRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RouteRequest.h; path = WebDriverAgentLib/Vendor/RoutingHTTPServer/RouteRequest.h; sourceTree = SOURCE_ROOT; };
|
|
1401
|
+
E46239748EC4A6BFBC13F28B /* XCTMetricDiagnosticHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = XCTMetricDiagnosticHelper.h; sourceTree = "<group>"; };
|
|
1402
|
+
E859E58C7C717CB6CD2A80BE /* XCTReportingSessionConfiguration-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTReportingSessionConfiguration-Protocol.h"; sourceTree = "<group>"; };
|
|
1403
|
+
EA24F4BE52B2520874E09BEF /* XCTMessagingRole_SystemConfiguration-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTMessagingRole_SystemConfiguration-Protocol.h"; sourceTree = "<group>"; };
|
|
1404
|
+
EA96C2FEDE73CB5148BA4949 /* XCUIAXNotificationHandling-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCUIAXNotificationHandling-Protocol.h"; sourceTree = "<group>"; };
|
|
1405
|
+
EC8B17452E38AA1AE03AE251 /* XCTElementSnapshotProvider-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTElementSnapshotProvider-Protocol.h"; sourceTree = "<group>"; };
|
|
1230
1406
|
EE006EAC1EB99B15006900A4 /* FBElementVisibilityTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FBElementVisibilityTests.m; sourceTree = "<group>"; };
|
|
1231
1407
|
EE006EB21EBA1C7B006900A4 /* XCElementSnapshotHitPointTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XCElementSnapshotHitPointTests.m; sourceTree = "<group>"; };
|
|
1232
1408
|
EE05BAF91D13003C00A3EB00 /* FBKeyboardTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FBKeyboardTests.m; sourceTree = "<group>"; };
|
|
@@ -1249,105 +1425,34 @@
|
|
|
1249
1425
|
EE22021C1ECC612200A29571 /* IntegrationTests_3.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = IntegrationTests_3.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
1250
1426
|
EE26409A1D0EB5E8009BE6B0 /* FBTapTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FBTapTest.m; sourceTree = "<group>"; };
|
|
1251
1427
|
EE26409C1D0EBA25009BE6B0 /* FBElementAttributeTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FBElementAttributeTests.m; sourceTree = "<group>"; };
|
|
1252
|
-
EE35AC981E3B77D600A02D78 /* _XCInternalTestRun.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = _XCInternalTestRun.h; sourceTree = "<group>"; };
|
|
1253
|
-
EE35AC991E3B77D600A02D78 /* _XCKVOExpectationImplementation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = _XCKVOExpectationImplementation.h; sourceTree = "<group>"; };
|
|
1254
|
-
EE35AC9A1E3B77D600A02D78 /* _XCTDarwinNotificationExpectationImplementation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = _XCTDarwinNotificationExpectationImplementation.h; sourceTree = "<group>"; };
|
|
1255
|
-
EE35AC9B1E3B77D600A02D78 /* _XCTestCaseImplementation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = _XCTestCaseImplementation.h; sourceTree = "<group>"; };
|
|
1256
|
-
EE35AC9C1E3B77D600A02D78 /* _XCTestCaseInterruptionException.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = _XCTestCaseInterruptionException.h; sourceTree = "<group>"; };
|
|
1257
|
-
EE35AC9D1E3B77D600A02D78 /* _XCTestExpectationImplementation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = _XCTestExpectationImplementation.h; sourceTree = "<group>"; };
|
|
1258
|
-
EE35AC9E1E3B77D600A02D78 /* _XCTestImplementation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = _XCTestImplementation.h; sourceTree = "<group>"; };
|
|
1259
|
-
EE35AC9F1E3B77D600A02D78 /* _XCTestObservationCenterImplementation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = _XCTestObservationCenterImplementation.h; sourceTree = "<group>"; };
|
|
1260
|
-
EE35ACA01E3B77D600A02D78 /* _XCTestSuiteImplementation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = _XCTestSuiteImplementation.h; sourceTree = "<group>"; };
|
|
1261
|
-
EE35ACA11E3B77D600A02D78 /* _XCTNSNotificationExpectationImplementation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = _XCTNSNotificationExpectationImplementation.h; sourceTree = "<group>"; };
|
|
1262
|
-
EE35ACA21E3B77D600A02D78 /* _XCTNSPredicateExpectationImplementation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = _XCTNSPredicateExpectationImplementation.h; sourceTree = "<group>"; };
|
|
1263
|
-
EE35ACA31E3B77D600A02D78 /* _XCTWaiterImpl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = _XCTWaiterImpl.h; sourceTree = "<group>"; };
|
|
1264
1428
|
EE35ACA41E3B77D600A02D78 /* CDStructures.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CDStructures.h; sourceTree = "<group>"; };
|
|
1265
|
-
EE35ACAB1E3B77D600A02D78 /* NSString-XCTAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSString-XCTAdditions.h"; sourceTree = "<group>"; };
|
|
1266
|
-
EE35ACAC1E3B77D600A02D78 /* NSValue-XCTestAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSValue-XCTestAdditions.h"; sourceTree = "<group>"; };
|
|
1267
|
-
EE35ACAD1E3B77D600A02D78 /* UIGestureRecognizer-RecordingAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIGestureRecognizer-RecordingAdditions.h"; sourceTree = "<group>"; };
|
|
1268
|
-
EE35ACAE1E3B77D600A02D78 /* UILongPressGestureRecognizer-RecordingAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UILongPressGestureRecognizer-RecordingAdditions.h"; sourceTree = "<group>"; };
|
|
1269
|
-
EE35ACAF1E3B77D600A02D78 /* UIPanGestureRecognizer-RecordingAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIPanGestureRecognizer-RecordingAdditions.h"; sourceTree = "<group>"; };
|
|
1270
|
-
EE35ACB01E3B77D600A02D78 /* UIPinchGestureRecognizer-RecordingAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIPinchGestureRecognizer-RecordingAdditions.h"; sourceTree = "<group>"; };
|
|
1271
|
-
EE35ACB11E3B77D600A02D78 /* UISwipeGestureRecognizer-RecordingAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UISwipeGestureRecognizer-RecordingAdditions.h"; sourceTree = "<group>"; };
|
|
1272
|
-
EE35ACB21E3B77D600A02D78 /* UITapGestureRecognizer-RecordingAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UITapGestureRecognizer-RecordingAdditions.h"; sourceTree = "<group>"; };
|
|
1273
|
-
EE35ACB41E3B77D600A02D78 /* XCActivityRecord.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCActivityRecord.h; sourceTree = "<group>"; };
|
|
1274
|
-
EE35ACB51E3B77D600A02D78 /* XCApplicationMonitor_iOS.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCApplicationMonitor_iOS.h; sourceTree = "<group>"; };
|
|
1275
|
-
EE35ACB61E3B77D600A02D78 /* XCApplicationMonitor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCApplicationMonitor.h; sourceTree = "<group>"; };
|
|
1276
1429
|
EE35ACB71E3B77D600A02D78 /* XCApplicationQuery.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCApplicationQuery.h; sourceTree = "<group>"; };
|
|
1277
1430
|
EE35ACB81E3B77D600A02D78 /* XCAXClient_iOS.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCAXClient_iOS.h; sourceTree = "<group>"; };
|
|
1278
1431
|
EE35ACB91E3B77D600A02D78 /* XCDebugLogDelegate-Protocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "XCDebugLogDelegate-Protocol.h"; sourceTree = "<group>"; };
|
|
1279
|
-
EE35ACBD1E3B77D600A02D78 /* XCEventGenerator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCEventGenerator.h; sourceTree = "<group>"; };
|
|
1280
|
-
EE35ACBE1E3B77D600A02D78 /* XCKeyboardInputSolver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCKeyboardInputSolver.h; sourceTree = "<group>"; };
|
|
1281
|
-
EE35ACBF1E3B77D600A02D78 /* XCKeyboardKeyMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCKeyboardKeyMap.h; sourceTree = "<group>"; };
|
|
1282
|
-
EE35ACC01E3B77D600A02D78 /* XCKeyboardLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCKeyboardLayout.h; sourceTree = "<group>"; };
|
|
1283
|
-
EE35ACC11E3B77D600A02D78 /* XCKeyMappingPath.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCKeyMappingPath.h; sourceTree = "<group>"; };
|
|
1284
1432
|
EE35ACC21E3B77D600A02D78 /* XCPointerEvent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCPointerEvent.h; sourceTree = "<group>"; };
|
|
1285
1433
|
EE35ACC31E3B77D600A02D78 /* XCPointerEventPath.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCPointerEventPath.h; sourceTree = "<group>"; };
|
|
1286
|
-
EE35ACC41E3B77D600A02D78 /* XCSourceCodeRecording.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCSourceCodeRecording.h; sourceTree = "<group>"; };
|
|
1287
|
-
EE35ACC51E3B77D600A02D78 /* XCSourceCodeTreeNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCSourceCodeTreeNode.h; sourceTree = "<group>"; };
|
|
1288
|
-
EE35ACC61E3B77D600A02D78 /* XCSourceCodeTreeNodeEnumerator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCSourceCodeTreeNodeEnumerator.h; sourceTree = "<group>"; };
|
|
1289
|
-
EE35ACC71E3B77D600A02D78 /* XCSymbolicationRecord.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCSymbolicationRecord.h; sourceTree = "<group>"; };
|
|
1290
|
-
EE35ACC81E3B77D600A02D78 /* XCSymbolicatorHolder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCSymbolicatorHolder.h; sourceTree = "<group>"; };
|
|
1291
1434
|
EE35ACC91E3B77D600A02D78 /* XCSynthesizedEventRecord.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCSynthesizedEventRecord.h; sourceTree = "<group>"; };
|
|
1292
|
-
EE35ACCA1E3B77D600A02D78 /* XCTAsyncActivity-Protocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "XCTAsyncActivity-Protocol.h"; sourceTree = "<group>"; };
|
|
1293
|
-
EE35ACCB1E3B77D600A02D78 /* XCTAsyncActivity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCTAsyncActivity.h; sourceTree = "<group>"; };
|
|
1294
|
-
EE35ACCC1E3B77D600A02D78 /* XCTAutomationTarget-Protocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "XCTAutomationTarget-Protocol.h"; sourceTree = "<group>"; };
|
|
1295
|
-
EE35ACCD1E3B77D600A02D78 /* XCTAXClient-Protocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "XCTAXClient-Protocol.h"; sourceTree = "<group>"; };
|
|
1296
|
-
EE35ACCE1E3B77D600A02D78 /* XCTDarwinNotificationExpectation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCTDarwinNotificationExpectation.h; sourceTree = "<group>"; };
|
|
1297
1435
|
EE35ACCF1E3B77D600A02D78 /* XCTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCTest.h; sourceTree = "<group>"; };
|
|
1298
1436
|
EE35ACD01E3B77D600A02D78 /* XCTestCase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCTestCase.h; sourceTree = "<group>"; };
|
|
1299
1437
|
EE35ACD11E3B77D600A02D78 /* XCTestCaseRun.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCTestCaseRun.h; sourceTree = "<group>"; };
|
|
1300
|
-
EE35ACD21E3B77D600A02D78 /* XCTestCaseSuite.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCTestCaseSuite.h; sourceTree = "<group>"; };
|
|
1301
1438
|
EE35ACD31E3B77D600A02D78 /* XCTestConfiguration.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCTestConfiguration.h; sourceTree = "<group>"; };
|
|
1302
|
-
EE35ACD41E3B77D600A02D78 /* XCTestContext.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCTestContext.h; sourceTree = "<group>"; };
|
|
1303
|
-
EE35ACD51E3B77D600A02D78 /* XCTestContextScope.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCTestContextScope.h; sourceTree = "<group>"; };
|
|
1304
1439
|
EE35ACD61E3B77D600A02D78 /* XCTestDriver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCTestDriver.h; sourceTree = "<group>"; };
|
|
1305
|
-
EE35ACD71E3B77D600A02D78 /* XCTestDriverInterface-Protocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "XCTestDriverInterface-Protocol.h"; sourceTree = "<group>"; };
|
|
1306
1440
|
EE35ACD81E3B77D600A02D78 /* XCTestExpectation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCTestExpectation.h; sourceTree = "<group>"; };
|
|
1307
1441
|
EE35ACD91E3B77D600A02D78 /* XCTestExpectationDelegate-Protocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "XCTestExpectationDelegate-Protocol.h"; sourceTree = "<group>"; };
|
|
1308
|
-
EE35ACDA1E3B77D600A02D78 /* XCTestExpectationWaiter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCTestExpectationWaiter.h; sourceTree = "<group>"; };
|
|
1309
|
-
EE35ACDB1E3B77D600A02D78 /* XCTestLog.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCTestLog.h; sourceTree = "<group>"; };
|
|
1310
|
-
EE35ACDC1E3B77D600A02D78 /* XCTestManager_IDEInterface-Protocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "XCTestManager_IDEInterface-Protocol.h"; sourceTree = "<group>"; };
|
|
1311
|
-
EE35ACDD1E3B77D600A02D78 /* XCTestManager_ManagerInterface-Protocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "XCTestManager_ManagerInterface-Protocol.h"; sourceTree = "<group>"; };
|
|
1312
|
-
EE35ACDE1E3B77D600A02D78 /* XCTestManager_TestsInterface-Protocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "XCTestManager_TestsInterface-Protocol.h"; sourceTree = "<group>"; };
|
|
1313
|
-
EE35ACDF1E3B77D600A02D78 /* XCTestMisuseObserver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCTestMisuseObserver.h; sourceTree = "<group>"; };
|
|
1314
|
-
EE35ACE01E3B77D600A02D78 /* XCTestObservation-Protocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "XCTestObservation-Protocol.h"; sourceTree = "<group>"; };
|
|
1315
1442
|
EE35ACE11E3B77D600A02D78 /* XCTestObservationCenter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCTestObservationCenter.h; sourceTree = "<group>"; };
|
|
1316
|
-
EE35ACE21E3B77D600A02D78 /* XCTestObserver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCTestObserver.h; sourceTree = "<group>"; };
|
|
1317
|
-
EE35ACE31E3B77D600A02D78 /* XCTestProbe.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCTestProbe.h; sourceTree = "<group>"; };
|
|
1318
1443
|
EE35ACE41E3B77D600A02D78 /* XCTestRun.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCTestRun.h; sourceTree = "<group>"; };
|
|
1319
|
-
EE35ACE51E3B77D600A02D78 /* XCTestSuite.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCTestSuite.h; sourceTree = "<group>"; };
|
|
1320
|
-
EE35ACE61E3B77D600A02D78 /* XCTestSuiteRun.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCTestSuiteRun.h; sourceTree = "<group>"; };
|
|
1321
|
-
EE35ACE71E3B77D600A02D78 /* XCTestWaiter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCTestWaiter.h; sourceTree = "<group>"; };
|
|
1322
|
-
EE35ACE81E3B77D600A02D78 /* XCTKVOExpectation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCTKVOExpectation.h; sourceTree = "<group>"; };
|
|
1323
|
-
EE35ACE91E3B77D600A02D78 /* XCTMetric.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCTMetric.h; sourceTree = "<group>"; };
|
|
1324
|
-
EE35ACEA1E3B77D600A02D78 /* XCTNSNotificationExpectation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCTNSNotificationExpectation.h; sourceTree = "<group>"; };
|
|
1325
|
-
EE35ACEB1E3B77D600A02D78 /* XCTNSPredicateExpectation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCTNSPredicateExpectation.h; sourceTree = "<group>"; };
|
|
1326
1444
|
EE35ACEC1E3B77D600A02D78 /* XCTNSPredicateExpectationObject-Protocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "XCTNSPredicateExpectationObject-Protocol.h"; sourceTree = "<group>"; };
|
|
1327
|
-
EE35ACEE1E3B77D600A02D78 /* XCTRunnerAutomationSession.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCTRunnerAutomationSession.h; sourceTree = "<group>"; };
|
|
1328
1445
|
EE35ACEF1E3B77D600A02D78 /* XCTRunnerDaemonSession.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCTRunnerDaemonSession.h; sourceTree = "<group>"; };
|
|
1329
1446
|
EE35ACF01E3B77D600A02D78 /* XCTRunnerIDESession.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCTRunnerIDESession.h; sourceTree = "<group>"; };
|
|
1330
|
-
EE35ACF11E3B77D600A02D78 /* XCTTestRunSession.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCTTestRunSession.h; sourceTree = "<group>"; };
|
|
1331
|
-
EE35ACF21E3B77D600A02D78 /* XCTTestRunSessionDelegate-Protocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "XCTTestRunSessionDelegate-Protocol.h"; sourceTree = "<group>"; };
|
|
1332
|
-
EE35ACF31E3B77D600A02D78 /* XCTUIApplicationMonitor-Protocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "XCTUIApplicationMonitor-Protocol.h"; sourceTree = "<group>"; };
|
|
1333
1447
|
EE35ACF41E3B77D600A02D78 /* XCTWaiter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCTWaiter.h; sourceTree = "<group>"; };
|
|
1334
|
-
EE35ACF51E3B77D600A02D78 /* XCTWaiterDelegate-Protocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "XCTWaiterDelegate-Protocol.h"; sourceTree = "<group>"; };
|
|
1335
|
-
EE35ACF61E3B77D600A02D78 /* XCTWaiterDelegatePrivate-Protocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "XCTWaiterDelegatePrivate-Protocol.h"; sourceTree = "<group>"; };
|
|
1336
1448
|
EE35ACF71E3B77D600A02D78 /* XCTWaiterManagement-Protocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "XCTWaiterManagement-Protocol.h"; sourceTree = "<group>"; };
|
|
1337
|
-
EE35ACF81E3B77D600A02D78 /* XCTWaiterManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCTWaiterManager.h; sourceTree = "<group>"; };
|
|
1338
1449
|
EE35ACF91E3B77D600A02D78 /* XCUIApplication.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCUIApplication.h; sourceTree = "<group>"; };
|
|
1339
1450
|
EE35ACFA1E3B77D600A02D78 /* XCUIApplicationImpl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCUIApplicationImpl.h; sourceTree = "<group>"; };
|
|
1340
1451
|
EE35ACFB1E3B77D600A02D78 /* XCUIApplicationProcess.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCUIApplicationProcess.h; sourceTree = "<group>"; };
|
|
1341
1452
|
EE35ACFC1E3B77D600A02D78 /* XCUICoordinate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCUICoordinate.h; sourceTree = "<group>"; };
|
|
1342
1453
|
EE35ACFD1E3B77D600A02D78 /* XCUIDevice.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCUIDevice.h; sourceTree = "<group>"; };
|
|
1343
1454
|
EE35ACFE1E3B77D600A02D78 /* XCUIElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCUIElement.h; sourceTree = "<group>"; };
|
|
1344
|
-
EE35ACFF1E3B77D600A02D78 /* XCUIElementAsynchronousHandlerWrapper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCUIElementAsynchronousHandlerWrapper.h; sourceTree = "<group>"; };
|
|
1345
|
-
EE35AD011E3B77D600A02D78 /* XCUIElementHitPointCoordinate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCUIElementHitPointCoordinate.h; sourceTree = "<group>"; };
|
|
1346
1455
|
EE35AD021E3B77D600A02D78 /* XCUIElementQuery.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCUIElementQuery.h; sourceTree = "<group>"; };
|
|
1347
|
-
EE35AD041E3B77D600A02D78 /* XCUIRecorderNodeFinder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCUIRecorderNodeFinder.h; sourceTree = "<group>"; };
|
|
1348
|
-
EE35AD051E3B77D600A02D78 /* XCUIRecorderNodeFinderMatch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCUIRecorderNodeFinderMatch.h; sourceTree = "<group>"; };
|
|
1349
|
-
EE35AD061E3B77D600A02D78 /* XCUIRecorderTimingMessage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCUIRecorderTimingMessage.h; sourceTree = "<group>"; };
|
|
1350
|
-
EE35AD071E3B77D600A02D78 /* XCUIRecorderUtilities.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCUIRecorderUtilities.h; sourceTree = "<group>"; };
|
|
1351
1456
|
EE35AD791E3B80C000A02D78 /* FBXCTestDaemonsProxy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FBXCTestDaemonsProxy.h; sourceTree = "<group>"; };
|
|
1352
1457
|
EE35AD7A1E3B80C000A02D78 /* FBXCTestDaemonsProxy.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FBXCTestDaemonsProxy.m; sourceTree = "<group>"; };
|
|
1353
1458
|
EE3A18601CDE618F00DE4205 /* FBErrorBuilder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FBErrorBuilder.h; sourceTree = "<group>"; };
|
|
@@ -1455,6 +1560,7 @@
|
|
|
1455
1560
|
EEC088E41CB56AC000B65968 /* FBElementCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FBElementCache.m; sourceTree = "<group>"; };
|
|
1456
1561
|
EEC088E61CB56DA400B65968 /* FBExceptionHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FBExceptionHandler.h; sourceTree = "<group>"; };
|
|
1457
1562
|
EEC088E71CB56DA400B65968 /* FBExceptionHandler.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FBExceptionHandler.m; sourceTree = "<group>"; };
|
|
1563
|
+
EED93C03F27978174C7333C1 /* XCTMessagingRole_ActivityReporting-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTMessagingRole_ActivityReporting-Protocol.h"; sourceTree = "<group>"; };
|
|
1458
1564
|
EEDBEBBA1CB2681900A790A2 /* WebDriverAgent.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = WebDriverAgent.bundle; sourceTree = "<group>"; };
|
|
1459
1565
|
EEDFE11F1D9C06F800E6FFE5 /* XCUIDevice+FBHealthCheck.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "XCUIDevice+FBHealthCheck.h"; sourceTree = "<group>"; };
|
|
1460
1566
|
EEDFE1201D9C06F800E6FFE5 /* XCUIDevice+FBHealthCheck.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "XCUIDevice+FBHealthCheck.m"; sourceTree = "<group>"; };
|
|
@@ -1470,9 +1576,13 @@
|
|
|
1470
1576
|
EEE9B4701CD02B88009D2030 /* FBRunLoopSpinner.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FBRunLoopSpinner.h; sourceTree = "<group>"; };
|
|
1471
1577
|
EEE9B4711CD02B88009D2030 /* FBRunLoopSpinner.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FBRunLoopSpinner.m; sourceTree = "<group>"; };
|
|
1472
1578
|
EEF9882A1C486603005CA669 /* WebDriverAgentRunner.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = WebDriverAgentRunner.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
1579
|
+
F0D85EFE3ACAC48EEE0F8348 /* XCTMessagingRole_ScreenRecording-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTMessagingRole_ScreenRecording-Protocol.h"; sourceTree = "<group>"; };
|
|
1580
|
+
F2034DFA5DEC7D26F32590EF /* XCUIRemoteDeviceRunner-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCUIRemoteDeviceRunner-Protocol.h"; sourceTree = "<group>"; };
|
|
1473
1581
|
F46F78706C5157469122F730 /* FBXCElementSnapshotDouble.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FBXCElementSnapshotDouble.m; sourceTree = "<group>"; };
|
|
1474
1582
|
F59CD6D22EF16E5E00F91287 /* XCUIElement+FBCustomActions.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "XCUIElement+FBCustomActions.h"; sourceTree = "<group>"; };
|
|
1475
1583
|
F59CD6D32EF16E5E00F91287 /* XCUIElement+FBCustomActions.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "XCUIElement+FBCustomActions.m"; sourceTree = "<group>"; };
|
|
1584
|
+
FCD1815F2BF21CA0936B04E1 /* XCTMessagingRole_SiriAutomation-Protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XCTMessagingRole_SiriAutomation-Protocol.h"; sourceTree = "<group>"; };
|
|
1585
|
+
FDB15E393EA0850C004D26B2 /* XCTScreenCapturePolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = XCTScreenCapturePolicy.h; sourceTree = "<group>"; };
|
|
1476
1586
|
FF8E3B470FC9639D5F18E2EA /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
1477
1587
|
/* End PBXFileReference section */
|
|
1478
1588
|
|
|
@@ -2278,109 +2388,145 @@
|
|
|
2278
2388
|
EED030DB1BFA3461007EDC1D /* XCTest */ = {
|
|
2279
2389
|
isa = PBXGroup;
|
|
2280
2390
|
children = (
|
|
2281
|
-
EE35AC981E3B77D600A02D78 /* _XCInternalTestRun.h */,
|
|
2282
|
-
EE35AC991E3B77D600A02D78 /* _XCKVOExpectationImplementation.h */,
|
|
2283
|
-
EE35AC9A1E3B77D600A02D78 /* _XCTDarwinNotificationExpectationImplementation.h */,
|
|
2284
|
-
EE35AC9B1E3B77D600A02D78 /* _XCTestCaseImplementation.h */,
|
|
2285
|
-
EE35AC9C1E3B77D600A02D78 /* _XCTestCaseInterruptionException.h */,
|
|
2286
|
-
EE35AC9D1E3B77D600A02D78 /* _XCTestExpectationImplementation.h */,
|
|
2287
|
-
EE35AC9E1E3B77D600A02D78 /* _XCTestImplementation.h */,
|
|
2288
|
-
EE35AC9F1E3B77D600A02D78 /* _XCTestObservationCenterImplementation.h */,
|
|
2289
|
-
EE35ACA01E3B77D600A02D78 /* _XCTestSuiteImplementation.h */,
|
|
2290
|
-
EE35ACA11E3B77D600A02D78 /* _XCTNSNotificationExpectationImplementation.h */,
|
|
2291
|
-
EE35ACA21E3B77D600A02D78 /* _XCTNSPredicateExpectationImplementation.h */,
|
|
2292
|
-
EE35ACA31E3B77D600A02D78 /* _XCTWaiterImpl.h */,
|
|
2293
2391
|
EE35ACA41E3B77D600A02D78 /* CDStructures.h */,
|
|
2294
|
-
EE35ACAB1E3B77D600A02D78 /* NSString-XCTAdditions.h */,
|
|
2295
|
-
EE35ACAC1E3B77D600A02D78 /* NSValue-XCTestAdditions.h */,
|
|
2296
|
-
EE35ACAD1E3B77D600A02D78 /* UIGestureRecognizer-RecordingAdditions.h */,
|
|
2297
|
-
EE35ACAE1E3B77D600A02D78 /* UILongPressGestureRecognizer-RecordingAdditions.h */,
|
|
2298
|
-
EE35ACAF1E3B77D600A02D78 /* UIPanGestureRecognizer-RecordingAdditions.h */,
|
|
2299
|
-
EE35ACB01E3B77D600A02D78 /* UIPinchGestureRecognizer-RecordingAdditions.h */,
|
|
2300
|
-
EE35ACB11E3B77D600A02D78 /* UISwipeGestureRecognizer-RecordingAdditions.h */,
|
|
2301
|
-
EE35ACB21E3B77D600A02D78 /* UITapGestureRecognizer-RecordingAdditions.h */,
|
|
2302
|
-
EE35ACB41E3B77D600A02D78 /* XCActivityRecord.h */,
|
|
2303
|
-
EE35ACB51E3B77D600A02D78 /* XCApplicationMonitor_iOS.h */,
|
|
2304
|
-
EE35ACB61E3B77D600A02D78 /* XCApplicationMonitor.h */,
|
|
2305
2392
|
EE35ACB71E3B77D600A02D78 /* XCApplicationQuery.h */,
|
|
2306
2393
|
EE35ACB81E3B77D600A02D78 /* XCAXClient_iOS.h */,
|
|
2307
2394
|
EE35ACB91E3B77D600A02D78 /* XCDebugLogDelegate-Protocol.h */,
|
|
2308
|
-
EE35ACBD1E3B77D600A02D78 /* XCEventGenerator.h */,
|
|
2309
|
-
EE35ACBE1E3B77D600A02D78 /* XCKeyboardInputSolver.h */,
|
|
2310
|
-
EE35ACBF1E3B77D600A02D78 /* XCKeyboardKeyMap.h */,
|
|
2311
|
-
EE35ACC01E3B77D600A02D78 /* XCKeyboardLayout.h */,
|
|
2312
|
-
EE35ACC11E3B77D600A02D78 /* XCKeyMappingPath.h */,
|
|
2313
2395
|
EE35ACC21E3B77D600A02D78 /* XCPointerEvent.h */,
|
|
2314
2396
|
EE35ACC31E3B77D600A02D78 /* XCPointerEventPath.h */,
|
|
2315
|
-
EE35ACC41E3B77D600A02D78 /* XCSourceCodeRecording.h */,
|
|
2316
|
-
EE35ACC51E3B77D600A02D78 /* XCSourceCodeTreeNode.h */,
|
|
2317
|
-
EE35ACC61E3B77D600A02D78 /* XCSourceCodeTreeNodeEnumerator.h */,
|
|
2318
|
-
EE35ACC71E3B77D600A02D78 /* XCSymbolicationRecord.h */,
|
|
2319
|
-
EE35ACC81E3B77D600A02D78 /* XCSymbolicatorHolder.h */,
|
|
2320
2397
|
EE35ACC91E3B77D600A02D78 /* XCSynthesizedEventRecord.h */,
|
|
2321
|
-
EE35ACCA1E3B77D600A02D78 /* XCTAsyncActivity-Protocol.h */,
|
|
2322
|
-
EE35ACCB1E3B77D600A02D78 /* XCTAsyncActivity.h */,
|
|
2323
|
-
EE35ACCC1E3B77D600A02D78 /* XCTAutomationTarget-Protocol.h */,
|
|
2324
|
-
EE35ACCD1E3B77D600A02D78 /* XCTAXClient-Protocol.h */,
|
|
2325
|
-
EE35ACCE1E3B77D600A02D78 /* XCTDarwinNotificationExpectation.h */,
|
|
2326
2398
|
EE35ACCF1E3B77D600A02D78 /* XCTest.h */,
|
|
2327
2399
|
EE35ACD01E3B77D600A02D78 /* XCTestCase.h */,
|
|
2328
2400
|
EE35ACD11E3B77D600A02D78 /* XCTestCaseRun.h */,
|
|
2329
|
-
EE35ACD21E3B77D600A02D78 /* XCTestCaseSuite.h */,
|
|
2330
2401
|
EE35ACD31E3B77D600A02D78 /* XCTestConfiguration.h */,
|
|
2331
|
-
EE35ACD41E3B77D600A02D78 /* XCTestContext.h */,
|
|
2332
|
-
EE35ACD51E3B77D600A02D78 /* XCTestContextScope.h */,
|
|
2333
2402
|
EE35ACD61E3B77D600A02D78 /* XCTestDriver.h */,
|
|
2334
|
-
EE35ACD71E3B77D600A02D78 /* XCTestDriverInterface-Protocol.h */,
|
|
2335
2403
|
EE35ACD81E3B77D600A02D78 /* XCTestExpectation.h */,
|
|
2336
2404
|
EE35ACD91E3B77D600A02D78 /* XCTestExpectationDelegate-Protocol.h */,
|
|
2337
|
-
EE35ACDA1E3B77D600A02D78 /* XCTestExpectationWaiter.h */,
|
|
2338
|
-
EE35ACDB1E3B77D600A02D78 /* XCTestLog.h */,
|
|
2339
|
-
EE35ACDC1E3B77D600A02D78 /* XCTestManager_IDEInterface-Protocol.h */,
|
|
2340
|
-
EE35ACDD1E3B77D600A02D78 /* XCTestManager_ManagerInterface-Protocol.h */,
|
|
2341
|
-
EE35ACDE1E3B77D600A02D78 /* XCTestManager_TestsInterface-Protocol.h */,
|
|
2342
|
-
EE35ACDF1E3B77D600A02D78 /* XCTestMisuseObserver.h */,
|
|
2343
|
-
EE35ACE01E3B77D600A02D78 /* XCTestObservation-Protocol.h */,
|
|
2344
2405
|
EE35ACE11E3B77D600A02D78 /* XCTestObservationCenter.h */,
|
|
2345
|
-
EE35ACE21E3B77D600A02D78 /* XCTestObserver.h */,
|
|
2346
|
-
EE35ACE31E3B77D600A02D78 /* XCTestProbe.h */,
|
|
2347
2406
|
EE35ACE41E3B77D600A02D78 /* XCTestRun.h */,
|
|
2348
|
-
EE35ACE51E3B77D600A02D78 /* XCTestSuite.h */,
|
|
2349
|
-
EE35ACE61E3B77D600A02D78 /* XCTestSuiteRun.h */,
|
|
2350
|
-
EE35ACE71E3B77D600A02D78 /* XCTestWaiter.h */,
|
|
2351
|
-
EE35ACE81E3B77D600A02D78 /* XCTKVOExpectation.h */,
|
|
2352
|
-
EE35ACE91E3B77D600A02D78 /* XCTMetric.h */,
|
|
2353
|
-
EE35ACEA1E3B77D600A02D78 /* XCTNSNotificationExpectation.h */,
|
|
2354
|
-
EE35ACEB1E3B77D600A02D78 /* XCTNSPredicateExpectation.h */,
|
|
2355
2407
|
EE35ACEC1E3B77D600A02D78 /* XCTNSPredicateExpectationObject-Protocol.h */,
|
|
2356
|
-
EE35ACEE1E3B77D600A02D78 /* XCTRunnerAutomationSession.h */,
|
|
2357
2408
|
EE35ACEF1E3B77D600A02D78 /* XCTRunnerDaemonSession.h */,
|
|
2358
2409
|
EE35ACF01E3B77D600A02D78 /* XCTRunnerIDESession.h */,
|
|
2359
|
-
EE35ACF11E3B77D600A02D78 /* XCTTestRunSession.h */,
|
|
2360
|
-
EE35ACF21E3B77D600A02D78 /* XCTTestRunSessionDelegate-Protocol.h */,
|
|
2361
|
-
EE35ACF31E3B77D600A02D78 /* XCTUIApplicationMonitor-Protocol.h */,
|
|
2362
2410
|
EE35ACF41E3B77D600A02D78 /* XCTWaiter.h */,
|
|
2363
|
-
EE35ACF51E3B77D600A02D78 /* XCTWaiterDelegate-Protocol.h */,
|
|
2364
|
-
EE35ACF61E3B77D600A02D78 /* XCTWaiterDelegatePrivate-Protocol.h */,
|
|
2365
2411
|
EE35ACF71E3B77D600A02D78 /* XCTWaiterManagement-Protocol.h */,
|
|
2366
|
-
EE35ACF81E3B77D600A02D78 /* XCTWaiterManager.h */,
|
|
2367
2412
|
EE35ACF91E3B77D600A02D78 /* XCUIApplication.h */,
|
|
2368
2413
|
EE35ACFA1E3B77D600A02D78 /* XCUIApplicationImpl.h */,
|
|
2369
2414
|
EE35ACFB1E3B77D600A02D78 /* XCUIApplicationProcess.h */,
|
|
2370
2415
|
EE35ACFC1E3B77D600A02D78 /* XCUICoordinate.h */,
|
|
2371
2416
|
EE35ACFD1E3B77D600A02D78 /* XCUIDevice.h */,
|
|
2372
2417
|
EE35ACFE1E3B77D600A02D78 /* XCUIElement.h */,
|
|
2373
|
-
EE35ACFF1E3B77D600A02D78 /* XCUIElementAsynchronousHandlerWrapper.h */,
|
|
2374
|
-
EE35AD011E3B77D600A02D78 /* XCUIElementHitPointCoordinate.h */,
|
|
2375
2418
|
EE35AD021E3B77D600A02D78 /* XCUIElementQuery.h */,
|
|
2376
2419
|
1357E295233D05240054BDB8 /* XCUIHitPointResult.h */,
|
|
2377
|
-
EE35AD041E3B77D600A02D78 /* XCUIRecorderNodeFinder.h */,
|
|
2378
|
-
EE35AD051E3B77D600A02D78 /* XCUIRecorderNodeFinderMatch.h */,
|
|
2379
|
-
EE35AD061E3B77D600A02D78 /* XCUIRecorderTimingMessage.h */,
|
|
2380
|
-
EE35AD071E3B77D600A02D78 /* XCUIRecorderUtilities.h */,
|
|
2381
2420
|
1BA7DD8C206D694B007C7C26 /* XCTElementSetTransformer-Protocol.h */,
|
|
2382
2421
|
7119097B2152580600BA3C7E /* XCUIScreen.h */,
|
|
2383
2422
|
711CD03325ED1106001C01D2 /* XCUIScreenDataSource-Protocol.h */,
|
|
2423
|
+
58156929D12ADE7DFE10116F /* NSFastEnumeration-Protocol.h */,
|
|
2424
|
+
7AA21CEBA6E92AAC73FB6A48 /* XCTAggregateSuiteRunStatistics.h */,
|
|
2425
|
+
2D80202DC5D679EF37896431 /* XCTAttachmentManager.h */,
|
|
2426
|
+
DB5400B170F08C71779CCD0E /* XCTCapabilities.h */,
|
|
2427
|
+
8B069904A4086E12556F1FAB /* XCTCapabilitiesProviding-Protocol.h */,
|
|
2428
|
+
38E3FC945B8BF6F6AFD73EE7 /* XCTElementSnapshotAttributeDataSource-Protocol.h */,
|
|
2429
|
+
EC8B17452E38AA1AE03AE251 /* XCTElementSnapshotProvider-Protocol.h */,
|
|
2430
|
+
9AF0584AD9B6D0A57012C978 /* XCTExpectedFailureContextManager.h */,
|
|
2431
|
+
0F044AD574A9837C04F833CB /* XCTFuture.h */,
|
|
2432
|
+
7CBAA574F7786985E01D0B6F /* XCTHarnessEventReporting-Protocol.h */,
|
|
2433
|
+
ACB055BCA9CCEAB3DECD1A74 /* XCTIssue.h */,
|
|
2434
|
+
CD4DA0D55FD20614EDA82368 /* XCTIssueHandling-Protocol.h */,
|
|
2435
|
+
42D2B5A0C490D9698C2A87A9 /* XCTMacCatalystStatusProviding-Protocol.h */,
|
|
2436
|
+
B3FDA51EB36F03592BF48762 /* XCTMeasureOptions.h */,
|
|
2437
|
+
AFD7929A5F0B45397F0D64CB /* XCTMemoryChecker.h */,
|
|
2438
|
+
8EEB78C32D7E6DD6E4EBCD26 /* XCTMemoryCheckerDelegate-Protocol.h */,
|
|
2439
|
+
3B3F8E1F3F489A3A94A61ADB /* XCTMessagingChannel_IDEToRunner-Protocol.h */,
|
|
2440
|
+
A2793FE9DE63C687BB6E2D37 /* XCTMessagingChannel_RunnerToDaemon-Protocol.h */,
|
|
2441
|
+
100F37231BF17CA9BB91DF16 /* XCTMessagingChannel_RunnerToIDE-Protocol.h */,
|
|
2442
|
+
EED93C03F27978174C7333C1 /* XCTMessagingRole_ActivityReporting-Protocol.h */,
|
|
2443
|
+
10FBCE8B3A419B970DB7A5CE /* XCTMessagingRole_AttachmentFutureResultStatusUpdating-Protocol.h */,
|
|
2444
|
+
C928E94CBC13E262D818C28E /* XCTMessagingRole_BundleRequesting-Protocol.h */,
|
|
2445
|
+
62A682C55077710D1D90ABC3 /* XCTMessagingRole_CapabilityExchange-Protocol.h */,
|
|
2446
|
+
471DF7EE3C63C3069FB9D40D /* XCTMessagingRole_DebugLogging-Protocol.h */,
|
|
2447
|
+
2E2F8B9A21359AC98424DDE0 /* XCTMessagingRole_EventSynthesis-Protocol.h */,
|
|
2448
|
+
AA2351C66A4616534FB81AE4 /* XCTMessagingRole_ForcePressureSupportQuerying-Protocol.h */,
|
|
2449
|
+
94D7F0C1E30FBDB5D2583908 /* XCTMessagingRole_HIDEventRecording-Protocol.h */,
|
|
2450
|
+
13D863EAE7F6F8B7E42D99B9 /* XCTMessagingRole_MemoryTesting-Protocol.h */,
|
|
2451
|
+
2B650ADFEEA2369A10F6C1F1 /* XCTMessagingRole_PerformanceMeasurementReporting-Protocol.h */,
|
|
2452
|
+
B43D656732067585371ADD31 /* XCTMessagingRole_ProcessMonitoring-Protocol.h */,
|
|
2453
|
+
CCCBEAE654102DBB1C8C22CD /* XCTMessagingRole_ProtectedResourceAuthorization-Protocol.h */,
|
|
2454
|
+
F0D85EFE3ACAC48EEE0F8348 /* XCTMessagingRole_ScreenRecording-Protocol.h */,
|
|
2455
|
+
74AA57E9A81B1B0515CB587F /* XCTMessagingRole_SelfDiagnosisIssueReporting-Protocol.h */,
|
|
2456
|
+
4E2F683D8A6C6EAAEC8B080A /* XCTMessagingRole_SignpostRequesting-Protocol.h */,
|
|
2457
|
+
FCD1815F2BF21CA0936B04E1 /* XCTMessagingRole_SiriAutomation-Protocol.h */,
|
|
2458
|
+
EA24F4BE52B2520874E09BEF /* XCTMessagingRole_SystemConfiguration-Protocol.h */,
|
|
2459
|
+
2BA6647ADE7B44F13513065A /* XCTMessagingRole_TelemetrySending-Protocol.h */,
|
|
2460
|
+
209C65575782ECAA09892D2B /* XCTMessagingRole_TestExecution-Protocol.h */,
|
|
2461
|
+
13AAB3B43FB533B0E9C3F40D /* XCTMessagingRole_TestReporting-Protocol.h */,
|
|
2462
|
+
92182E4007B37665AB8CD88E /* XCTMessagingRole_UIAutomation-Protocol.h */,
|
|
2463
|
+
4951F55904679A17CDFEC186 /* XCTMessagingRole_UIAutomationRunnerEventReporting-Protocol.h */,
|
|
2464
|
+
036CD60C5DFA1644E3D51289 /* XCTMessagingRole_UserPresence-Protocol.h */,
|
|
2465
|
+
E46239748EC4A6BFBC13F28B /* XCTMetricDiagnosticHelper.h */,
|
|
2466
|
+
2CA02992F03AE1E134F2CAF5 /* XCTPromise.h */,
|
|
2467
|
+
8E47AA1A44A4A3C6EDCB6804 /* XCTRemoteSignpostListenerProxy-Protocol.h */,
|
|
2468
|
+
A1291FF806FE75EDE239FE44 /* XCTRepetitionPolicy.h */,
|
|
2469
|
+
CB69A2606052D5979C5A436F /* XCTReportingSession.h */,
|
|
2470
|
+
E859E58C7C717CB6CD2A80BE /* XCTReportingSessionConfiguration-Protocol.h */,
|
|
2471
|
+
525D62A58488A52AA1BFE94A /* XCTReportingSessionIssueReporter-Protocol.h */,
|
|
2472
|
+
D5D58975822CD58C8FEF7FEB /* XCTReportingSessionTestContainer-Protocol.h */,
|
|
2473
|
+
2D6B33F48F089C945641DB3F /* XCTReportingSessionTestReporter.h */,
|
|
2474
|
+
01AF8E73DD47455B4854E470 /* XCTRunnerAutomationSession-Protocol.h */,
|
|
2475
|
+
B8A163261EFA440E42CA6AC1 /* XCTRunnerDaemonSessionUIAutomationDelegate-Protocol.h */,
|
|
2476
|
+
8A5EC96F8F1C3888B9E24FAA /* XCTRunnerIDESessionDelegate-Protocol.h */,
|
|
2477
|
+
AD0DDEAB427BA845375C7384 /* XCTRuntimeDiagnosticsPolicy.h */,
|
|
2478
|
+
B98A9F937EF98D6359FCCC7A /* XCTRuntimeIssueDetectionPolicy.h */,
|
|
2479
|
+
FDB15E393EA0850C004D26B2 /* XCTScreenCapturePolicy.h */,
|
|
2480
|
+
6F9351F7A43851CA5DFF47CD /* XCTSignpostListener-Protocol.h */,
|
|
2481
|
+
8C32C75CC17179B347DF6F78 /* XCTSkippedTestContext.h */,
|
|
2482
|
+
530D925D1492C4DF826B46BB /* XCTSourceCodeContext.h */,
|
|
2483
|
+
81BB54ECBFB5B7B680BB5D4F /* XCTSourceCodeLocation.h */,
|
|
2484
|
+
8E2092D85A7C691F157B1971 /* XCTTagSelection.h */,
|
|
2485
|
+
831F292661C60B68B557F14D /* XCTTestIdentifier.h */,
|
|
2486
|
+
7E079E00FE148476F94BC42F /* XCTTestIdentifierSet.h */,
|
|
2487
|
+
42F7AB68482BA168011C52EA /* XCTTestSelection.h */,
|
|
2488
|
+
CC227321769E70CDF7C2D38F /* XCTWaiterManager-Protocol.h */,
|
|
2489
|
+
8566F4674B2CF640A678C952 /* XCTWaiterWait.h */,
|
|
2490
|
+
E29888B75A756D1CCD21604C /* XCTestCaseDiscoveryUIAutomationDelegate-Protocol.h */,
|
|
2491
|
+
49D8AC825D239A4A1D834F62 /* XCTestCaseUIAutomationDelegate-Protocol.h */,
|
|
2492
|
+
A80A1C12FA9899367D316E8C /* XCTestCastMethodNamesUIAutomationDelegate-Protocol.h */,
|
|
2493
|
+
EA96C2FEDE73CB5148BA4949 /* XCUIAXNotificationHandling-Protocol.h */,
|
|
2494
|
+
D47DD8BF27FE639742EA2E3E /* XCUIAccessibilityInterface-Protocol.h */,
|
|
2495
|
+
DB5797DE5A0B4E7EE3D166F7 /* XCUIAlertMonitoring-Protocol.h */,
|
|
2496
|
+
603D97F0F9A5B9D4E6442BF2 /* XCUIApplicationAutomationSessionProviding-Protocol.h */,
|
|
2497
|
+
221BC403F42F61DDB1F11DD0 /* XCUIApplicationImplReporter-Protocol.h */,
|
|
2498
|
+
00834B3220005AD5A5ABEF7C /* XCUIApplicationManaging-Protocol.h */,
|
|
2499
|
+
100F88CC697C688B7444D5BB /* XCUIApplicationMonitor-Protocol.h */,
|
|
2500
|
+
4AEAD1CF473F6AD60333E9FF /* XCUIApplicationOpenRequest.h */,
|
|
2501
|
+
63FB001C1E84011C0096E5D8 /* XCUIApplicationPlatformServicesProviderDelegate-Protocol.h */,
|
|
2502
|
+
43FCB89739438814F43BCA24 /* XCUIApplicationProcessDelegate-Protocol.h */,
|
|
2503
|
+
3C710FE3AB9E9C22BD2A9E84 /* XCUIApplicationProcessManaging-Protocol.h */,
|
|
2504
|
+
3238E68F292452D8234153F1 /* XCUIApplicationProcessTracker-Protocol.h */,
|
|
2505
|
+
75438FC693C39052C82C27DB /* XCUIApplicationRegistry.h */,
|
|
2506
|
+
1E09842154A44874C4E9CA01 /* XCUIButtonConsole.h */,
|
|
2507
|
+
5CF2F53B94CC13C628FC7760 /* XCUIDeviceAutomationModeInterface-Protocol.h */,
|
|
2508
|
+
4C19CEEEC9858A106061D1F8 /* XCUIDeviceDelayedAttachmentTransferSupportInterface-Protocol.h */,
|
|
2509
|
+
003AAAB9CB5FB38E45E05F6F /* XCUIDeviceEventAndStateInterface-Protocol.h */,
|
|
2510
|
+
8EF5BE504321321FB9320C43 /* XCUIElementAttributesPrivate-Protocol.h */,
|
|
2511
|
+
0DC62BF635704E9C72AF533E /* XCUIElementEventTarget-Protocol.h */,
|
|
2512
|
+
AF208CBAC82CDFF8B6F88867 /* XCUIElementTypeQueryProvider_Private-Protocol.h */,
|
|
2513
|
+
B38AC76FAF9275974F272DE9 /* XCUIEventRecording-Protocol.h */,
|
|
2514
|
+
44019CB45CF491B5FDAB8213 /* XCUIInterruptionMonitoring-Protocol.h */,
|
|
2515
|
+
55B3452AB887CADB7AD757A4 /* XCUIIssueDiagnosticsProviding-Protocol.h */,
|
|
2516
|
+
6C78201A2212BEA77979F4FF /* XCUIKnobControl.h */,
|
|
2517
|
+
A8230FDD93639CE2E9EFE311 /* XCUILocation.h */,
|
|
2518
|
+
3BA71BCF1FDA482419CA8596 /* XCUIPlatformApplicationServicesProviding-Protocol.h */,
|
|
2519
|
+
3DD2F42015E89D253EA57F63 /* XCUIRemoteAccessibilityInterface-Protocol.h */,
|
|
2520
|
+
F2034DFA5DEC7D26F32590EF /* XCUIRemoteDeviceRunner-Protocol.h */,
|
|
2521
|
+
7183E8C2B556594311CB8898 /* XCUIRemoteSiriInterface-Protocol.h */,
|
|
2522
|
+
9A0B17F41E4461BBD09A2962 /* XCUIResetAuthorizationStatusOfProtectedResourcesInterface-Protocol.h */,
|
|
2523
|
+
7076779B6AB29D5AAB5E4D33 /* XCUISiriService.h */,
|
|
2524
|
+
DE39D4384E531299FAA143F7 /* XCUISystem.h */,
|
|
2525
|
+
30ABCB5051B826025F77E360 /* XCUIXcodeApplicationManaging-Protocol.h */,
|
|
2526
|
+
2DFEF3D0F3F006AC53F9E525 /* _TtC10XCTestCore19XCTReportingContext.h */,
|
|
2527
|
+
059F291E7D13B17580B4AD43 /* _XCTMessaging_VoidProtocol-Protocol.h */,
|
|
2528
|
+
0F8E4FAAC62765A3405F90D6 /* _XCTestObservationInternal-Protocol.h */,
|
|
2529
|
+
C840A8703A7C8D48897E158A /* _XCTestObservationPrivate-Protocol.h */,
|
|
2384
2530
|
);
|
|
2385
2531
|
path = XCTest;
|
|
2386
2532
|
sourceTree = "<group>";
|
|
@@ -2426,6 +2572,34 @@
|
|
|
2426
2572
|
/* End PBXGroup section */
|
|
2427
2573
|
|
|
2428
2574
|
/* Begin PBXHeadersBuildPhase section */
|
|
2575
|
+
015926D657880CF9D0F58092 /* Headers */ = {
|
|
2576
|
+
isa = PBXHeadersBuildPhase;
|
|
2577
|
+
buildActionMask = 2147483647;
|
|
2578
|
+
files = (
|
|
2579
|
+
);
|
|
2580
|
+
runOnlyForDeploymentPostprocessing = 0;
|
|
2581
|
+
};
|
|
2582
|
+
1A314A44E0D94111EF92CA98 /* Headers */ = {
|
|
2583
|
+
isa = PBXHeadersBuildPhase;
|
|
2584
|
+
buildActionMask = 2147483647;
|
|
2585
|
+
files = (
|
|
2586
|
+
);
|
|
2587
|
+
runOnlyForDeploymentPostprocessing = 0;
|
|
2588
|
+
};
|
|
2589
|
+
2DBF81E3C08F1FC33940E763 /* Headers */ = {
|
|
2590
|
+
isa = PBXHeadersBuildPhase;
|
|
2591
|
+
buildActionMask = 2147483647;
|
|
2592
|
+
files = (
|
|
2593
|
+
);
|
|
2594
|
+
runOnlyForDeploymentPostprocessing = 0;
|
|
2595
|
+
};
|
|
2596
|
+
600C6B266A1F3EF1AE7D5A9D /* Headers */ = {
|
|
2597
|
+
isa = PBXHeadersBuildPhase;
|
|
2598
|
+
buildActionMask = 2147483647;
|
|
2599
|
+
files = (
|
|
2600
|
+
);
|
|
2601
|
+
runOnlyForDeploymentPostprocessing = 0;
|
|
2602
|
+
};
|
|
2429
2603
|
641EE6302240C5CA00173FCB /* Headers */ = {
|
|
2430
2604
|
isa = PBXHeadersBuildPhase;
|
|
2431
2605
|
buildActionMask = 2147483647;
|
|
@@ -2440,7 +2614,6 @@
|
|
|
2440
2614
|
641EE6362240C5CA00173FCB /* XCUIElement+FBScrolling.h in Headers */,
|
|
2441
2615
|
1357E297233D05240054BDB8 /* XCUIHitPointResult.h in Headers */,
|
|
2442
2616
|
716C9DFB27315D21005AD475 /* FBReflectionUtils.h in Headers */,
|
|
2443
|
-
641EE6372240C5CA00173FCB /* XCSourceCodeTreeNode.h in Headers */,
|
|
2444
2617
|
641EE6382240C5CA00173FCB /* XCPointerEventPath.h in Headers */,
|
|
2445
2618
|
641EE6392240C5CA00173FCB /* FBRouteRequest.h in Headers */,
|
|
2446
2619
|
648C10AC22AAAD9C00B81B9A /* UIKeyboardImpl.h in Headers */,
|
|
@@ -2452,44 +2625,30 @@
|
|
|
2452
2625
|
641EE63A2240C5CA00173FCB /* XCTest.h in Headers */,
|
|
2453
2626
|
641EE63B2240C5CA00173FCB /* FBAlertsMonitor.h in Headers */,
|
|
2454
2627
|
641EE63D2240C5CA00173FCB /* FBSession.h in Headers */,
|
|
2455
|
-
641EE63E2240C5CA00173FCB /* _XCTestImplementation.h in Headers */,
|
|
2456
2628
|
641EE63F2240C5CA00173FCB /* FBTouchActionCommands.h in Headers */,
|
|
2457
2629
|
641EE6402240C5CA00173FCB /* FBTouchIDCommands.h in Headers */,
|
|
2458
2630
|
714D88CD2733FB970074A925 /* FBXMLGenerationOptions.h in Headers */,
|
|
2459
2631
|
641EE6412240C5CA00173FCB /* XCUIApplication.h in Headers */,
|
|
2460
2632
|
641EE6422240C5CA00173FCB /* FBCustomCommands.h in Headers */,
|
|
2461
|
-
641EE6432240C5CA00173FCB /* _XCTestCaseInterruptionException.h in Headers */,
|
|
2462
2633
|
641EE6442240C5CA00173FCB /* FBOrientationCommands.h in Headers */,
|
|
2463
2634
|
641EE6452240C5CA00173FCB /* XCUIScreen.h in Headers */,
|
|
2464
2635
|
641EE6462240C5CA00173FCB /* XCTRunnerIDESession.h in Headers */,
|
|
2465
2636
|
641EE6472240C5CA00173FCB /* FBRouteRequest-Private.h in Headers */,
|
|
2466
2637
|
71D475C32538F5A8008D9401 /* XCUIApplicationProcess+FBQuiescence.h in Headers */,
|
|
2467
|
-
641EE6482240C5CA00173FCB /* XCTTestRunSession.h in Headers */,
|
|
2468
|
-
641EE6492240C5CA00173FCB /* XCTestProbe.h in Headers */,
|
|
2469
2638
|
641EE64A2240C5CA00173FCB /* XCApplicationQuery.h in Headers */,
|
|
2470
|
-
641EE64B2240C5CA00173FCB /* XCTAsyncActivity.h in Headers */,
|
|
2471
|
-
641EE64C2240C5CA00173FCB /* XCTestMisuseObserver.h in Headers */,
|
|
2472
2639
|
641EE64D2240C5CA00173FCB /* XCTRunnerDaemonSession.h in Headers */,
|
|
2473
2640
|
714E14B929805CAE00375DD7 /* XCAXClient_iOS+FBSnapshotReqParams.h in Headers */,
|
|
2474
2641
|
64B2650B228CE4FF002A5025 /* FBTVNavigationTracker-Private.h in Headers */,
|
|
2475
|
-
641EE64F2240C5CA00173FCB /* XCTestExpectationWaiter.h in Headers */,
|
|
2476
2642
|
13DE7A5C287CA444003243C6 /* FBXCElementSnapshotWrapper+Helpers.h in Headers */,
|
|
2477
|
-
641EE6502240C5CA00173FCB /* UIGestureRecognizer-RecordingAdditions.h in Headers */,
|
|
2478
2643
|
71BB58E92B96328700CB9BFE /* FBScreenRecordingRequest.h in Headers */,
|
|
2479
|
-
641EE6512240C5CA00173FCB /* XCKeyboardKeyMap.h in Headers */,
|
|
2480
2644
|
641EE6522240C5CA00173FCB /* XCTNSPredicateExpectationObject-Protocol.h in Headers */,
|
|
2481
2645
|
641EE6532240C5CA00173FCB /* WebDriverAgentLib.h in Headers */,
|
|
2482
2646
|
641EE6542240C5CA00173FCB /* FBFindElementCommands.h in Headers */,
|
|
2483
2647
|
641EE6552240C5CA00173FCB /* XCTestRun.h in Headers */,
|
|
2484
2648
|
641EE6562240C5CA00173FCB /* FBWebServer.h in Headers */,
|
|
2485
2649
|
641EE6572240C5CA00173FCB /* FBScreenshotCommands.h in Headers */,
|
|
2486
|
-
641EE6582240C5CA00173FCB /* _XCKVOExpectationImplementation.h in Headers */,
|
|
2487
2650
|
641EE6592240C5CA00173FCB /* NSString+FBVisualLength.h in Headers */,
|
|
2488
2651
|
641EE65A2240C5CA00173FCB /* FBXCTestDaemonsProxy.h in Headers */,
|
|
2489
|
-
641EE65B2240C5CA00173FCB /* XCUIElementHitPointCoordinate.h in Headers */,
|
|
2490
|
-
641EE65C2240C5CA00173FCB /* XCTDarwinNotificationExpectation.h in Headers */,
|
|
2491
|
-
641EE65D2240C5CA00173FCB /* XCTRunnerAutomationSession.h in Headers */,
|
|
2492
|
-
641EE65F2240C5CA00173FCB /* XCSourceCodeTreeNodeEnumerator.h in Headers */,
|
|
2493
2652
|
641EE6602240C5CA00173FCB /* XCUIElement+FBIsVisible.h in Headers */,
|
|
2494
2653
|
641EE6622240C5CA00173FCB /* FBResponsePayload.h in Headers */,
|
|
2495
2654
|
71BB58E22B9631F100CB9BFE /* FBScreenRecordingPromise.h in Headers */,
|
|
@@ -2497,75 +2656,50 @@
|
|
|
2497
2656
|
641EE7062240CDCF00173FCB /* XCUIElement+FBTVFocuse.h in Headers */,
|
|
2498
2657
|
71822738258744B800661B83 /* HTTPConnection.h in Headers */,
|
|
2499
2658
|
641EE6642240C5CA00173FCB /* NSPredicate+FBFormat.h in Headers */,
|
|
2500
|
-
641EE6652240C5CA00173FCB /* UILongPressGestureRecognizer-RecordingAdditions.h in Headers */,
|
|
2501
2659
|
641EE6662240C5CA00173FCB /* XCTestCase.h in Headers */,
|
|
2502
|
-
641EE6672240C5CA00173FCB /* XCSymbolicatorHolder.h in Headers */,
|
|
2503
2660
|
641EE6682240C5CA00173FCB /* XCUIApplicationImpl.h in Headers */,
|
|
2504
2661
|
71414ED72670A1EE003A8C5D /* LRUCacheNode.h in Headers */,
|
|
2505
|
-
641EE6692240C5CA00173FCB /* UIPanGestureRecognizer-RecordingAdditions.h in Headers */,
|
|
2506
2662
|
13815F702328D20400CDAB61 /* FBActiveAppDetectionPoint.h in Headers */,
|
|
2507
2663
|
641EE66A2240C5CA00173FCB /* NSExpression+FBFormat.h in Headers */,
|
|
2508
|
-
641EE66B2240C5CA00173FCB /* _XCTestCaseImplementation.h in Headers */,
|
|
2509
|
-
641EE66C2240C5CA00173FCB /* UIPinchGestureRecognizer-RecordingAdditions.h in Headers */,
|
|
2510
|
-
641EE66D2240C5CA00173FCB /* XCTestManager_TestsInterface-Protocol.h in Headers */,
|
|
2511
2664
|
641EE66E2240C5CA00173FCB /* XCUIApplication+FBAlert.h in Headers */,
|
|
2512
2665
|
716C9E0127315EFF005AD475 /* XCUIApplication+FBUIInterruptions.h in Headers */,
|
|
2513
2666
|
7182275C258744C300661B83 /* HTTPServer.h in Headers */,
|
|
2514
2667
|
641EE6702240C5CA00173FCB /* FBMathUtils.h in Headers */,
|
|
2515
|
-
641EE6712240C5CA00173FCB /* UISwipeGestureRecognizer-RecordingAdditions.h in Headers */,
|
|
2516
2668
|
641EE6722240C5CA00173FCB /* FBElementUtils.h in Headers */,
|
|
2517
2669
|
641EE6732240C5CA00173FCB /* FBDebugCommands.h in Headers */,
|
|
2518
|
-
641EE6742240C5CA00173FCB /* XCTestSuite.h in Headers */,
|
|
2519
2670
|
641EE6752240C5CA00173FCB /* XCUICoordinate.h in Headers */,
|
|
2520
2671
|
715A84D22DD92AD3007134CC /* FBElementHelpers.h in Headers */,
|
|
2521
|
-
641EE6762240C5CA00173FCB /* XCTNSPredicateExpectation.h in Headers */,
|
|
2522
2672
|
641EE6772240C5CA00173FCB /* XCTestObservationCenter.h in Headers */,
|
|
2523
|
-
641EE6782240C5CA00173FCB /* XCTNSNotificationExpectation.h in Headers */,
|
|
2524
|
-
641EE6792240C5CA00173FCB /* XCUIRecorderNodeFinder.h in Headers */,
|
|
2525
2673
|
641EE67A2240C5CA00173FCB /* XCUIElement+FBAccessibility.h in Headers */,
|
|
2526
2674
|
0E04133C2DF1E15900AF007C /* XCUIElement+FBMinMax.h in Headers */,
|
|
2527
|
-
641EE67B2240C5CA00173FCB /* XCUIRecorderUtilities.h in Headers */,
|
|
2528
2675
|
6496A5DA230D6EB30087F8CB /* AXSettings.h in Headers */,
|
|
2529
2676
|
641EE67C2240C5CA00173FCB /* XCTestCaseRun.h in Headers */,
|
|
2530
2677
|
71A5C67429A4F39600421C37 /* XCTIssue+FBPatcher.h in Headers */,
|
|
2531
2678
|
641EE67D2240C5CA00173FCB /* XCTestConfiguration.h in Headers */,
|
|
2532
|
-
641EE67E2240C5CA00173FCB /* _XCTDarwinNotificationExpectationImplementation.h in Headers */,
|
|
2533
2679
|
641EE67F2240C5CA00173FCB /* XCTestExpectation.h in Headers */,
|
|
2534
2680
|
641EE6802240C5CA00173FCB /* FBElementTypeTransformer.h in Headers */,
|
|
2535
2681
|
641EE6812240C5CA00173FCB /* FBXCAXClientProxy.h in Headers */,
|
|
2536
2682
|
641EE6822240C5CA00173FCB /* FBElementCache.h in Headers */,
|
|
2537
|
-
641EE6832240C5CA00173FCB /* XCTMetric.h in Headers */,
|
|
2538
|
-
641EE6842240C5CA00173FCB /* XCTestContextScope.h in Headers */,
|
|
2539
2683
|
7182271D258744AB00661B83 /* RouteResponse.h in Headers */,
|
|
2540
2684
|
641EE6852240C5CA00173FCB /* XCUIElement+FBClassChain.h in Headers */,
|
|
2541
2685
|
13DE7A44287C2A8D003243C6 /* FBXCAccessibilityElement.h in Headers */,
|
|
2542
2686
|
641EE6862240C5CA00173FCB /* FBResponseJSONPayload.h in Headers */,
|
|
2543
2687
|
71822714258744A900661B83 /* RouteRequest.h in Headers */,
|
|
2544
|
-
641EE6872240C5CA00173FCB /* XCTAutomationTarget-Protocol.h in Headers */,
|
|
2545
2688
|
641EE6882240C5CA00173FCB /* FBElement.h in Headers */,
|
|
2546
|
-
641EE6892240C5CA00173FCB /* XCTAXClient-Protocol.h in Headers */,
|
|
2547
2689
|
641EE68B2240C5CA00173FCB /* FBExceptionHandler.h in Headers */,
|
|
2548
2690
|
71822726258744AE00661B83 /* RoutingConnection.h in Headers */,
|
|
2549
2691
|
641EE68C2240C5CA00173FCB /* FBRoute.h in Headers */,
|
|
2550
2692
|
641EE68D2240C5CA00173FCB /* XCTestDriver.h in Headers */,
|
|
2551
|
-
641EE68E2240C5CA00173FCB /* _XCTNSNotificationExpectationImplementation.h in Headers */,
|
|
2552
2693
|
641EE68F2240C5CA00173FCB /* XCSynthesizedEventRecord.h in Headers */,
|
|
2553
|
-
641EE6922240C5CA00173FCB /* XCTWaiterDelegatePrivate-Protocol.h in Headers */,
|
|
2554
|
-
641EE6932240C5CA00173FCB /* XCTestManager_IDEInterface-Protocol.h in Headers */,
|
|
2555
2694
|
71822753258744C100661B83 /* HTTPResponse.h in Headers */,
|
|
2556
2695
|
641EE6942240C5CA00173FCB /* FBXPath.h in Headers */,
|
|
2557
|
-
641EE6952240C5CA00173FCB /* XCUIRecorderTimingMessage.h in Headers */,
|
|
2558
|
-
641EE6962240C5CA00173FCB /* XCApplicationMonitor.h in Headers */,
|
|
2559
2696
|
641EE6972240C5CA00173FCB /* XCUIElement+FBForceTouch.h in Headers */,
|
|
2560
2697
|
641EE6982240C5CA00173FCB /* FBRuntimeUtils.h in Headers */,
|
|
2561
2698
|
71F5BE50252F14EB00EE9EBA /* FBExceptions.h in Headers */,
|
|
2562
2699
|
641EE6992240C5CA00173FCB /* XCUIElement+FBPickerWheel.h in Headers */,
|
|
2563
|
-
641EE69A2240C5CA00173FCB /* XCTestObservation-Protocol.h in Headers */,
|
|
2564
|
-
641EE69B2240C5CA00173FCB /* _XCTNSPredicateExpectationImplementation.h in Headers */,
|
|
2565
2700
|
641EE69C2240C5CA00173FCB /* FBElementCommands.h in Headers */,
|
|
2566
2701
|
641EE69F2240C5CA00173FCB /* FBTCPSocket.h in Headers */,
|
|
2567
2702
|
641EE6A02240C5CA00173FCB /* XCUIElement+FBUID.h in Headers */,
|
|
2568
|
-
641EE6A12240C5CA00173FCB /* XCSymbolicationRecord.h in Headers */,
|
|
2569
2703
|
641EE6A22240C5CA00173FCB /* XCUIDevice.h in Headers */,
|
|
2570
2704
|
7182272F258744B000661B83 /* RoutingHTTPServer.h in Headers */,
|
|
2571
2705
|
641EE6A32240C5CA00173FCB /* XCUIApplication+FBTouchAction.h in Headers */,
|
|
@@ -2584,16 +2718,10 @@
|
|
|
2584
2718
|
641EE6AB2240C5CA00173FCB /* FBAlertViewCommands.h in Headers */,
|
|
2585
2719
|
641EE6AC2240C5CA00173FCB /* XCTWaiter.h in Headers */,
|
|
2586
2720
|
641EE6AD2240C5CA00173FCB /* XCTWaiterManagement-Protocol.h in Headers */,
|
|
2587
|
-
641EE6AF2240C5CA00173FCB /* XCTestContext.h in Headers */,
|
|
2588
2721
|
71C9EAAD25E8415A00470CD8 /* FBScreenshot.h in Headers */,
|
|
2589
|
-
641EE6B12240C5CA00173FCB /* XCTWaiterDelegate-Protocol.h in Headers */,
|
|
2590
|
-
641EE6B22240C5CA00173FCB /* _XCTestExpectationImplementation.h in Headers */,
|
|
2591
2722
|
641EE6B32240C5CA00173FCB /* XCAXClient_iOS.h in Headers */,
|
|
2592
|
-
641EE6B42240C5CA00173FCB /* XCTWaiterManager.h in Headers */,
|
|
2593
|
-
641EE6B52240C5CA00173FCB /* XCTestDriverInterface-Protocol.h in Headers */,
|
|
2594
2723
|
648C10B022AAAE4000B81B9A /* TIPreferencesController.h in Headers */,
|
|
2595
2724
|
71F5BE24252E576C00EE9EBA /* XCUIElement+FBSwiping.h in Headers */,
|
|
2596
|
-
641EE6B62240C5CA00173FCB /* _XCTestSuiteImplementation.h in Headers */,
|
|
2597
2725
|
641EE6B72240C5CA00173FCB /* FBBaseActionsSynthesizer.h in Headers */,
|
|
2598
2726
|
7182276E258744C900661B83 /* HTTPErrorResponse.h in Headers */,
|
|
2599
2727
|
641EE6B82240C5CA00173FCB /* FBAlert.h in Headers */,
|
|
@@ -2601,72 +2729,155 @@
|
|
|
2601
2729
|
71BB58F02B96511800CB9BFE /* FBVideoCommands.h in Headers */,
|
|
2602
2730
|
641EE6BA2240C5CA00173FCB /* XCPointerEvent.h in Headers */,
|
|
2603
2731
|
718F49C923087ACF0045FE8B /* FBProtocolHelpers.h in Headers */,
|
|
2604
|
-
641EE6BB2240C5CA00173FCB /* XCSourceCodeRecording.h in Headers */,
|
|
2605
2732
|
641EE6BC2240C5CA00173FCB /* FBRunLoopSpinner.h in Headers */,
|
|
2606
2733
|
641EE6BD2240C5CA00173FCB /* FBErrorBuilder.h in Headers */,
|
|
2607
|
-
641EE6BE2240C5CA00173FCB /* XCApplicationMonitor_iOS.h in Headers */,
|
|
2608
2734
|
13DE7A4A287C4005003243C6 /* FBXCDeviceEvent.h in Headers */,
|
|
2609
2735
|
641EE6BF2240C5CA00173FCB /* FBKeyboard.h in Headers */,
|
|
2610
2736
|
71E75E6E254824230099FC87 /* XCUIElementQuery+FBHelpers.h in Headers */,
|
|
2611
2737
|
641EE6C02240C5CA00173FCB /* XCUIApplication+FBHelpers.h in Headers */,
|
|
2612
|
-
641EE6C12240C5CA00173FCB /* _XCTestObservationCenterImplementation.h in Headers */,
|
|
2613
2738
|
714EAA0E2673FDFE005C5B47 /* FBCapabilities.h in Headers */,
|
|
2614
2739
|
641EE6C22240C5CA00173FCB /* XCUIDevice+FBHelpers.h in Headers */,
|
|
2615
2740
|
71D3B3D6267FC7260076473D /* XCUIElement+FBResolve.h in Headers */,
|
|
2616
2741
|
641EE6C32240C5CA00173FCB /* FBClassChainQueryParser.h in Headers */,
|
|
2617
2742
|
641EE6C42240C5CA00173FCB /* FBMacros.h in Headers */,
|
|
2618
2743
|
641EE6C52240C5CA00173FCB /* XCTestExpectationDelegate-Protocol.h in Headers */,
|
|
2619
|
-
641EE6C62240C5CA00173FCB /* XCTUIApplicationMonitor-Protocol.h in Headers */,
|
|
2620
2744
|
71822777258744CE00661B83 /* DDNumber.h in Headers */,
|
|
2621
|
-
641EE6C82240C5CA00173FCB /* XCTKVOExpectation.h in Headers */,
|
|
2622
2745
|
641EE6C92240C5CA00173FCB /* XCUIDevice+FBRotation.h in Headers */,
|
|
2623
2746
|
A1B2C3D41F001A00A1B0004 /* XCUIDevice+FBVoiceOver.h in Headers */,
|
|
2624
|
-
641EE6CA2240C5CA00173FCB /* XCEventGenerator.h in Headers */,
|
|
2625
2747
|
719DCF162601EAFB000E765F /* FBNotificationsHelper.h in Headers */,
|
|
2626
2748
|
71414ED52670A1EE003A8C5D /* LRUCache.h in Headers */,
|
|
2627
2749
|
641EE6CB2240C5CA00173FCB /* FBConfiguration.h in Headers */,
|
|
2628
|
-
641EE6CC2240C5CA00173FCB /* XCTestSuiteRun.h in Headers */,
|
|
2629
|
-
641EE6CD2240C5CA00173FCB /* XCUIElementAsynchronousHandlerWrapper.h in Headers */,
|
|
2630
|
-
641EE6CE2240C5CA00173FCB /* XCTestLog.h in Headers */,
|
|
2631
2750
|
C845206222D5E79400EA68CB /* FBUnattachedAppLauncher.h in Headers */,
|
|
2632
|
-
641EE6CF2240C5CA00173FCB /* UITapGestureRecognizer-RecordingAdditions.h in Headers */,
|
|
2633
2751
|
641EE6D02240C5CA00173FCB /* XCDebugLogDelegate-Protocol.h in Headers */,
|
|
2634
|
-
641EE6D12240C5CA00173FCB /* NSString-XCTAdditions.h in Headers */,
|
|
2635
|
-
641EE6D22240C5CA00173FCB /* XCTestWaiter.h in Headers */,
|
|
2636
2752
|
641EE6D32240C5CA00173FCB /* FBImageUtils.h in Headers */,
|
|
2637
|
-
641EE6D42240C5CA00173FCB /* NSValue-XCTestAdditions.h in Headers */,
|
|
2638
|
-
641EE6D52240C5CA00173FCB /* _XCTWaiterImpl.h in Headers */,
|
|
2639
2753
|
641EE6D62240C5CA00173FCB /* FBLogger.h in Headers */,
|
|
2640
2754
|
71BB58F72B96531900CB9BFE /* FBScreenRecordingContainer.h in Headers */,
|
|
2641
|
-
641EE6D72240C5CA00173FCB /* XCTestObserver.h in Headers */,
|
|
2642
2755
|
641EE6D82240C5CA00173FCB /* XCUIElement.h in Headers */,
|
|
2643
|
-
641EE6D92240C5CA00173FCB /* XCKeyboardInputSolver.h in Headers */,
|
|
2644
2756
|
718226CB2587443700661B83 /* GCDAsyncUdpSocket.h in Headers */,
|
|
2645
2757
|
641EE6DB2240C5CA00173FCB /* FBPasteboard.h in Headers */,
|
|
2646
2758
|
711CD03525ED1106001C01D2 /* XCUIScreenDataSource-Protocol.h in Headers */,
|
|
2647
2759
|
641EE6DD2240C5CA00173FCB /* FBDebugLogDelegateDecorator.h in Headers */,
|
|
2648
2760
|
641EE6DE2240C5CA00173FCB /* XCUIDevice+FBHealthCheck.h in Headers */,
|
|
2649
2761
|
641EE6DF2240C5CA00173FCB /* FBMjpegServer.h in Headers */,
|
|
2650
|
-
641EE6E02240C5CA00173FCB /* XCUIRecorderNodeFinderMatch.h in Headers */,
|
|
2651
2762
|
641EE6E12240C5CA00173FCB /* XCUIApplicationProcess.h in Headers */,
|
|
2652
2763
|
641EE6E22240C5CA00173FCB /* FBW3CActionsSynthesizer.h in Headers */,
|
|
2653
2764
|
641EE6E32240C5CA00173FCB /* CDStructures.h in Headers */,
|
|
2654
2765
|
71822780258744D000661B83 /* DDRange.h in Headers */,
|
|
2655
|
-
641EE6E42240C5CA00173FCB /* XCKeyboardLayout.h in Headers */,
|
|
2656
|
-
641EE6E52240C5CA00173FCB /* XCTAsyncActivity-Protocol.h in Headers */,
|
|
2657
|
-
641EE6E62240C5CA00173FCB /* XCActivityRecord.h in Headers */,
|
|
2658
2766
|
F59CD6D62EF16E5E00F91287 /* XCUIElement+FBCustomActions.h in Headers */,
|
|
2659
2767
|
71822765258744C700661B83 /* HTTPDataResponse.h in Headers */,
|
|
2660
2768
|
641EE6E72240C5CA00173FCB /* XCUIElement+FBFind.h in Headers */,
|
|
2661
|
-
641EE6E82240C5CA00173FCB /* XCTestManager_ManagerInterface-Protocol.h in Headers */,
|
|
2662
2769
|
641EE6E92240C5CA00173FCB /* FBFailureProofTestCase.h in Headers */,
|
|
2663
|
-
641EE6EA2240C5CA00173FCB /* XCTTestRunSessionDelegate-Protocol.h in Headers */,
|
|
2664
|
-
641EE6EB2240C5CA00173FCB /* XCTestCaseSuite.h in Headers */,
|
|
2665
|
-
641EE6EC2240C5CA00173FCB /* _XCInternalTestRun.h in Headers */,
|
|
2666
2770
|
641EE6ED2240C5CA00173FCB /* FBXPath-Private.h in Headers */,
|
|
2667
2771
|
71D04DC925356C43008A052C /* XCUIElement+FBCaching.h in Headers */,
|
|
2668
|
-
641EE6EE2240C5CA00173FCB /* XCKeyMappingPath.h in Headers */,
|
|
2669
2772
|
71C8E55225399A6B008572C1 /* XCUIApplication+FBQuiescence.h in Headers */,
|
|
2773
|
+
D101B194EE49F32110C394FD /* NSFastEnumeration-Protocol.h in Headers */,
|
|
2774
|
+
E19946F12AD25E3EFFD89A36 /* XCTAggregateSuiteRunStatistics.h in Headers */,
|
|
2775
|
+
F8AA3C37F248FC3985BAFA23 /* XCTAttachmentManager.h in Headers */,
|
|
2776
|
+
E8E894CD81C41AC4467A4F4C /* XCTCapabilities.h in Headers */,
|
|
2777
|
+
F1C141214BED72E3F7E4C2D6 /* XCTCapabilitiesProviding-Protocol.h in Headers */,
|
|
2778
|
+
ADD8ADAEA11DD09BE99F72B1 /* XCTElementSnapshotAttributeDataSource-Protocol.h in Headers */,
|
|
2779
|
+
B7D20D145132B8DBE1027475 /* XCTElementSnapshotProvider-Protocol.h in Headers */,
|
|
2780
|
+
77E2A6A9EC406845C5E4D58E /* XCTExpectedFailureContextManager.h in Headers */,
|
|
2781
|
+
727A1A132D139DB3B82808F4 /* XCTFuture.h in Headers */,
|
|
2782
|
+
634BCD9D9DE1705A819B2013 /* XCTHarnessEventReporting-Protocol.h in Headers */,
|
|
2783
|
+
88EE4275BFBD9207CBD84959 /* XCTIssue.h in Headers */,
|
|
2784
|
+
C7FF31C5247498FC5A1C2BE9 /* XCTIssueHandling-Protocol.h in Headers */,
|
|
2785
|
+
01AC2C121519821EC6D2ED6B /* XCTMacCatalystStatusProviding-Protocol.h in Headers */,
|
|
2786
|
+
6ACEDEB2C16EFA502ED27FC4 /* XCTMeasureOptions.h in Headers */,
|
|
2787
|
+
FA2CCA58B4A82D18E0F57C74 /* XCTMemoryChecker.h in Headers */,
|
|
2788
|
+
AC8CA9AA80C6ECF4D1405F25 /* XCTMemoryCheckerDelegate-Protocol.h in Headers */,
|
|
2789
|
+
CC8FE434CEB79CCB5FB9961A /* XCTMessagingChannel_IDEToRunner-Protocol.h in Headers */,
|
|
2790
|
+
BBBF2A41BA8B763552FCC5BD /* XCTMessagingChannel_RunnerToDaemon-Protocol.h in Headers */,
|
|
2791
|
+
2709D2F140C1FF8A8426C42C /* XCTMessagingChannel_RunnerToIDE-Protocol.h in Headers */,
|
|
2792
|
+
D62A8FB1FC7E22F8915C845B /* XCTMessagingRole_ActivityReporting-Protocol.h in Headers */,
|
|
2793
|
+
CE4ACC757D04A9662BC1D2D0 /* XCTMessagingRole_AttachmentFutureResultStatusUpdating-Protocol.h in Headers */,
|
|
2794
|
+
C14FD6933C5E978E7E54F44D /* XCTMessagingRole_BundleRequesting-Protocol.h in Headers */,
|
|
2795
|
+
A967F44C38E10C0295AD08FF /* XCTMessagingRole_CapabilityExchange-Protocol.h in Headers */,
|
|
2796
|
+
DAFD9ED6842CE53DBAF9F8EB /* XCTMessagingRole_DebugLogging-Protocol.h in Headers */,
|
|
2797
|
+
664471C47B921A09884F5C1F /* XCTMessagingRole_EventSynthesis-Protocol.h in Headers */,
|
|
2798
|
+
A0A7AB48F1A3AEEC70AF92D7 /* XCTMessagingRole_ForcePressureSupportQuerying-Protocol.h in Headers */,
|
|
2799
|
+
9E97481489FB2345F690578E /* XCTMessagingRole_HIDEventRecording-Protocol.h in Headers */,
|
|
2800
|
+
DFC01347FC6A5308D5C6765D /* XCTMessagingRole_MemoryTesting-Protocol.h in Headers */,
|
|
2801
|
+
C1ACCF2EAF1C402FDF4FEFFD /* XCTMessagingRole_PerformanceMeasurementReporting-Protocol.h in Headers */,
|
|
2802
|
+
DBD3777FD8EAD997F04F52A2 /* XCTMessagingRole_ProcessMonitoring-Protocol.h in Headers */,
|
|
2803
|
+
0D0C43A58560AC8C4E368E4A /* XCTMessagingRole_ProtectedResourceAuthorization-Protocol.h in Headers */,
|
|
2804
|
+
11B77103CCE2F4A4FA79A77B /* XCTMessagingRole_ScreenRecording-Protocol.h in Headers */,
|
|
2805
|
+
2FFA926EEC1E220816E7146D /* XCTMessagingRole_SelfDiagnosisIssueReporting-Protocol.h in Headers */,
|
|
2806
|
+
52EDA2654EA1B8E6FB842FB3 /* XCTMessagingRole_SignpostRequesting-Protocol.h in Headers */,
|
|
2807
|
+
6EC82BD561787BE315AD369A /* XCTMessagingRole_SiriAutomation-Protocol.h in Headers */,
|
|
2808
|
+
FBB82323D9D57F069440BF94 /* XCTMessagingRole_SystemConfiguration-Protocol.h in Headers */,
|
|
2809
|
+
328BB10FEA4029E1464BA7B6 /* XCTMessagingRole_TelemetrySending-Protocol.h in Headers */,
|
|
2810
|
+
628A0FE5A2838D06641C3433 /* XCTMessagingRole_TestExecution-Protocol.h in Headers */,
|
|
2811
|
+
0C76F63F9267E31C670675B0 /* XCTMessagingRole_TestReporting-Protocol.h in Headers */,
|
|
2812
|
+
E78F581F8E7530B24AC31A8B /* XCTMessagingRole_UIAutomation-Protocol.h in Headers */,
|
|
2813
|
+
0CD32F774B0F7460E218D576 /* XCTMessagingRole_UIAutomationRunnerEventReporting-Protocol.h in Headers */,
|
|
2814
|
+
ADE8BF2FC2056E7FD579FAB3 /* XCTMessagingRole_UserPresence-Protocol.h in Headers */,
|
|
2815
|
+
3E52826A2F3E44C94AF5ADBF /* XCTMetricDiagnosticHelper.h in Headers */,
|
|
2816
|
+
A2DF15998691849E3DFF34FF /* XCTPromise.h in Headers */,
|
|
2817
|
+
2F56E0614B3A533F388B6B51 /* XCTRemoteSignpostListenerProxy-Protocol.h in Headers */,
|
|
2818
|
+
9D5C3F3CA977F4F964542F21 /* XCTRepetitionPolicy.h in Headers */,
|
|
2819
|
+
F12D854E1692CE11249A9762 /* XCTReportingSession.h in Headers */,
|
|
2820
|
+
153F9DE7ABF551A58C1F38B0 /* XCTReportingSessionConfiguration-Protocol.h in Headers */,
|
|
2821
|
+
5967912A40E807CDBE87E4B2 /* XCTReportingSessionIssueReporter-Protocol.h in Headers */,
|
|
2822
|
+
3E73A3A978AB5ECBF68EE1F1 /* XCTReportingSessionTestContainer-Protocol.h in Headers */,
|
|
2823
|
+
BC91E1DAF79A56CFC4A77D6E /* XCTReportingSessionTestReporter.h in Headers */,
|
|
2824
|
+
2C0D6BA4BD20262B836CEDA3 /* XCTRunnerAutomationSession-Protocol.h in Headers */,
|
|
2825
|
+
025456CB4E76A4A4AFD07143 /* XCTRunnerDaemonSessionUIAutomationDelegate-Protocol.h in Headers */,
|
|
2826
|
+
5264691C82CAED776872EB9E /* XCTRunnerIDESessionDelegate-Protocol.h in Headers */,
|
|
2827
|
+
7D2D0CCEF44A91BDB34F5943 /* XCTRuntimeDiagnosticsPolicy.h in Headers */,
|
|
2828
|
+
AF718FF9F916429C65A2FD11 /* XCTRuntimeIssueDetectionPolicy.h in Headers */,
|
|
2829
|
+
1A1EA47F655C5EC77B5DC1DF /* XCTScreenCapturePolicy.h in Headers */,
|
|
2830
|
+
140BE8ACECBDB1B06FF531E1 /* XCTSignpostListener-Protocol.h in Headers */,
|
|
2831
|
+
8935209ECEC079F126FBDFAC /* XCTSkippedTestContext.h in Headers */,
|
|
2832
|
+
7CB113A4CAF4C22E962E2097 /* XCTSourceCodeContext.h in Headers */,
|
|
2833
|
+
E571286CBEA891946EED7C70 /* XCTSourceCodeLocation.h in Headers */,
|
|
2834
|
+
BFF5D9B9446DD542E5D6017D /* XCTTagSelection.h in Headers */,
|
|
2835
|
+
E29A0688606C24973775C64D /* XCTTestIdentifier.h in Headers */,
|
|
2836
|
+
757C820973C6603AB68DE0C9 /* XCTTestIdentifierSet.h in Headers */,
|
|
2837
|
+
A2D5B2F38D9CBEF9AEF93568 /* XCTTestSelection.h in Headers */,
|
|
2838
|
+
D42BE4D9C5231F13BD465DBD /* XCTWaiterManager-Protocol.h in Headers */,
|
|
2839
|
+
D227087A470351BB2BD58376 /* XCTWaiterWait.h in Headers */,
|
|
2840
|
+
8F36546FCCCBE918C9088111 /* XCTestCaseDiscoveryUIAutomationDelegate-Protocol.h in Headers */,
|
|
2841
|
+
1293AD05FC8083D9D3050328 /* XCTestCaseUIAutomationDelegate-Protocol.h in Headers */,
|
|
2842
|
+
FAAD39E3C21C0415EE00F703 /* XCTestCastMethodNamesUIAutomationDelegate-Protocol.h in Headers */,
|
|
2843
|
+
CF063E3902F2FF73D65CAAA9 /* XCUIAXNotificationHandling-Protocol.h in Headers */,
|
|
2844
|
+
59689A4C5FC03AF28D15FAA2 /* XCUIAccessibilityInterface-Protocol.h in Headers */,
|
|
2845
|
+
C3A3578B56BF260A77EB1ECF /* XCUIAlertMonitoring-Protocol.h in Headers */,
|
|
2846
|
+
229F9F5B85C1255447495847 /* XCUIApplicationAutomationSessionProviding-Protocol.h in Headers */,
|
|
2847
|
+
81A1DA56232415B8FC3329E8 /* XCUIApplicationImplReporter-Protocol.h in Headers */,
|
|
2848
|
+
81879CE5BE319B4108442671 /* XCUIApplicationManaging-Protocol.h in Headers */,
|
|
2849
|
+
C88484A3F4ADEB3ECD16650E /* XCUIApplicationMonitor-Protocol.h in Headers */,
|
|
2850
|
+
40CF9CA5CE21FC96F1AFF761 /* XCUIApplicationOpenRequest.h in Headers */,
|
|
2851
|
+
A35E3A923D45D0474AE04949 /* XCUIApplicationPlatformServicesProviderDelegate-Protocol.h in Headers */,
|
|
2852
|
+
C040AE5F2E3B934E8EEAEE0F /* XCUIApplicationProcessDelegate-Protocol.h in Headers */,
|
|
2853
|
+
4D11329B023E8B4C4EF348CF /* XCUIApplicationProcessManaging-Protocol.h in Headers */,
|
|
2854
|
+
E1E21D96BC2347D9AC01269D /* XCUIApplicationProcessTracker-Protocol.h in Headers */,
|
|
2855
|
+
F64EF1C56AE8F27435B2FD09 /* XCUIApplicationRegistry.h in Headers */,
|
|
2856
|
+
587AA46196BC2C46555C8E44 /* XCUIButtonConsole.h in Headers */,
|
|
2857
|
+
300465664BD787F72A66A990 /* XCUIDeviceAutomationModeInterface-Protocol.h in Headers */,
|
|
2858
|
+
68CF77BE3F4B659BAFC99AF1 /* XCUIDeviceDelayedAttachmentTransferSupportInterface-Protocol.h in Headers */,
|
|
2859
|
+
F12C29FCEE471095C1FA8A7A /* XCUIDeviceEventAndStateInterface-Protocol.h in Headers */,
|
|
2860
|
+
5FB3A9CA82CFF72F6B1FCBA2 /* XCUIElementAttributesPrivate-Protocol.h in Headers */,
|
|
2861
|
+
F9EA3F69A986D8D59A5122DB /* XCUIElementEventTarget-Protocol.h in Headers */,
|
|
2862
|
+
C4FA6AE56892A53972967885 /* XCUIElementTypeQueryProvider_Private-Protocol.h in Headers */,
|
|
2863
|
+
1CDBA5F3409E37EF663C38EE /* XCUIEventRecording-Protocol.h in Headers */,
|
|
2864
|
+
CAA29EF94D29713540C57528 /* XCUIInterruptionMonitoring-Protocol.h in Headers */,
|
|
2865
|
+
BEA2BBF8D2DB363E141B3BD3 /* XCUIIssueDiagnosticsProviding-Protocol.h in Headers */,
|
|
2866
|
+
7D39CABC61A3F585DEC1E6B1 /* XCUIKnobControl.h in Headers */,
|
|
2867
|
+
8A8D9B0342BC43BEB65749B7 /* XCUILocation.h in Headers */,
|
|
2868
|
+
18FDF2A8A86ED3286CD819DF /* XCUIPlatformApplicationServicesProviding-Protocol.h in Headers */,
|
|
2869
|
+
797F7D6C82C038B5CC646C3C /* XCUIRemoteAccessibilityInterface-Protocol.h in Headers */,
|
|
2870
|
+
2591714E3B2C31C6DF08CBAB /* XCUIRemoteDeviceRunner-Protocol.h in Headers */,
|
|
2871
|
+
3A8D076DCDB0BDD00C57305C /* XCUIRemoteSiriInterface-Protocol.h in Headers */,
|
|
2872
|
+
AF13E087AA2FF233A495CD0A /* XCUIResetAuthorizationStatusOfProtectedResourcesInterface-Protocol.h in Headers */,
|
|
2873
|
+
E2EEFB9B3D049FB31AF1CFF4 /* XCUISiriService.h in Headers */,
|
|
2874
|
+
1AECD74FEBA8DA2054D5424F /* XCUISystem.h in Headers */,
|
|
2875
|
+
D9D6F0D054AF1BDAAFD0E667 /* XCUIXcodeApplicationManaging-Protocol.h in Headers */,
|
|
2876
|
+
D02E19924A93582C7F4F80AF /* _TtC10XCTestCore19XCTReportingContext.h in Headers */,
|
|
2877
|
+
26E854C28CA7B6C4CDBF5DE3 /* _XCTMessaging_VoidProtocol-Protocol.h in Headers */,
|
|
2878
|
+
1DFC6477940D11BBAD68D59F /* _XCTestObservationInternal-Protocol.h in Headers */,
|
|
2879
|
+
BF9B191D841681A571BAFED1 /* _XCTestObservationPrivate-Protocol.h in Headers */,
|
|
2880
|
+
5B736BB83DEA69D3C5EEC7E1 /* XCTElementSetTransformer-Protocol.h in Headers */,
|
|
2670
2881
|
);
|
|
2671
2882
|
runOnlyForDeploymentPostprocessing = 0;
|
|
2672
2883
|
};
|
|
@@ -2680,6 +2891,34 @@
|
|
|
2680
2891
|
);
|
|
2681
2892
|
runOnlyForDeploymentPostprocessing = 0;
|
|
2682
2893
|
};
|
|
2894
|
+
8E87F5A3E5C2A3F22C298160 /* Headers */ = {
|
|
2895
|
+
isa = PBXHeadersBuildPhase;
|
|
2896
|
+
buildActionMask = 2147483647;
|
|
2897
|
+
files = (
|
|
2898
|
+
);
|
|
2899
|
+
runOnlyForDeploymentPostprocessing = 0;
|
|
2900
|
+
};
|
|
2901
|
+
A4440DC716C640EF562EE5DC /* Headers */ = {
|
|
2902
|
+
isa = PBXHeadersBuildPhase;
|
|
2903
|
+
buildActionMask = 2147483647;
|
|
2904
|
+
files = (
|
|
2905
|
+
);
|
|
2906
|
+
runOnlyForDeploymentPostprocessing = 0;
|
|
2907
|
+
};
|
|
2908
|
+
A9A1B9A1E280C98D76B54D86 /* Headers */ = {
|
|
2909
|
+
isa = PBXHeadersBuildPhase;
|
|
2910
|
+
buildActionMask = 2147483647;
|
|
2911
|
+
files = (
|
|
2912
|
+
);
|
|
2913
|
+
runOnlyForDeploymentPostprocessing = 0;
|
|
2914
|
+
};
|
|
2915
|
+
BFB138089A22AF05B7D37301 /* Headers */ = {
|
|
2916
|
+
isa = PBXHeadersBuildPhase;
|
|
2917
|
+
buildActionMask = 2147483647;
|
|
2918
|
+
files = (
|
|
2919
|
+
);
|
|
2920
|
+
runOnlyForDeploymentPostprocessing = 0;
|
|
2921
|
+
};
|
|
2683
2922
|
EE158A961CBD452B00A3E3F0 /* Headers */ = {
|
|
2684
2923
|
isa = PBXHeadersBuildPhase;
|
|
2685
2924
|
buildActionMask = 2147483647;
|
|
@@ -2690,7 +2929,6 @@
|
|
|
2690
2929
|
AD76723D1D6B7CC000610457 /* XCUIElement+FBTyping.h in Headers */,
|
|
2691
2930
|
EEE376451D59F81400ED88DD /* XCUIElement+FBUtilities.h in Headers */,
|
|
2692
2931
|
EE158AB21CBD456F00A3E3F0 /* XCUIElement+FBScrolling.h in Headers */,
|
|
2693
|
-
EE35AD361E3B77D600A02D78 /* XCSourceCodeTreeNode.h in Headers */,
|
|
2694
2932
|
EE35AD341E3B77D600A02D78 /* XCPointerEventPath.h in Headers */,
|
|
2695
2933
|
713AE575243A53BE0000D657 /* FBW3CActionsHelpers.h in Headers */,
|
|
2696
2934
|
EE158AE11CBD456F00A3E3F0 /* FBRouteRequest.h in Headers */,
|
|
@@ -2702,31 +2940,22 @@
|
|
|
2702
2940
|
EE158AE41CBD456F00A3E3F0 /* FBSession.h in Headers */,
|
|
2703
2941
|
13DE7A55287CA1EC003243C6 /* FBXCElementSnapshotWrapper.h in Headers */,
|
|
2704
2942
|
F59CD6D42EF16E5E00F91287 /* XCUIElement+FBCustomActions.h in Headers */,
|
|
2705
|
-
EE35AD0F1E3B77D600A02D78 /* _XCTestImplementation.h in Headers */,
|
|
2706
2943
|
71241D7B1FAE3D2500B9559F /* FBTouchActionCommands.h in Headers */,
|
|
2707
2944
|
EE158ACA1CBD456F00A3E3F0 /* FBTouchIDCommands.h in Headers */,
|
|
2708
2945
|
EE35AD6A1E3B77D600A02D78 /* XCUIApplication.h in Headers */,
|
|
2709
2946
|
EE158ABA1CBD456F00A3E3F0 /* FBCustomCommands.h in Headers */,
|
|
2710
|
-
EE35AD0D1E3B77D600A02D78 /* _XCTestCaseInterruptionException.h in Headers */,
|
|
2711
2947
|
EE158AC41CBD456F00A3E3F0 /* FBOrientationCommands.h in Headers */,
|
|
2712
2948
|
71BB58EF2B96511800CB9BFE /* FBVideoCommands.h in Headers */,
|
|
2713
2949
|
7119097C2152580600BA3C7E /* XCUIScreen.h in Headers */,
|
|
2714
2950
|
EE35AD611E3B77D600A02D78 /* XCTRunnerIDESession.h in Headers */,
|
|
2715
2951
|
EE158AE01CBD456F00A3E3F0 /* FBRouteRequest-Private.h in Headers */,
|
|
2716
|
-
EE35AD621E3B77D600A02D78 /* XCTTestRunSession.h in Headers */,
|
|
2717
|
-
EE35AD541E3B77D600A02D78 /* XCTestProbe.h in Headers */,
|
|
2718
2952
|
EE35AD281E3B77D600A02D78 /* XCApplicationQuery.h in Headers */,
|
|
2719
2953
|
E444DCB124913C220060D7EB /* RoutingConnection.h in Headers */,
|
|
2720
|
-
EE35AD3C1E3B77D600A02D78 /* XCTAsyncActivity.h in Headers */,
|
|
2721
|
-
EE35AD501E3B77D600A02D78 /* XCTestMisuseObserver.h in Headers */,
|
|
2722
2954
|
EE35AD601E3B77D600A02D78 /* XCTRunnerDaemonSession.h in Headers */,
|
|
2723
2955
|
71414ED62670A1EE003A8C5D /* LRUCacheNode.h in Headers */,
|
|
2724
2956
|
64B2650A228CE4FF002A5025 /* FBTVNavigationTracker-Private.h in Headers */,
|
|
2725
2957
|
71B155DF23080CA600646AFB /* FBProtocolHelpers.h in Headers */,
|
|
2726
|
-
EE35AD4B1E3B77D600A02D78 /* XCTestExpectationWaiter.h in Headers */,
|
|
2727
|
-
EE35AD1E1E3B77D600A02D78 /* UIGestureRecognizer-RecordingAdditions.h in Headers */,
|
|
2728
2958
|
6496A5D9230D6EB30087F8CB /* AXSettings.h in Headers */,
|
|
2729
|
-
EE35AD301E3B77D600A02D78 /* XCKeyboardKeyMap.h in Headers */,
|
|
2730
2959
|
EE35AD5D1E3B77D600A02D78 /* XCTNSPredicateExpectationObject-Protocol.h in Headers */,
|
|
2731
2960
|
714E14B829805CAE00375DD7 /* XCAXClient_iOS+FBSnapshotReqParams.h in Headers */,
|
|
2732
2961
|
EE158B5F1CBD47A000A3E3F0 /* WebDriverAgentLib.h in Headers */,
|
|
@@ -2735,15 +2964,10 @@
|
|
|
2735
2964
|
EE35AD551E3B77D600A02D78 /* XCTestRun.h in Headers */,
|
|
2736
2965
|
EE158AE61CBD456F00A3E3F0 /* FBWebServer.h in Headers */,
|
|
2737
2966
|
EE158AC61CBD456F00A3E3F0 /* FBScreenshotCommands.h in Headers */,
|
|
2738
|
-
EE35AD0A1E3B77D600A02D78 /* _XCKVOExpectationImplementation.h in Headers */,
|
|
2739
2967
|
EE0D1F611EBCDCF7006A3123 /* NSString+FBVisualLength.h in Headers */,
|
|
2740
2968
|
EE35AD7B1E3B80C000A02D78 /* FBXCTestDaemonsProxy.h in Headers */,
|
|
2741
|
-
EE35AD721E3B77D600A02D78 /* XCUIElementHitPointCoordinate.h in Headers */,
|
|
2742
|
-
EE35AD3F1E3B77D600A02D78 /* XCTDarwinNotificationExpectation.h in Headers */,
|
|
2743
|
-
EE35AD5F1E3B77D600A02D78 /* XCTRunnerAutomationSession.h in Headers */,
|
|
2744
2969
|
13DE7A4F287C46BB003243C6 /* FBXCElementSnapshot.h in Headers */,
|
|
2745
2970
|
71C9EAAC25E8415A00470CD8 /* FBScreenshot.h in Headers */,
|
|
2746
|
-
EE35AD371E3B77D600A02D78 /* XCSourceCodeTreeNodeEnumerator.h in Headers */,
|
|
2747
2971
|
EE158AB01CBD456F00A3E3F0 /* XCUIElement+FBIsVisible.h in Headers */,
|
|
2748
2972
|
71414ED42670A1EE003A8C5D /* LRUCache.h in Headers */,
|
|
2749
2973
|
EE158ADC1CBD456F00A3E3F0 /* FBResponsePayload.h in Headers */,
|
|
@@ -2751,81 +2975,56 @@
|
|
|
2751
2975
|
EE158ACC1CBD456F00A3E3F0 /* FBUnknownCommands.h in Headers */,
|
|
2752
2976
|
641EE7052240CDCF00173FCB /* XCUIElement+FBTVFocuse.h in Headers */,
|
|
2753
2977
|
71A224E51DE2F56600844D55 /* NSPredicate+FBFormat.h in Headers */,
|
|
2754
|
-
EE35AD1F1E3B77D600A02D78 /* UILongPressGestureRecognizer-RecordingAdditions.h in Headers */,
|
|
2755
2978
|
EE35AD411E3B77D600A02D78 /* XCTestCase.h in Headers */,
|
|
2756
|
-
EE35AD391E3B77D600A02D78 /* XCSymbolicatorHolder.h in Headers */,
|
|
2757
2979
|
EE35AD6B1E3B77D600A02D78 /* XCUIApplicationImpl.h in Headers */,
|
|
2758
|
-
EE35AD201E3B77D600A02D78 /* UIPanGestureRecognizer-RecordingAdditions.h in Headers */,
|
|
2759
2980
|
71555A3D1DEC460A007D4A8B /* NSExpression+FBFormat.h in Headers */,
|
|
2760
2981
|
71D3B3D5267FC7260076473D /* XCUIElement+FBResolve.h in Headers */,
|
|
2761
|
-
EE35AD0C1E3B77D600A02D78 /* _XCTestCaseImplementation.h in Headers */,
|
|
2762
|
-
EE35AD211E3B77D600A02D78 /* UIPinchGestureRecognizer-RecordingAdditions.h in Headers */,
|
|
2763
|
-
EE35AD4F1E3B77D600A02D78 /* XCTestManager_TestsInterface-Protocol.h in Headers */,
|
|
2764
2982
|
719CD8FC2126C88B00C7D0C2 /* XCUIApplication+FBAlert.h in Headers */,
|
|
2765
2983
|
EE18883A1DA661C400307AA8 /* FBMathUtils.h in Headers */,
|
|
2766
2984
|
13DE7A49287C4005003243C6 /* FBXCDeviceEvent.h in Headers */,
|
|
2767
2985
|
71B155DA23070ECF00646AFB /* FBHTTPStatusCodes.h in Headers */,
|
|
2768
|
-
EE35AD221E3B77D600A02D78 /* UISwipeGestureRecognizer-RecordingAdditions.h in Headers */,
|
|
2769
2986
|
713C6DCF1DDC772A00285B92 /* FBElementUtils.h in Headers */,
|
|
2770
2987
|
EE158ABC1CBD456F00A3E3F0 /* FBDebugCommands.h in Headers */,
|
|
2771
|
-
EE35AD561E3B77D600A02D78 /* XCTestSuite.h in Headers */,
|
|
2772
2988
|
EE35AD6D1E3B77D600A02D78 /* XCUICoordinate.h in Headers */,
|
|
2773
2989
|
714EAA0D2673FDFE005C5B47 /* FBCapabilities.h in Headers */,
|
|
2774
|
-
EE35AD5C1E3B77D600A02D78 /* XCTNSPredicateExpectation.h in Headers */,
|
|
2775
2990
|
EE35AD521E3B77D600A02D78 /* XCTestObservationCenter.h in Headers */,
|
|
2776
2991
|
71AE3CF92D38EE8E0039FC36 /* XCUIElement+FBVisibleFrame.h in Headers */,
|
|
2777
|
-
EE35AD5B1E3B77D600A02D78 /* XCTNSNotificationExpectation.h in Headers */,
|
|
2778
2992
|
E444DC97249131D40060D7EB /* HTTPServer.h in Headers */,
|
|
2779
2993
|
E444DCAE24913C220060D7EB /* HTTPResponseProxy.h in Headers */,
|
|
2780
|
-
EE35AD751E3B77D600A02D78 /* XCUIRecorderNodeFinder.h in Headers */,
|
|
2781
2994
|
1357E296233D05240054BDB8 /* XCUIHitPointResult.h in Headers */,
|
|
2782
2995
|
711CD03425ED1106001C01D2 /* XCUIScreenDataSource-Protocol.h in Headers */,
|
|
2783
2996
|
EE158AAE1CBD456F00A3E3F0 /* XCUIElement+FBAccessibility.h in Headers */,
|
|
2784
|
-
EE35AD781E3B77D600A02D78 /* XCUIRecorderUtilities.h in Headers */,
|
|
2785
2997
|
EE35AD421E3B77D600A02D78 /* XCTestCaseRun.h in Headers */,
|
|
2786
2998
|
EE35AD441E3B77D600A02D78 /* XCTestConfiguration.h in Headers */,
|
|
2787
2999
|
715A84D02DD92AD3007134CC /* FBElementHelpers.h in Headers */,
|
|
2788
|
-
EE35AD0B1E3B77D600A02D78 /* _XCTDarwinNotificationExpectationImplementation.h in Headers */,
|
|
2789
3000
|
718226CA2587443700661B83 /* GCDAsyncUdpSocket.h in Headers */,
|
|
2790
3001
|
EE35AD491E3B77D600A02D78 /* XCTestExpectation.h in Headers */,
|
|
2791
3002
|
EE158AE81CBD456F00A3E3F0 /* FBElementTypeTransformer.h in Headers */,
|
|
2792
3003
|
7157B291221DADD2001C348C /* FBXCAXClientProxy.h in Headers */,
|
|
2793
3004
|
EE158AD21CBD456F00A3E3F0 /* FBElementCache.h in Headers */,
|
|
2794
|
-
EE35AD5A1E3B77D600A02D78 /* XCTMetric.h in Headers */,
|
|
2795
|
-
EE35AD461E3B77D600A02D78 /* XCTestContextScope.h in Headers */,
|
|
2796
3005
|
71BB58F62B96531900CB9BFE /* FBScreenRecordingContainer.h in Headers */,
|
|
2797
3006
|
71A7EAF51E20516B001DA4F2 /* XCUIElement+FBClassChain.h in Headers */,
|
|
2798
3007
|
EE158ADA1CBD456F00A3E3F0 /* FBResponseJSONPayload.h in Headers */,
|
|
2799
|
-
EE35AD3D1E3B77D600A02D78 /* XCTAutomationTarget-Protocol.h in Headers */,
|
|
2800
3008
|
EE158AD01CBD456F00A3E3F0 /* FBElement.h in Headers */,
|
|
2801
|
-
EE35AD3E1E3B77D600A02D78 /* XCTAXClient-Protocol.h in Headers */,
|
|
2802
3009
|
EE158AD41CBD456F00A3E3F0 /* FBExceptionHandler.h in Headers */,
|
|
2803
3010
|
EE158ADE1CBD456F00A3E3F0 /* FBRoute.h in Headers */,
|
|
2804
3011
|
E444DC81249131B10060D7EB /* DDRange.h in Headers */,
|
|
2805
3012
|
EE35AD471E3B77D600A02D78 /* XCTestDriver.h in Headers */,
|
|
2806
|
-
EE35AD121E3B77D600A02D78 /* _XCTNSNotificationExpectationImplementation.h in Headers */,
|
|
2807
3013
|
E444DC93249131D40060D7EB /* HTTPMessage.h in Headers */,
|
|
2808
3014
|
EE35AD3A1E3B77D600A02D78 /* XCSynthesizedEventRecord.h in Headers */,
|
|
2809
3015
|
E444DCAD24913C220060D7EB /* RouteResponse.h in Headers */,
|
|
2810
|
-
EE35AD671E3B77D600A02D78 /* XCTWaiterDelegatePrivate-Protocol.h in Headers */,
|
|
2811
|
-
EE35AD4D1E3B77D600A02D78 /* XCTestManager_IDEInterface-Protocol.h in Headers */,
|
|
2812
3016
|
13DE7A5B287CA444003243C6 /* FBXCElementSnapshotWrapper+Helpers.h in Headers */,
|
|
2813
3017
|
711084441DA3AA7500F913D6 /* FBXPath.h in Headers */,
|
|
2814
|
-
EE35AD771E3B77D600A02D78 /* XCUIRecorderTimingMessage.h in Headers */,
|
|
2815
3018
|
E444DC83249131B10060D7EB /* DDNumber.h in Headers */,
|
|
2816
|
-
EE35AD271E3B77D600A02D78 /* XCApplicationMonitor.h in Headers */,
|
|
2817
3019
|
EE8DDD7F20C5733C004D4925 /* XCUIElement+FBForceTouch.h in Headers */,
|
|
2818
3020
|
71A5C67329A4F39600421C37 /* XCTIssue+FBPatcher.h in Headers */,
|
|
2819
3021
|
716F0DA12A16CA1000CDD977 /* NSDictionary+FBUtf8SafeDictionary.h in Headers */,
|
|
2820
3022
|
EE158AEA1CBD456F00A3E3F0 /* FBRuntimeUtils.h in Headers */,
|
|
2821
3023
|
7136A4791E8918E60024FC3D /* XCUIElement+FBPickerWheel.h in Headers */,
|
|
2822
3024
|
E444DCB324913C220060D7EB /* RoutingHTTPServer.h in Headers */,
|
|
2823
|
-
EE35AD511E3B77D600A02D78 /* XCTestObservation-Protocol.h in Headers */,
|
|
2824
|
-
EE35AD131E3B77D600A02D78 /* _XCTNSPredicateExpectationImplementation.h in Headers */,
|
|
2825
3025
|
EE158ABE1CBD456F00A3E3F0 /* FBElementCommands.h in Headers */,
|
|
2826
3026
|
715557D3211DBCE700613B26 /* FBTCPSocket.h in Headers */,
|
|
2827
3027
|
71B49EC71ED1A58100D51AD6 /* XCUIElement+FBUID.h in Headers */,
|
|
2828
|
-
EE35AD381E3B77D600A02D78 /* XCSymbolicationRecord.h in Headers */,
|
|
2829
3028
|
EE35AD6E1E3B77D600A02D78 /* XCUIDevice.h in Headers */,
|
|
2830
3029
|
71BD20731F86116100B36EC2 /* XCUIApplication+FBTouchAction.h in Headers */,
|
|
2831
3030
|
EE158ACE1CBD456F00A3E3F0 /* FBCommandHandler.h in Headers */,
|
|
@@ -2839,33 +3038,24 @@
|
|
|
2839
3038
|
EE158AB81CBD456F00A3E3F0 /* FBAlertViewCommands.h in Headers */,
|
|
2840
3039
|
EE35AD651E3B77D600A02D78 /* XCTWaiter.h in Headers */,
|
|
2841
3040
|
EE35AD681E3B77D600A02D78 /* XCTWaiterManagement-Protocol.h in Headers */,
|
|
2842
|
-
EE35AD451E3B77D600A02D78 /* XCTestContext.h in Headers */,
|
|
2843
|
-
EE35AD661E3B77D600A02D78 /* XCTWaiterDelegate-Protocol.h in Headers */,
|
|
2844
|
-
EE35AD0E1E3B77D600A02D78 /* _XCTestExpectationImplementation.h in Headers */,
|
|
2845
3041
|
EE35AD291E3B77D600A02D78 /* XCAXClient_iOS.h in Headers */,
|
|
2846
|
-
EE35AD691E3B77D600A02D78 /* XCTWaiterManager.h in Headers */,
|
|
2847
|
-
EE35AD481E3B77D600A02D78 /* XCTestDriverInterface-Protocol.h in Headers */,
|
|
2848
3042
|
648C10AF22AAAE4000B81B9A /* TIPreferencesController.h in Headers */,
|
|
2849
3043
|
E444DC6C249131890060D7EB /* HTTPDataResponse.h in Headers */,
|
|
2850
3044
|
E444DC65249131890060D7EB /* HTTPErrorResponse.h in Headers */,
|
|
2851
|
-
EE35AD111E3B77D600A02D78 /* _XCTestSuiteImplementation.h in Headers */,
|
|
2852
3045
|
714097431FAE1B0B008FB2C5 /* FBBaseActionsSynthesizer.h in Headers */,
|
|
2853
3046
|
AD6C26941CF2379700F8B5FF /* FBAlert.h in Headers */,
|
|
2854
3047
|
EE35AD731E3B77D600A02D78 /* XCUIElementQuery.h in Headers */,
|
|
2855
3048
|
EE35AD331E3B77D600A02D78 /* XCPointerEvent.h in Headers */,
|
|
2856
|
-
EE35AD351E3B77D600A02D78 /* XCSourceCodeRecording.h in Headers */,
|
|
2857
3049
|
71D04DC825356C43008A052C /* XCUIElement+FBCaching.h in Headers */,
|
|
2858
3050
|
71BB58E12B9631F100CB9BFE /* FBScreenRecordingPromise.h in Headers */,
|
|
2859
3051
|
E444DC99249131D40060D7EB /* HTTPLogging.h in Headers */,
|
|
2860
3052
|
E444DC9B249131D40060D7EB /* HTTPResponse.h in Headers */,
|
|
2861
3053
|
EEE9B4721CD02B88009D2030 /* FBRunLoopSpinner.h in Headers */,
|
|
2862
3054
|
EE3A18621CDE618F00DE4205 /* FBErrorBuilder.h in Headers */,
|
|
2863
|
-
EE35AD261E3B77D600A02D78 /* XCApplicationMonitor_iOS.h in Headers */,
|
|
2864
3055
|
0E04133B2DF1E15900AF007C /* XCUIElement+FBMinMax.h in Headers */,
|
|
2865
3056
|
EE3A18661CDE734B00DE4205 /* FBKeyboard.h in Headers */,
|
|
2866
3057
|
AD6C269C1CF2494200F8B5FF /* XCUIApplication+FBHelpers.h in Headers */,
|
|
2867
3058
|
714D88CC2733FB970074A925 /* FBXMLGenerationOptions.h in Headers */,
|
|
2868
|
-
EE35AD101E3B77D600A02D78 /* _XCTestObservationCenterImplementation.h in Headers */,
|
|
2869
3059
|
AD6C26981CF2481700F8B5FF /* XCUIDevice+FBHelpers.h in Headers */,
|
|
2870
3060
|
71A7EAF91E224648001DA4F2 /* FBClassChainQueryParser.h in Headers */,
|
|
2871
3061
|
EE9B76AA1CF7A43900275851 /* FBMacros.h in Headers */,
|
|
@@ -2874,56 +3064,149 @@
|
|
|
2874
3064
|
EE35AD4A1E3B77D600A02D78 /* XCTestExpectationDelegate-Protocol.h in Headers */,
|
|
2875
3065
|
71F3E7D425417FF400E0C22B /* FBSettings.h in Headers */,
|
|
2876
3066
|
71F3E7D925417FF400E0C22C /* FBSettingsHandler.h in Headers */,
|
|
2877
|
-
EE35AD641E3B77D600A02D78 /* XCTUIApplicationMonitor-Protocol.h in Headers */,
|
|
2878
|
-
EE35AD591E3B77D600A02D78 /* XCTKVOExpectation.h in Headers */,
|
|
2879
3067
|
13DE7A43287C2A8D003243C6 /* FBXCAccessibilityElement.h in Headers */,
|
|
2880
3068
|
EEE376431D59F81400ED88DD /* XCUIDevice+FBRotation.h in Headers */,
|
|
2881
3069
|
A1B2C3D41F001A00A1B0006 /* XCUIDevice+FBVoiceOver.h in Headers */,
|
|
2882
|
-
EE35AD2E1E3B77D600A02D78 /* XCEventGenerator.h in Headers */,
|
|
2883
3070
|
EE9B76A61CF7A43900275851 /* FBConfiguration.h in Headers */,
|
|
2884
|
-
EE35AD571E3B77D600A02D78 /* XCTestSuiteRun.h in Headers */,
|
|
2885
|
-
EE35AD701E3B77D600A02D78 /* XCUIElementAsynchronousHandlerWrapper.h in Headers */,
|
|
2886
|
-
EE35AD4C1E3B77D600A02D78 /* XCTestLog.h in Headers */,
|
|
2887
3071
|
B31635202DDF0D0B007D9317 /* FBAccessibilityTraits.h in Headers */,
|
|
2888
3072
|
71BB58E82B96328700CB9BFE /* FBScreenRecordingRequest.h in Headers */,
|
|
2889
|
-
EE35AD231E3B77D600A02D78 /* UITapGestureRecognizer-RecordingAdditions.h in Headers */,
|
|
2890
3073
|
EE35AD2A1E3B77D600A02D78 /* XCDebugLogDelegate-Protocol.h in Headers */,
|
|
2891
|
-
EE35AD1C1E3B77D600A02D78 /* NSString-XCTAdditions.h in Headers */,
|
|
2892
|
-
EE35AD581E3B77D600A02D78 /* XCTestWaiter.h in Headers */,
|
|
2893
3074
|
7150348721A6DAD600A0F4BA /* FBImageUtils.h in Headers */,
|
|
2894
3075
|
C8FB547422D3949C00B69954 /* LSApplicationWorkspace.h in Headers */,
|
|
2895
3076
|
E444DCAF24913C220060D7EB /* Route.h in Headers */,
|
|
2896
|
-
EE35AD1D1E3B77D600A02D78 /* NSValue-XCTestAdditions.h in Headers */,
|
|
2897
|
-
EE35AD141E3B77D600A02D78 /* _XCTWaiterImpl.h in Headers */,
|
|
2898
3077
|
EE9B76A81CF7A43900275851 /* FBLogger.h in Headers */,
|
|
2899
|
-
EE35AD531E3B77D600A02D78 /* XCTestObserver.h in Headers */,
|
|
2900
3078
|
EE35AD6F1E3B77D600A02D78 /* XCUIElement.h in Headers */,
|
|
2901
|
-
EE35AD2F1E3B77D600A02D78 /* XCKeyboardInputSolver.h in Headers */,
|
|
2902
3079
|
71930C4220662E1F00D3AFEC /* FBPasteboard.h in Headers */,
|
|
2903
3080
|
EE7E271C1D06C69F001BEC7B /* FBDebugLogDelegateDecorator.h in Headers */,
|
|
2904
3081
|
EEDFE1211D9C06F800E6FFE5 /* XCUIDevice+FBHealthCheck.h in Headers */,
|
|
2905
3082
|
7155D703211DCEF400166C20 /* FBMjpegServer.h in Headers */,
|
|
2906
|
-
EE35AD761E3B77D600A02D78 /* XCUIRecorderNodeFinderMatch.h in Headers */,
|
|
2907
3083
|
EE35AD6C1E3B77D600A02D78 /* XCUIApplicationProcess.h in Headers */,
|
|
2908
3084
|
7140974B1FAE1B51008FB2C5 /* FBW3CActionsSynthesizer.h in Headers */,
|
|
2909
3085
|
EE35AD151E3B77D600A02D78 /* CDStructures.h in Headers */,
|
|
2910
3086
|
71E75E6D254824230099FC87 /* XCUIElementQuery+FBHelpers.h in Headers */,
|
|
2911
|
-
EE35AD311E3B77D600A02D78 /* XCKeyboardLayout.h in Headers */,
|
|
2912
3087
|
716C9DFA27315D21005AD475 /* FBReflectionUtils.h in Headers */,
|
|
2913
3088
|
E444DCB624913C220060D7EB /* RouteRequest.h in Headers */,
|
|
2914
3089
|
71F5BE23252E576C00EE9EBA /* XCUIElement+FBSwiping.h in Headers */,
|
|
2915
3090
|
718226CC2587443700661B83 /* GCDAsyncSocket.h in Headers */,
|
|
2916
|
-
EE35AD3B1E3B77D600A02D78 /* XCTAsyncActivity-Protocol.h in Headers */,
|
|
2917
|
-
EE35AD251E3B77D600A02D78 /* XCActivityRecord.h in Headers */,
|
|
2918
3091
|
EEBBD48B1D47746D00656A81 /* XCUIElement+FBFind.h in Headers */,
|
|
2919
|
-
EE35AD4E1E3B77D600A02D78 /* XCTestManager_ManagerInterface-Protocol.h in Headers */,
|
|
2920
3092
|
EE6A893A1D0B38640083E92B /* FBFailureProofTestCase.h in Headers */,
|
|
2921
3093
|
E444DC95249131D40060D7EB /* HTTPConnection.h in Headers */,
|
|
2922
|
-
EE35AD631E3B77D600A02D78 /* XCTTestRunSessionDelegate-Protocol.h in Headers */,
|
|
2923
|
-
EE35AD431E3B77D600A02D78 /* XCTestCaseSuite.h in Headers */,
|
|
2924
|
-
EE35AD091E3B77D600A02D78 /* _XCInternalTestRun.h in Headers */,
|
|
2925
3094
|
712A0C871DA3E55D007D02E5 /* FBXPath-Private.h in Headers */,
|
|
2926
|
-
|
|
3095
|
+
1D0120AD346A99834385FBAB /* NSFastEnumeration-Protocol.h in Headers */,
|
|
3096
|
+
7738D42AE84269A6963A5610 /* XCTAggregateSuiteRunStatistics.h in Headers */,
|
|
3097
|
+
3D39B383A140D6907C1FD590 /* XCTAttachmentManager.h in Headers */,
|
|
3098
|
+
9D806BE84EDEFF2B9BC6F729 /* XCTCapabilities.h in Headers */,
|
|
3099
|
+
2B9D1292546083ACA2E34DB4 /* XCTCapabilitiesProviding-Protocol.h in Headers */,
|
|
3100
|
+
F49E5675DB57AA9F67C662E2 /* XCTElementSnapshotAttributeDataSource-Protocol.h in Headers */,
|
|
3101
|
+
24BB9F6DBFBCEB5839984180 /* XCTElementSnapshotProvider-Protocol.h in Headers */,
|
|
3102
|
+
F03F1D8CFEA1D26423192BF0 /* XCTExpectedFailureContextManager.h in Headers */,
|
|
3103
|
+
EDF7C92DC3B9860FC08BE3DC /* XCTFuture.h in Headers */,
|
|
3104
|
+
5582410FB077944A4DB678F6 /* XCTHarnessEventReporting-Protocol.h in Headers */,
|
|
3105
|
+
75C826873B52331693682180 /* XCTIssue.h in Headers */,
|
|
3106
|
+
653D97915AD965AFFB133093 /* XCTIssueHandling-Protocol.h in Headers */,
|
|
3107
|
+
6B68382176E9918AF3110710 /* XCTMacCatalystStatusProviding-Protocol.h in Headers */,
|
|
3108
|
+
06E45CFFA4E41D77902DA67A /* XCTMeasureOptions.h in Headers */,
|
|
3109
|
+
AEA08D6963D0F969992A56C3 /* XCTMemoryChecker.h in Headers */,
|
|
3110
|
+
528747420DE2B33940204B98 /* XCTMemoryCheckerDelegate-Protocol.h in Headers */,
|
|
3111
|
+
79B8E6488DCC9A24132C3F07 /* XCTMessagingChannel_IDEToRunner-Protocol.h in Headers */,
|
|
3112
|
+
C47007FD2047EBF580060870 /* XCTMessagingChannel_RunnerToDaemon-Protocol.h in Headers */,
|
|
3113
|
+
94D6CDC7620D8C6E67BF2E61 /* XCTMessagingChannel_RunnerToIDE-Protocol.h in Headers */,
|
|
3114
|
+
67AFD75FBCD4BFC5424A0956 /* XCTMessagingRole_ActivityReporting-Protocol.h in Headers */,
|
|
3115
|
+
431476F175B158C8E009AF69 /* XCTMessagingRole_AttachmentFutureResultStatusUpdating-Protocol.h in Headers */,
|
|
3116
|
+
17847B7E3336DD878EC33908 /* XCTMessagingRole_BundleRequesting-Protocol.h in Headers */,
|
|
3117
|
+
C6E2082385DCBBF0D9E5F1DC /* XCTMessagingRole_CapabilityExchange-Protocol.h in Headers */,
|
|
3118
|
+
22D9C8C0CDA32D1F307A345E /* XCTMessagingRole_DebugLogging-Protocol.h in Headers */,
|
|
3119
|
+
C6D271F7B0C019C71E4C44FB /* XCTMessagingRole_EventSynthesis-Protocol.h in Headers */,
|
|
3120
|
+
5D8922D8CA1104F424884038 /* XCTMessagingRole_ForcePressureSupportQuerying-Protocol.h in Headers */,
|
|
3121
|
+
F044875736461509BDFC72B9 /* XCTMessagingRole_HIDEventRecording-Protocol.h in Headers */,
|
|
3122
|
+
FC607DB5132FEF425237267B /* XCTMessagingRole_MemoryTesting-Protocol.h in Headers */,
|
|
3123
|
+
C22CA4AEE1C7395AE82B3BD3 /* XCTMessagingRole_PerformanceMeasurementReporting-Protocol.h in Headers */,
|
|
3124
|
+
348B7FFB742C26599E44DB67 /* XCTMessagingRole_ProcessMonitoring-Protocol.h in Headers */,
|
|
3125
|
+
2238B4FC5C7DCD4B4215444D /* XCTMessagingRole_ProtectedResourceAuthorization-Protocol.h in Headers */,
|
|
3126
|
+
7B915C6285B9E84989FCB3D9 /* XCTMessagingRole_ScreenRecording-Protocol.h in Headers */,
|
|
3127
|
+
A95AE6DC8C54B7E2C3CB2570 /* XCTMessagingRole_SelfDiagnosisIssueReporting-Protocol.h in Headers */,
|
|
3128
|
+
317B37A91569F67DE9B2EACD /* XCTMessagingRole_SignpostRequesting-Protocol.h in Headers */,
|
|
3129
|
+
7A2822942A7A435177674385 /* XCTMessagingRole_SiriAutomation-Protocol.h in Headers */,
|
|
3130
|
+
33114F7BD00543F50F3BA4C8 /* XCTMessagingRole_SystemConfiguration-Protocol.h in Headers */,
|
|
3131
|
+
059D8E55BE9C5231DA354B0B /* XCTMessagingRole_TelemetrySending-Protocol.h in Headers */,
|
|
3132
|
+
76DDBF4B5DD942D2BC898FF6 /* XCTMessagingRole_TestExecution-Protocol.h in Headers */,
|
|
3133
|
+
2673EB1D621B1FE2248B5038 /* XCTMessagingRole_TestReporting-Protocol.h in Headers */,
|
|
3134
|
+
84198CB51920B55B0AD0F5B4 /* XCTMessagingRole_UIAutomation-Protocol.h in Headers */,
|
|
3135
|
+
1E668A3BF614D719AE5B4450 /* XCTMessagingRole_UIAutomationRunnerEventReporting-Protocol.h in Headers */,
|
|
3136
|
+
FDCF9A86C0531A1240ADAD4D /* XCTMessagingRole_UserPresence-Protocol.h in Headers */,
|
|
3137
|
+
28104BC8093DBFAB035820FA /* XCTMetricDiagnosticHelper.h in Headers */,
|
|
3138
|
+
2C3893641ACA0AAFCC8DEB98 /* XCTPromise.h in Headers */,
|
|
3139
|
+
C3E6942879518EC529341A25 /* XCTRemoteSignpostListenerProxy-Protocol.h in Headers */,
|
|
3140
|
+
BCC63D234BBBA7F8BF8E953D /* XCTRepetitionPolicy.h in Headers */,
|
|
3141
|
+
9709D6A72EB272D0EB6AD51B /* XCTReportingSession.h in Headers */,
|
|
3142
|
+
7C9C3C651FB37EC3ED8BC4C1 /* XCTReportingSessionConfiguration-Protocol.h in Headers */,
|
|
3143
|
+
B20597D3E9290B4E9ACB812B /* XCTReportingSessionIssueReporter-Protocol.h in Headers */,
|
|
3144
|
+
E2D4264AE37BE5A1EDEA72AF /* XCTReportingSessionTestContainer-Protocol.h in Headers */,
|
|
3145
|
+
F59DE3E26459A83A374E5B62 /* XCTReportingSessionTestReporter.h in Headers */,
|
|
3146
|
+
7182A87F3CAA27F71B624AD2 /* XCTRunnerAutomationSession-Protocol.h in Headers */,
|
|
3147
|
+
07D0D478F000C48B33956E9A /* XCTRunnerDaemonSessionUIAutomationDelegate-Protocol.h in Headers */,
|
|
3148
|
+
DF0FF8388E4C4CFDD1746BF7 /* XCTRunnerIDESessionDelegate-Protocol.h in Headers */,
|
|
3149
|
+
3EE6EE34505AC0D6A861F3A6 /* XCTRuntimeDiagnosticsPolicy.h in Headers */,
|
|
3150
|
+
445523B6024EAE485C37C931 /* XCTRuntimeIssueDetectionPolicy.h in Headers */,
|
|
3151
|
+
203561B6C2B8456509B60AD7 /* XCTScreenCapturePolicy.h in Headers */,
|
|
3152
|
+
C8350994D5FE05F8BE659171 /* XCTSignpostListener-Protocol.h in Headers */,
|
|
3153
|
+
E9BF93350E324F63CF400B58 /* XCTSkippedTestContext.h in Headers */,
|
|
3154
|
+
6E9672EC1A999619AED1EF4D /* XCTSourceCodeContext.h in Headers */,
|
|
3155
|
+
E951C9DC61A9C5B886B758C7 /* XCTSourceCodeLocation.h in Headers */,
|
|
3156
|
+
0B51B2F12BB356C47986D6F9 /* XCTTagSelection.h in Headers */,
|
|
3157
|
+
0936AE3F017DB42A03BF7751 /* XCTTestIdentifier.h in Headers */,
|
|
3158
|
+
D2A463EE081CED34AA988123 /* XCTTestIdentifierSet.h in Headers */,
|
|
3159
|
+
E9EC95AE6425FDB4048F050F /* XCTTestSelection.h in Headers */,
|
|
3160
|
+
983096F88976030E95E13362 /* XCTWaiterManager-Protocol.h in Headers */,
|
|
3161
|
+
047BE50FA0C6C01545FB1863 /* XCTWaiterWait.h in Headers */,
|
|
3162
|
+
C07F140AF96143A0A5CAA2B0 /* XCTestCaseDiscoveryUIAutomationDelegate-Protocol.h in Headers */,
|
|
3163
|
+
E9D0AEDEF6071D720A134E36 /* XCTestCaseUIAutomationDelegate-Protocol.h in Headers */,
|
|
3164
|
+
C1414C29C836902466C4D6DB /* XCTestCastMethodNamesUIAutomationDelegate-Protocol.h in Headers */,
|
|
3165
|
+
7AF7867A7C01AD420A4B8006 /* XCUIAXNotificationHandling-Protocol.h in Headers */,
|
|
3166
|
+
D234E390A449065FA22F28EF /* XCUIAccessibilityInterface-Protocol.h in Headers */,
|
|
3167
|
+
05AD9DFEC97A6E9BDF798CDF /* XCUIAlertMonitoring-Protocol.h in Headers */,
|
|
3168
|
+
E1F9DBCDED4574CBF53450BE /* XCUIApplicationAutomationSessionProviding-Protocol.h in Headers */,
|
|
3169
|
+
A14687C1A2FC70A2356B7839 /* XCUIApplicationImplReporter-Protocol.h in Headers */,
|
|
3170
|
+
BE63FC311D9DD0A98874568B /* XCUIApplicationManaging-Protocol.h in Headers */,
|
|
3171
|
+
61200BFA4A2ABBE0A9AF82FD /* XCUIApplicationMonitor-Protocol.h in Headers */,
|
|
3172
|
+
7FFC01A033E0B6345F89CDDC /* XCUIApplicationOpenRequest.h in Headers */,
|
|
3173
|
+
02BFEE1B0BF7B6532A9D1BFD /* XCUIApplicationPlatformServicesProviderDelegate-Protocol.h in Headers */,
|
|
3174
|
+
B6AB97EF303CCF15017EB07A /* XCUIApplicationProcessDelegate-Protocol.h in Headers */,
|
|
3175
|
+
E974ABEF5CF3E0EF12867E4B /* XCUIApplicationProcessManaging-Protocol.h in Headers */,
|
|
3176
|
+
66030D36126676CD334588B3 /* XCUIApplicationProcessTracker-Protocol.h in Headers */,
|
|
3177
|
+
7517E1E214BC4492019D61F4 /* XCUIApplicationRegistry.h in Headers */,
|
|
3178
|
+
A5B1AF65212923D21E54560E /* XCUIButtonConsole.h in Headers */,
|
|
3179
|
+
C3FAD491D46BA2655FDD5861 /* XCUIDeviceAutomationModeInterface-Protocol.h in Headers */,
|
|
3180
|
+
35C087E005C82F9642F8A76C /* XCUIDeviceDelayedAttachmentTransferSupportInterface-Protocol.h in Headers */,
|
|
3181
|
+
FEC3A97A4929115A192F947A /* XCUIDeviceEventAndStateInterface-Protocol.h in Headers */,
|
|
3182
|
+
668B1D9AFF85F0538E738675 /* XCUIElementAttributesPrivate-Protocol.h in Headers */,
|
|
3183
|
+
7E8A58D4008272867717EC09 /* XCUIElementEventTarget-Protocol.h in Headers */,
|
|
3184
|
+
BBB48B112970D60C5DBF4A79 /* XCUIElementTypeQueryProvider_Private-Protocol.h in Headers */,
|
|
3185
|
+
5E6CDEC88D7F31EEDA3B11FC /* XCUIEventRecording-Protocol.h in Headers */,
|
|
3186
|
+
914D7116A5BF672ACC7F1CE6 /* XCUIInterruptionMonitoring-Protocol.h in Headers */,
|
|
3187
|
+
0EFF39CC188B42E85D258F5A /* XCUIIssueDiagnosticsProviding-Protocol.h in Headers */,
|
|
3188
|
+
CA1E428789B0D9CB9C874133 /* XCUIKnobControl.h in Headers */,
|
|
3189
|
+
75AE290C7AFD434C65E42834 /* XCUILocation.h in Headers */,
|
|
3190
|
+
FAC85D261CAD26DB5F9D804C /* XCUIPlatformApplicationServicesProviding-Protocol.h in Headers */,
|
|
3191
|
+
45857453287A5CCEEFDCEE02 /* XCUIRemoteAccessibilityInterface-Protocol.h in Headers */,
|
|
3192
|
+
A1CB92379D590821A4D15953 /* XCUIRemoteDeviceRunner-Protocol.h in Headers */,
|
|
3193
|
+
15FD99037DE115FB57C1A1F2 /* XCUIRemoteSiriInterface-Protocol.h in Headers */,
|
|
3194
|
+
09C9A6DCF11987546931BE57 /* XCUIResetAuthorizationStatusOfProtectedResourcesInterface-Protocol.h in Headers */,
|
|
3195
|
+
887945F48A8D0BBC21EDBC27 /* XCUISiriService.h in Headers */,
|
|
3196
|
+
A72A8752161D64BDB5290703 /* XCUISystem.h in Headers */,
|
|
3197
|
+
36635A59A5AEDDEFC2FC01E3 /* XCUIXcodeApplicationManaging-Protocol.h in Headers */,
|
|
3198
|
+
E8E917CF8B3ADB4F24CD0B96 /* _TtC10XCTestCore19XCTReportingContext.h in Headers */,
|
|
3199
|
+
2F75D210958556EFE6DEBB53 /* _XCTMessaging_VoidProtocol-Protocol.h in Headers */,
|
|
3200
|
+
604A7EDA9D8A9BFCF3B62E5C /* _XCTestObservationInternal-Protocol.h in Headers */,
|
|
3201
|
+
AB126E96C642B235EE02B4F1 /* _XCTestObservationPrivate-Protocol.h in Headers */,
|
|
3202
|
+
8CB293E6451EB1A6D1240BAA /* XCTElementSetTransformer-Protocol.h in Headers */,
|
|
3203
|
+
);
|
|
3204
|
+
runOnlyForDeploymentPostprocessing = 0;
|
|
3205
|
+
};
|
|
3206
|
+
F27BD713F28743C63FD4CAAC /* Headers */ = {
|
|
3207
|
+
isa = PBXHeadersBuildPhase;
|
|
3208
|
+
buildActionMask = 2147483647;
|
|
3209
|
+
files = (
|
|
2927
3210
|
);
|
|
2928
3211
|
runOnlyForDeploymentPostprocessing = 0;
|
|
2929
3212
|
};
|
|
@@ -2938,6 +3221,7 @@
|
|
|
2938
3221
|
641EE2D72240BBE300173FCB /* Frameworks */,
|
|
2939
3222
|
641EE2D82240BBE300173FCB /* Resources */,
|
|
2940
3223
|
641EE3472240C1EF00173FCB /* Copy frameworks */,
|
|
3224
|
+
BFB138089A22AF05B7D37301 /* Headers */,
|
|
2941
3225
|
);
|
|
2942
3226
|
buildRules = (
|
|
2943
3227
|
);
|
|
@@ -2974,6 +3258,7 @@
|
|
|
2974
3258
|
64B264F5228C50E0002A5025 /* Sources */,
|
|
2975
3259
|
64B264F6228C50E0002A5025 /* Frameworks */,
|
|
2976
3260
|
64B264F7228C50E0002A5025 /* Resources */,
|
|
3261
|
+
8E87F5A3E5C2A3F22C298160 /* Headers */,
|
|
2977
3262
|
);
|
|
2978
3263
|
buildRules = (
|
|
2979
3264
|
);
|
|
@@ -3010,6 +3295,7 @@
|
|
|
3010
3295
|
0C8F51A35FC55062075A95E1 /* Sources */,
|
|
3011
3296
|
27DCAD21E0E9E30531F954C5 /* Frameworks */,
|
|
3012
3297
|
96D4839EA1C7D7555DF56450 /* Resources */,
|
|
3298
|
+
A9A1B9A1E280C98D76B54D86 /* Headers */,
|
|
3013
3299
|
);
|
|
3014
3300
|
buildRules = (
|
|
3015
3301
|
);
|
|
@@ -3047,6 +3333,7 @@
|
|
|
3047
3333
|
EE2202081ECC612200A29571 /* Sources */,
|
|
3048
3334
|
EE2202151ECC612200A29571 /* Frameworks */,
|
|
3049
3335
|
EE2202181ECC612200A29571 /* Resources */,
|
|
3336
|
+
1A314A44E0D94111EF92CA98 /* Headers */,
|
|
3050
3337
|
);
|
|
3051
3338
|
buildRules = (
|
|
3052
3339
|
);
|
|
@@ -3066,6 +3353,7 @@
|
|
|
3066
3353
|
EE5095E21EBCC9090028E2FE /* Sources */,
|
|
3067
3354
|
EE5095F71EBCC9090028E2FE /* Frameworks */,
|
|
3068
3355
|
EE5095FA1EBCC9090028E2FE /* Resources */,
|
|
3356
|
+
A4440DC716C640EF562EE5DC /* Headers */,
|
|
3069
3357
|
);
|
|
3070
3358
|
buildRules = (
|
|
3071
3359
|
);
|
|
@@ -3085,6 +3373,7 @@
|
|
|
3085
3373
|
EE836BFE1C0F118600D87246 /* Sources */,
|
|
3086
3374
|
EE836BFF1C0F118600D87246 /* Frameworks */,
|
|
3087
3375
|
EE836C001C0F118600D87246 /* Resources */,
|
|
3376
|
+
F27BD713F28743C63FD4CAAC /* Headers */,
|
|
3088
3377
|
);
|
|
3089
3378
|
buildRules = (
|
|
3090
3379
|
);
|
|
@@ -3103,6 +3392,7 @@
|
|
|
3103
3392
|
EE9B75D01CF7956C00275851 /* Sources */,
|
|
3104
3393
|
EE9B75D11CF7956C00275851 /* Frameworks */,
|
|
3105
3394
|
EE9B75D21CF7956C00275851 /* Resources */,
|
|
3395
|
+
600C6B266A1F3EF1AE7D5A9D /* Headers */,
|
|
3106
3396
|
);
|
|
3107
3397
|
buildRules = (
|
|
3108
3398
|
);
|
|
@@ -3120,6 +3410,7 @@
|
|
|
3120
3410
|
EE9B75E81CF7956C00275851 /* Sources */,
|
|
3121
3411
|
EE9B75E91CF7956C00275851 /* Frameworks */,
|
|
3122
3412
|
EE9B75EA1CF7956C00275851 /* Resources */,
|
|
3413
|
+
2DBF81E3C08F1FC33940E763 /* Headers */,
|
|
3123
3414
|
);
|
|
3124
3415
|
buildRules = (
|
|
3125
3416
|
);
|
|
@@ -3140,6 +3431,7 @@
|
|
|
3140
3431
|
EEF988271C486603005CA669 /* Frameworks */,
|
|
3141
3432
|
EEF988281C486603005CA669 /* Resources */,
|
|
3142
3433
|
EE93CFF41CCA501300708122 /* Copy frameworks */,
|
|
3434
|
+
015926D657880CF9D0F58092 /* Headers */,
|
|
3143
3435
|
);
|
|
3144
3436
|
buildRules = (
|
|
3145
3437
|
);
|