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
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Generated by https://github.com/blacktop/ipsw (Version: 3.1.534, BuildCommit: b276a7d7daf462beda4afef1c43a753a47405355)
|
|
3
|
+
//
|
|
4
|
+
// - LC_BUILD_VERSION: Platform: iOS, MinOS: 13, SDK: 26.4, Tool: ld (1267)
|
|
5
|
+
// - LC_SOURCE_VERSION: 24904.0.0.0.0
|
|
6
|
+
//
|
|
7
|
+
#ifndef XCTMessagingRole_CapabilityExchange_Protocol_h
|
|
8
|
+
#define XCTMessagingRole_CapabilityExchange_Protocol_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
|
|
12
|
+
@protocol XCTMessagingRole_CapabilityExchange
|
|
13
|
+
|
|
14
|
+
@required
|
|
15
|
+
|
|
16
|
+
/* required instance methods */
|
|
17
|
+
- (void)_XCT_exchangeCapabilities:(id)capabilities reply:(id /* block */)reply;
|
|
18
|
+
- (void)_XCT_requestSerializedTransportWrapperForIDESessionWithIdentifier:(id)identifier reply:(id /* block */)reply;
|
|
19
|
+
- (void)_XCT_requestBackgroundAssertionForPID:(int)pid reply:(id /* block */)reply;
|
|
20
|
+
- (void)_XCT_enableAutomationModeWithReply:(id /* block */)reply;
|
|
21
|
+
- (void)_XCT_requestEndpointForTestTargetWithPID:(int)pid preferredBackendPath:(id)path reply:(id /* block */)reply;
|
|
22
|
+
- (void)_XCT_requestUnsupportedBundleIdentifiersForAutomationSessions:(id /* block */)sessions;
|
|
23
|
+
- (void)_XCT_requestSpindumpWithSpecification:(id)specification completion:(id /* block */)completion;
|
|
24
|
+
- (void)_XCT_requestTailspinWithRequest:(id)request completion:(id /* block */)completion;
|
|
25
|
+
- (void)_XCT_requestScreenshot:(id)screenshot withReply:(id /* block */)reply;
|
|
26
|
+
- (void)_XCT_requestScreenshotAttachment:(id)attachment withReply:(id /* block */)reply;
|
|
27
|
+
- (void)_XCT_requestScreenshotOfScreenWithID:(unsigned int)id withRect:(CGRect)rect uti:(id)uti compressionQuality:(double)quality withReply:(id /* block */)reply;
|
|
28
|
+
- (void)_XCT_requestScreenshotWithReply:(id /* block */)reply;
|
|
29
|
+
- (void)_XCT_fetchAttributes:(id)attributes forElement:(id)element reply:(id /* block */)reply;
|
|
30
|
+
- (void)_XCT_requestElementAtPoint:(CGPoint)point reply:(id /* block */)reply;
|
|
31
|
+
- (void)_XCT_fetchSnapshotForElement:(id)element attributes:(id)attributes parameters:(id)parameters reply:(id /* block */)reply;
|
|
32
|
+
- (void)_XCT_runAccessibilityAuditForElement:(id)element withConfiguration:(id)configuration reply:(id /* block */)reply;
|
|
33
|
+
- (void)_XCT_startMonitoringApplicationWithBundleID:(id)id;
|
|
34
|
+
- (void)_XCT_startMonitoringApplicationWithBundleID:(id)id path:(id)path;
|
|
35
|
+
- (void)_XCT_launchApplicationWithBundleID:(id)id arguments:(id)arguments environment:(id)environment completion:(id /* block */)completion;
|
|
36
|
+
- (void)_XCT_launchApplicationWithBundleID:(id)id path:(id)path arguments:(id)arguments environment:(id)environment completion:(id /* block */)completion;
|
|
37
|
+
- (void)_XCT_terminateApplicationWithBundleID:(id)id completion:(id /* block */)completion;
|
|
38
|
+
- (void)_XCT_terminateApplicationWithBundleID:(id)id pid:(int)pid completion:(id /* block */)completion;
|
|
39
|
+
- (void)_XCT_openDefaultApplicationForURL:(id)url completion:(id /* block */)completion;
|
|
40
|
+
- (void)_XCT_openURL:(id)url usingApplication:(id)application completion:(id /* block */)completion;
|
|
41
|
+
- (void)_XCT_registerForAccessibilityNotification:(int)notification reply:(id /* block */)reply;
|
|
42
|
+
- (void)_XCT_unregisterForAccessibilityNotification:(int)notification withRegistrationToken:(id)token reply:(id /* block */)reply;
|
|
43
|
+
- (void)_XCT_performAccessibilityAction:(int)action onElement:(id)element withValue:(id)value reply:(id /* block */)reply;
|
|
44
|
+
- (void)_XCT_snapshotForElement:(id)element attributes:(id)attributes parameters:(id)parameters reply:(id /* block */)reply;
|
|
45
|
+
- (void)_XCT_requestSnapshotForElement:(id)element attributes:(id)attributes parameters:(id)parameters reply:(id /* block */)reply;
|
|
46
|
+
- (void)_XCT_fetchAttributesForElement:(id)element attributes:(id)attributes reply:(id /* block */)reply;
|
|
47
|
+
- (void)_XCT_setAttribute:(id)attribute value:(id)value element:(id)element reply:(id /* block */)reply;
|
|
48
|
+
- (void)_XCT_fetchParameterizedAttributeForElement:(id)element attributes:(id)attributes parameter:(id)parameter reply:(id /* block */)reply;
|
|
49
|
+
- (void)_XCT_fetchParameterizedAttribute:(id)attribute forElement:(id)element parameter:(id)parameter reply:(id /* block */)reply;
|
|
50
|
+
- (void)_XCT_checkForContinuityWithReply:(id /* block */)reply;
|
|
51
|
+
|
|
52
|
+
@optional
|
|
53
|
+
|
|
54
|
+
@end
|
|
55
|
+
|
|
56
|
+
#endif /* XCTMessagingRole_CapabilityExchange_Protocol_h */
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Generated by https://github.com/blacktop/ipsw (Version: 3.1.534, BuildCommit: b276a7d7daf462beda4afef1c43a753a47405355)
|
|
3
|
+
//
|
|
4
|
+
// - LC_BUILD_VERSION: Platform: iOS, MinOS: 13, SDK: 26.4, Tool: ld (1267)
|
|
5
|
+
// - LC_SOURCE_VERSION: 24904.0.0.0.0
|
|
6
|
+
//
|
|
7
|
+
#ifndef XCTMessagingRole_DebugLogging_Protocol_h
|
|
8
|
+
#define XCTMessagingRole_DebugLogging_Protocol_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
|
|
12
|
+
@protocol XCTMessagingRole_DebugLogging
|
|
13
|
+
|
|
14
|
+
@required
|
|
15
|
+
|
|
16
|
+
/* required instance methods */
|
|
17
|
+
- (id)_XCT_logDebugMessage:(id)message;
|
|
18
|
+
|
|
19
|
+
@optional
|
|
20
|
+
|
|
21
|
+
@end
|
|
22
|
+
|
|
23
|
+
#endif /* XCTMessagingRole_DebugLogging_Protocol_h */
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Generated by https://github.com/blacktop/ipsw (Version: 3.1.534, BuildCommit: b276a7d7daf462beda4afef1c43a753a47405355)
|
|
3
|
+
//
|
|
4
|
+
// - LC_BUILD_VERSION: Platform: iOS, MinOS: 13, SDK: 26.4, Tool: ld (1267)
|
|
5
|
+
// - LC_SOURCE_VERSION: 24904.0.0.0.0
|
|
6
|
+
//
|
|
7
|
+
#ifndef XCTMessagingRole_EventSynthesis_Protocol_h
|
|
8
|
+
#define XCTMessagingRole_EventSynthesis_Protocol_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
|
|
12
|
+
@protocol XCTMessagingRole_EventSynthesis
|
|
13
|
+
|
|
14
|
+
@required
|
|
15
|
+
|
|
16
|
+
/* required instance methods */
|
|
17
|
+
- (void)_XCT_setAXTimeout:(double)axtimeout reply:(id /* block */)reply;
|
|
18
|
+
- (void)_XCT_loadAccessibilityWithTimeout:(double)timeout reply:(id /* block */)reply;
|
|
19
|
+
- (void)_XCT_synthesizeEvent:(id)event completion:(id /* block */)completion;
|
|
20
|
+
- (void)_XCT_performDeviceEvent:(id)event completion:(id /* block */)completion;
|
|
21
|
+
- (void)_XCT_updateDeviceOrientation:(long long)orientation completion:(id /* block */)completion;
|
|
22
|
+
- (void)_XCT_getDeviceOrientationWithCompletion:(id /* block */)completion;
|
|
23
|
+
- (void)_XCT_sendString:(id)string maximumFrequency:(unsigned long long)frequency completion:(id /* block */)completion;
|
|
24
|
+
- (void)_XCT_unloadAccessibility:(id /* block */)accessibility;
|
|
25
|
+
- (void)_XCT_setLocalizableStringsDataGatheringEnabled:(_Bool)enabled reply:(id /* block */)reply;
|
|
26
|
+
- (void)_XCT_enableFauxCollectionViewCells:(id /* block */)cells;
|
|
27
|
+
- (void)_XCT_getInterfaceOrientationWithCompletion:(id /* block */)completion;
|
|
28
|
+
- (void)_XCT_hasHardwareButton:(id)button completion:(id /* block */)completion;
|
|
29
|
+
|
|
30
|
+
@optional
|
|
31
|
+
|
|
32
|
+
@end
|
|
33
|
+
|
|
34
|
+
#endif /* XCTMessagingRole_EventSynthesis_Protocol_h */
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Generated by https://github.com/blacktop/ipsw (Version: 3.1.534, BuildCommit: b276a7d7daf462beda4afef1c43a753a47405355)
|
|
3
|
+
//
|
|
4
|
+
// - LC_BUILD_VERSION: Platform: iOS, MinOS: 13, SDK: 26.4, Tool: ld (1267)
|
|
5
|
+
// - LC_SOURCE_VERSION: 24904.0.0.0.0
|
|
6
|
+
//
|
|
7
|
+
#ifndef XCTMessagingRole_ForcePressureSupportQuerying_Protocol_h
|
|
8
|
+
#define XCTMessagingRole_ForcePressureSupportQuerying_Protocol_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
|
|
12
|
+
@protocol XCTMessagingRole_ForcePressureSupportQuerying
|
|
13
|
+
|
|
14
|
+
@required
|
|
15
|
+
|
|
16
|
+
/* required instance methods */
|
|
17
|
+
- (void)_XCT_requestPressureEventsSupported:(id /* block */)supported;
|
|
18
|
+
- (void)_XCT_synthesizeEvent:(id)event implicitConfirmationInterval:(double)interval completion:(id /* block */)completion;
|
|
19
|
+
- (void)_XCT_requestCurrentKeyboardModifierFlagsWithReply:(id /* block */)reply;
|
|
20
|
+
|
|
21
|
+
@optional
|
|
22
|
+
|
|
23
|
+
@end
|
|
24
|
+
|
|
25
|
+
#endif /* XCTMessagingRole_ForcePressureSupportQuerying_Protocol_h */
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Generated by https://github.com/blacktop/ipsw (Version: 3.1.534, BuildCommit: b276a7d7daf462beda4afef1c43a753a47405355)
|
|
3
|
+
//
|
|
4
|
+
// - LC_BUILD_VERSION: Platform: iOS, MinOS: 13, SDK: 26.4, Tool: ld (1267)
|
|
5
|
+
// - LC_SOURCE_VERSION: 24904.0.0.0.0
|
|
6
|
+
//
|
|
7
|
+
#ifndef XCTMessagingRole_HIDEventRecording_Protocol_h
|
|
8
|
+
#define XCTMessagingRole_HIDEventRecording_Protocol_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
|
|
12
|
+
@protocol XCTMessagingRole_HIDEventRecording
|
|
13
|
+
|
|
14
|
+
@required
|
|
15
|
+
|
|
16
|
+
/* required instance methods */
|
|
17
|
+
- (void)_XCT_startHIDEventRecordingWithReply:(id /* block */)reply;
|
|
18
|
+
- (void)_XCT_stopHIDEventRecordingWithReply:(id /* block */)reply;
|
|
19
|
+
- (void)_XCT_playBackHIDEventRecordingFromData:(id)data reply:(id /* block */)reply;
|
|
20
|
+
|
|
21
|
+
@optional
|
|
22
|
+
|
|
23
|
+
@end
|
|
24
|
+
|
|
25
|
+
#endif /* XCTMessagingRole_HIDEventRecording_Protocol_h */
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Generated by https://github.com/blacktop/ipsw (Version: 3.1.534, BuildCommit: b276a7d7daf462beda4afef1c43a753a47405355)
|
|
3
|
+
//
|
|
4
|
+
// - LC_BUILD_VERSION: Platform: iOS, MinOS: 13, SDK: 26.4, Tool: ld (1267)
|
|
5
|
+
// - LC_SOURCE_VERSION: 24904.0.0.0.0
|
|
6
|
+
//
|
|
7
|
+
#ifndef XCTMessagingRole_MemoryTesting_Protocol_h
|
|
8
|
+
#define XCTMessagingRole_MemoryTesting_Protocol_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
|
|
12
|
+
@protocol XCTMessagingRole_MemoryTesting
|
|
13
|
+
|
|
14
|
+
@required
|
|
15
|
+
|
|
16
|
+
/* required instance methods */
|
|
17
|
+
- (void)_XCT_requestDTServiceHubConnectionWithReply:(id /* block */)reply;
|
|
18
|
+
|
|
19
|
+
@optional
|
|
20
|
+
|
|
21
|
+
@end
|
|
22
|
+
|
|
23
|
+
#endif /* XCTMessagingRole_MemoryTesting_Protocol_h */
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Generated by https://github.com/blacktop/ipsw (Version: 3.1.534, BuildCommit: b276a7d7daf462beda4afef1c43a753a47405355)
|
|
3
|
+
//
|
|
4
|
+
// - LC_BUILD_VERSION: Platform: iOS, MinOS: 13, SDK: 26.4, Tool: ld (1267)
|
|
5
|
+
// - LC_SOURCE_VERSION: 24904.0.0.0.0
|
|
6
|
+
//
|
|
7
|
+
#ifndef XCTMessagingRole_PerformanceMeasurementReporting_Protocol_h
|
|
8
|
+
#define XCTMessagingRole_PerformanceMeasurementReporting_Protocol_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
|
|
12
|
+
@protocol XCTMessagingRole_PerformanceMeasurementReporting
|
|
13
|
+
|
|
14
|
+
@required
|
|
15
|
+
|
|
16
|
+
/* required instance methods */
|
|
17
|
+
- (id)_XCT_testCaseWithIdentifier:(id)identifier didMeasureMetric:(id)metric file:(id)file line:(id)line;
|
|
18
|
+
|
|
19
|
+
@optional
|
|
20
|
+
|
|
21
|
+
@end
|
|
22
|
+
|
|
23
|
+
#endif /* XCTMessagingRole_PerformanceMeasurementReporting_Protocol_h */
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Generated by https://github.com/blacktop/ipsw (Version: 3.1.534, BuildCommit: b276a7d7daf462beda4afef1c43a753a47405355)
|
|
3
|
+
//
|
|
4
|
+
// - LC_BUILD_VERSION: Platform: iOS, MinOS: 13, SDK: 26.4, Tool: ld (1267)
|
|
5
|
+
// - LC_SOURCE_VERSION: 24904.0.0.0.0
|
|
6
|
+
//
|
|
7
|
+
#ifndef XCTMessagingRole_ProcessMonitoring_Protocol_h
|
|
8
|
+
#define XCTMessagingRole_ProcessMonitoring_Protocol_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
|
|
12
|
+
@protocol XCTMessagingRole_ProcessMonitoring
|
|
13
|
+
|
|
14
|
+
@required
|
|
15
|
+
|
|
16
|
+
/* required instance methods */
|
|
17
|
+
- (id)_IDE_processWithBundleID:(id)id path:(id)path pid:(id)pid crashedUnderSymbol:(id)symbol;
|
|
18
|
+
- (id)_IDE_stopTrackingProcessWithToken:(id)token;
|
|
19
|
+
- (id)_IDE_processWithToken:(id)token exitedWithStatus:(id)status;
|
|
20
|
+
|
|
21
|
+
@optional
|
|
22
|
+
|
|
23
|
+
@end
|
|
24
|
+
|
|
25
|
+
#endif /* XCTMessagingRole_ProcessMonitoring_Protocol_h */
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Generated by https://github.com/blacktop/ipsw (Version: 3.1.534, BuildCommit: b276a7d7daf462beda4afef1c43a753a47405355)
|
|
3
|
+
//
|
|
4
|
+
// - LC_BUILD_VERSION: Platform: iOS, MinOS: 13, SDK: 26.4, Tool: ld (1267)
|
|
5
|
+
// - LC_SOURCE_VERSION: 24904.0.0.0.0
|
|
6
|
+
//
|
|
7
|
+
#ifndef XCTMessagingRole_ProtectedResourceAuthorization_Protocol_h
|
|
8
|
+
#define XCTMessagingRole_ProtectedResourceAuthorization_Protocol_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
|
|
12
|
+
@protocol XCTMessagingRole_ProtectedResourceAuthorization
|
|
13
|
+
|
|
14
|
+
@required
|
|
15
|
+
|
|
16
|
+
/* required instance methods */
|
|
17
|
+
|
|
18
|
+
@optional
|
|
19
|
+
|
|
20
|
+
@end
|
|
21
|
+
|
|
22
|
+
#endif /* XCTMessagingRole_ProtectedResourceAuthorization_Protocol_h */
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Generated by https://github.com/blacktop/ipsw (Version: 3.1.534, BuildCommit: b276a7d7daf462beda4afef1c43a753a47405355)
|
|
3
|
+
//
|
|
4
|
+
// - LC_BUILD_VERSION: Platform: iOS, MinOS: 13, SDK: 26.4, Tool: ld (1267)
|
|
5
|
+
// - LC_SOURCE_VERSION: 24904.0.0.0.0
|
|
6
|
+
//
|
|
7
|
+
#ifndef XCTMessagingRole_ScreenRecording_Protocol_h
|
|
8
|
+
#define XCTMessagingRole_ScreenRecording_Protocol_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
|
|
12
|
+
@protocol XCTMessagingRole_ScreenRecording
|
|
13
|
+
|
|
14
|
+
@required
|
|
15
|
+
|
|
16
|
+
/* required instance methods */
|
|
17
|
+
- (void)_XCT_startScreenRecordingWithRequest:(id)request withReply:(id /* block */)reply;
|
|
18
|
+
- (void)_XCT_stopScreenRecordingWithUUID:(id)uuid withReply:(id /* block */)reply;
|
|
19
|
+
|
|
20
|
+
@optional
|
|
21
|
+
|
|
22
|
+
@end
|
|
23
|
+
|
|
24
|
+
#endif /* XCTMessagingRole_ScreenRecording_Protocol_h */
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Generated by https://github.com/blacktop/ipsw (Version: 3.1.534, BuildCommit: b276a7d7daf462beda4afef1c43a753a47405355)
|
|
3
|
+
//
|
|
4
|
+
// - LC_BUILD_VERSION: Platform: iOS, MinOS: 13, SDK: 26.4, Tool: ld (1267)
|
|
5
|
+
// - LC_SOURCE_VERSION: 24904.0.0.0.0
|
|
6
|
+
//
|
|
7
|
+
#ifndef XCTMessagingRole_SelfDiagnosisIssueReporting_Protocol_h
|
|
8
|
+
#define XCTMessagingRole_SelfDiagnosisIssueReporting_Protocol_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
|
|
12
|
+
@protocol XCTMessagingRole_SelfDiagnosisIssueReporting
|
|
13
|
+
|
|
14
|
+
@required
|
|
15
|
+
|
|
16
|
+
/* required instance methods */
|
|
17
|
+
- (id)_XCT_reportSelfDiagnosisIssue:(id)issue description:(id)description;
|
|
18
|
+
|
|
19
|
+
@optional
|
|
20
|
+
|
|
21
|
+
@end
|
|
22
|
+
|
|
23
|
+
#endif /* XCTMessagingRole_SelfDiagnosisIssueReporting_Protocol_h */
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Generated by https://github.com/blacktop/ipsw (Version: 3.1.534, BuildCommit: b276a7d7daf462beda4afef1c43a753a47405355)
|
|
3
|
+
//
|
|
4
|
+
// - LC_BUILD_VERSION: Platform: iOS, MinOS: 13, SDK: 26.4, Tool: ld (1267)
|
|
5
|
+
// - LC_SOURCE_VERSION: 24904.0.0.0.0
|
|
6
|
+
//
|
|
7
|
+
#ifndef XCTMessagingRole_SignpostRequesting_Protocol_h
|
|
8
|
+
#define XCTMessagingRole_SignpostRequesting_Protocol_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
|
|
12
|
+
@protocol XCTMessagingRole_SignpostRequesting
|
|
13
|
+
|
|
14
|
+
@required
|
|
15
|
+
|
|
16
|
+
/* required instance methods */
|
|
17
|
+
- (void)_XCT_registerForSignpostsFromSubsystem:(id)subsystem category:(id)category intervalTimeout:(double)timeout reply:(id /* block */)reply;
|
|
18
|
+
- (void)_XCT_unregisterForSignpostsWithToken:(id)token;
|
|
19
|
+
|
|
20
|
+
@optional
|
|
21
|
+
|
|
22
|
+
@end
|
|
23
|
+
|
|
24
|
+
#endif /* XCTMessagingRole_SignpostRequesting_Protocol_h */
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Generated by https://github.com/blacktop/ipsw (Version: 3.1.534, BuildCommit: b276a7d7daf462beda4afef1c43a753a47405355)
|
|
3
|
+
//
|
|
4
|
+
// - LC_BUILD_VERSION: Platform: iOS, MinOS: 13, SDK: 26.4, Tool: ld (1267)
|
|
5
|
+
// - LC_SOURCE_VERSION: 24904.0.0.0.0
|
|
6
|
+
//
|
|
7
|
+
#ifndef XCTMessagingRole_SiriAutomation_Protocol_h
|
|
8
|
+
#define XCTMessagingRole_SiriAutomation_Protocol_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
|
|
12
|
+
@protocol XCTMessagingRole_SiriAutomation
|
|
13
|
+
|
|
14
|
+
@required
|
|
15
|
+
|
|
16
|
+
/* required instance methods */
|
|
17
|
+
- (void)_XCT_requestSiriEnabledStatus:(id /* block */)status;
|
|
18
|
+
- (void)_XCT_startSiriUIRequestWithText:(id)text completion:(id /* block */)completion;
|
|
19
|
+
- (void)_XCT_startSiriUIRequestWithAudioFileURL:(id)url completion:(id /* block */)completion;
|
|
20
|
+
- (void)_XCT_injectAssistantRecognitionStrings:(id)strings completion:(id /* block */)completion;
|
|
21
|
+
- (void)_XCT_injectVoiceRecognitionAudioInputPaths:(id)paths completion:(id /* block */)completion;
|
|
22
|
+
|
|
23
|
+
@optional
|
|
24
|
+
|
|
25
|
+
@end
|
|
26
|
+
|
|
27
|
+
#endif /* XCTMessagingRole_SiriAutomation_Protocol_h */
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Generated by https://github.com/blacktop/ipsw (Version: 3.1.534, BuildCommit: b276a7d7daf462beda4afef1c43a753a47405355)
|
|
3
|
+
//
|
|
4
|
+
// - LC_BUILD_VERSION: Platform: iOS, MinOS: 13, SDK: 26.4, Tool: ld (1267)
|
|
5
|
+
// - LC_SOURCE_VERSION: 24904.0.0.0.0
|
|
6
|
+
//
|
|
7
|
+
#ifndef XCTMessagingRole_SystemConfiguration_Protocol_h
|
|
8
|
+
#define XCTMessagingRole_SystemConfiguration_Protocol_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
|
|
12
|
+
@protocol XCTMessagingRole_SystemConfiguration
|
|
13
|
+
|
|
14
|
+
@required
|
|
15
|
+
|
|
16
|
+
/* required instance methods */
|
|
17
|
+
- (void)_XCT_updateAppearanceMode:(long long)mode completion:(id /* block */)completion;
|
|
18
|
+
- (void)_XCT_getAppearanceModeWithReply:(id /* block */)reply;
|
|
19
|
+
- (void)_XCT_getSimulatedLocationWithReply:(id /* block */)reply;
|
|
20
|
+
- (void)_XCT_setSimulatedLocation:(id)location reply:(id /* block */)reply;
|
|
21
|
+
- (void)_XCT_clearSimulatedLocationWithReply:(id /* block */)reply;
|
|
22
|
+
|
|
23
|
+
@optional
|
|
24
|
+
|
|
25
|
+
@end
|
|
26
|
+
|
|
27
|
+
#endif /* XCTMessagingRole_SystemConfiguration_Protocol_h */
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Generated by https://github.com/blacktop/ipsw (Version: 3.1.534, BuildCommit: b276a7d7daf462beda4afef1c43a753a47405355)
|
|
3
|
+
//
|
|
4
|
+
// - LC_BUILD_VERSION: Platform: iOS, MinOS: 13, SDK: 26.4, Tool: ld (1267)
|
|
5
|
+
// - LC_SOURCE_VERSION: 24904.0.0.0.0
|
|
6
|
+
//
|
|
7
|
+
#ifndef XCTMessagingRole_TelemetrySending_Protocol_h
|
|
8
|
+
#define XCTMessagingRole_TelemetrySending_Protocol_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
|
|
12
|
+
@protocol XCTMessagingRole_TelemetrySending
|
|
13
|
+
|
|
14
|
+
@required
|
|
15
|
+
|
|
16
|
+
/* required instance methods */
|
|
17
|
+
- (void)_XCT_postTelemetryData:(id)data reply:(id /* block */)reply;
|
|
18
|
+
|
|
19
|
+
@optional
|
|
20
|
+
|
|
21
|
+
@end
|
|
22
|
+
|
|
23
|
+
#endif /* XCTMessagingRole_TelemetrySending_Protocol_h */
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Generated by https://github.com/blacktop/ipsw (Version: 3.1.534, BuildCommit: b276a7d7daf462beda4afef1c43a753a47405355)
|
|
3
|
+
//
|
|
4
|
+
// - LC_BUILD_VERSION: Platform: iOS, MinOS: 13, SDK: 26.4, Tool: ld (1267)
|
|
5
|
+
// - LC_SOURCE_VERSION: 24904.0.0.0.0
|
|
6
|
+
//
|
|
7
|
+
#ifndef XCTMessagingRole_TestExecution_Protocol_h
|
|
8
|
+
#define XCTMessagingRole_TestExecution_Protocol_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
|
|
12
|
+
@protocol XCTMessagingRole_TestExecution
|
|
13
|
+
|
|
14
|
+
@required
|
|
15
|
+
|
|
16
|
+
/* required instance methods */
|
|
17
|
+
- (id)_IDE_startExecutingTestPlanWithProtocolVersion:(id)version;
|
|
18
|
+
- (id)_IDE_fetchParallelizableTestIdentifiers;
|
|
19
|
+
- (id)_IDE_fetchAllTestIdentifiers;
|
|
20
|
+
- (id)_IDE_enumerateTests:(id)tests;
|
|
21
|
+
- (id)_IDE_executeTestsWithIdentifiersToRun:(id)run identifiersToSkip:(id)skip;
|
|
22
|
+
- (id)_IDE_shutdown;
|
|
23
|
+
|
|
24
|
+
@optional
|
|
25
|
+
|
|
26
|
+
@end
|
|
27
|
+
|
|
28
|
+
#endif /* XCTMessagingRole_TestExecution_Protocol_h */
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Generated by https://github.com/blacktop/ipsw (Version: 3.1.534, BuildCommit: b276a7d7daf462beda4afef1c43a753a47405355)
|
|
3
|
+
//
|
|
4
|
+
// - LC_BUILD_VERSION: Platform: iOS, MinOS: 13, SDK: 26.4, Tool: ld (1267)
|
|
5
|
+
// - LC_SOURCE_VERSION: 24904.0.0.0.0
|
|
6
|
+
//
|
|
7
|
+
#ifndef XCTMessagingRole_TestReporting_Protocol_h
|
|
8
|
+
#define XCTMessagingRole_TestReporting_Protocol_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
|
|
12
|
+
@protocol XCTMessagingRole_TestReporting
|
|
13
|
+
|
|
14
|
+
@required
|
|
15
|
+
|
|
16
|
+
/* required instance methods */
|
|
17
|
+
- (id)_XCT_didFailToBootstrapWithError:(id)error;
|
|
18
|
+
- (id)_XCT_reportTestWithIdentifier:(id)identifier didExceedExecutionTimeAllowance:(id)allowance;
|
|
19
|
+
- (id)_XCT_testRunnerReadyWithCapabilities:(id)capabilities;
|
|
20
|
+
- (id)_XCT_didBeginExecutingTestPlan;
|
|
21
|
+
- (id)_XCT_didFinishExecutingTestPlan;
|
|
22
|
+
- (id)_XCT_didFormPlanWithData:(id)data;
|
|
23
|
+
- (id)_XCT_testSuiteWithIdentifier:(id)identifier didStartAt:(id)at traits:(id)traits;
|
|
24
|
+
- (id)_XCT_testSuiteWithIdentifier:(id)identifier didStartAt:(id)at;
|
|
25
|
+
- (id)_XCT_testSuiteWithIdentifier:(id)identifier didRecordIssue:(id)issue;
|
|
26
|
+
- (id)_XCT_testSuiteWithIdentifier:(id)identifier wasSkippedWithMessage:(id)message sourceCodeContext:(id)context;
|
|
27
|
+
- (id)_XCT_testCaseDidStartWithIdentifier:(id)identifier testCaseRunConfiguration:(id)configuration traits:(id)traits;
|
|
28
|
+
- (id)_XCT_testCaseDidStartWithIdentifier:(id)identifier testCaseRunConfiguration:(id)configuration;
|
|
29
|
+
- (id)_XCT_testCaseWithIdentifier:(id)identifier wasSkippedWithMessage:(id)message sourceCodeContext:(id)context;
|
|
30
|
+
- (id)_XCT_testCaseWithIdentifier:(id)identifier didRecordIssue:(id)issue;
|
|
31
|
+
- (id)_XCT_testCaseWithIdentifier:(id)identifier didRecordExpectedFailure:(id)failure;
|
|
32
|
+
- (id)_XCT_testCaseWithIdentifier:(id)identifier didFinishWithStatus:(id)status duration:(id)duration;
|
|
33
|
+
- (id)_XCT_testCaseWithIdentifier:(id)identifier didStallOnMainThreadInFile:(id)file line:(id)line;
|
|
34
|
+
- (id)_XCT_testWithIdentifier:(id)identifier didRecordIssue:(id)issue;
|
|
35
|
+
|
|
36
|
+
@optional
|
|
37
|
+
|
|
38
|
+
@end
|
|
39
|
+
|
|
40
|
+
#endif /* XCTMessagingRole_TestReporting_Protocol_h */
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Generated by https://github.com/blacktop/ipsw (Version: 3.1.534, BuildCommit: b276a7d7daf462beda4afef1c43a753a47405355)
|
|
3
|
+
//
|
|
4
|
+
// - LC_BUILD_VERSION: Platform: iOS, MinOS: 13, SDK: 26.4, Tool: ld (1267)
|
|
5
|
+
// - LC_SOURCE_VERSION: 24904.0.0.0.0
|
|
6
|
+
//
|
|
7
|
+
#ifndef XCTMessagingRole_UIAutomation_Protocol_h
|
|
8
|
+
#define XCTMessagingRole_UIAutomation_Protocol_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
|
|
12
|
+
@protocol XCTMessagingRole_UIAutomation
|
|
13
|
+
|
|
14
|
+
@required
|
|
15
|
+
|
|
16
|
+
/* required instance methods */
|
|
17
|
+
- (id)_XCT_didBeginInitializingForUITesting;
|
|
18
|
+
- (id)_XCT_initializationForUITestingDidFailWithError:(id)error;
|
|
19
|
+
- (id)_XCT_requestDiagnosticsForAdditionalDevices:(id)devices;
|
|
20
|
+
- (id)_XCT_launchProcessWithPath:(id)path bundleID:(id)id arguments:(id)arguments environmentVariables:(id)variables;
|
|
21
|
+
- (id)_XCT_openURL:(id)url processPath:(id)path bundleID:(id)id arguments:(id)arguments environmentVariables:(id)variables;
|
|
22
|
+
- (id)_XCT_terminateProcess:(id)process;
|
|
23
|
+
- (id)_XCT_getProgressForLaunch:(id)launch;
|
|
24
|
+
|
|
25
|
+
@optional
|
|
26
|
+
|
|
27
|
+
@end
|
|
28
|
+
|
|
29
|
+
#endif /* XCTMessagingRole_UIAutomation_Protocol_h */
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Generated by https://github.com/blacktop/ipsw (Version: 3.1.534, BuildCommit: b276a7d7daf462beda4afef1c43a753a47405355)
|
|
3
|
+
//
|
|
4
|
+
// - LC_BUILD_VERSION: Platform: iOS, MinOS: 13, SDK: 26.4, Tool: ld (1267)
|
|
5
|
+
// - LC_SOURCE_VERSION: 24904.0.0.0.0
|
|
6
|
+
//
|
|
7
|
+
#ifndef XCTMessagingRole_UIAutomationRunnerEventReporting_Protocol_h
|
|
8
|
+
#define XCTMessagingRole_UIAutomationRunnerEventReporting_Protocol_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
|
|
12
|
+
@protocol XCTMessagingRole_UIAutomationRunnerEventReporting
|
|
13
|
+
|
|
14
|
+
@required
|
|
15
|
+
|
|
16
|
+
/* required instance methods */
|
|
17
|
+
- (void)_XCT_recordedFirstResponderChangedWithApplicationSnapshot:(id)snapshot;
|
|
18
|
+
- (void)_XCT_recordedKeyEventsWithApplicationSnapshot:(id)snapshot characters:(id)characters charactersIgnoringModifiers:(id)modifiers modifierFlags:(id)flags;
|
|
19
|
+
- (void)_XCT_recordedOrientationChange:(id)change;
|
|
20
|
+
- (void)_XCT_recordedApplicationActivated:(id)activated;
|
|
21
|
+
- (void)_XCT_recordedEventNames:(id)names timestamp:(id)timestamp duration:(id)duration applicationSnapshot:(id)snapshot accessibilityElement:(id)element modifierFlags:(id)flags;
|
|
22
|
+
|
|
23
|
+
@optional
|
|
24
|
+
|
|
25
|
+
@end
|
|
26
|
+
|
|
27
|
+
#endif /* XCTMessagingRole_UIAutomationRunnerEventReporting_Protocol_h */
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Generated by https://github.com/blacktop/ipsw (Version: 3.1.534, BuildCommit: b276a7d7daf462beda4afef1c43a753a47405355)
|
|
3
|
+
//
|
|
4
|
+
// - LC_BUILD_VERSION: Platform: iOS, MinOS: 13, SDK: 26.4, Tool: ld (1267)
|
|
5
|
+
// - LC_SOURCE_VERSION: 24904.0.0.0.0
|
|
6
|
+
//
|
|
7
|
+
#ifndef XCTMessagingRole_UserPresence_Protocol_h
|
|
8
|
+
#define XCTMessagingRole_UserPresence_Protocol_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
|
|
12
|
+
@protocol XCTMessagingRole_UserPresence
|
|
13
|
+
|
|
14
|
+
@required
|
|
15
|
+
|
|
16
|
+
/* required instance methods */
|
|
17
|
+
- (void)_XCT_clearUserPresenceAssertionWithReply:(id /* block */)reply;
|
|
18
|
+
- (void)_XCT_acquireUserPresenceAssertionWithReply:(id /* block */)reply;
|
|
19
|
+
|
|
20
|
+
@optional
|
|
21
|
+
|
|
22
|
+
@end
|
|
23
|
+
|
|
24
|
+
#endif /* XCTMessagingRole_UserPresence_Protocol_h */
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Generated by https://github.com/blacktop/ipsw (Version: 3.1.534, BuildCommit: b276a7d7daf462beda4afef1c43a753a47405355)
|
|
3
|
+
//
|
|
4
|
+
// - LC_BUILD_VERSION: Platform: iOS, MinOS: 13, SDK: 26.4, Tool: ld (1267)
|
|
5
|
+
// - LC_SOURCE_VERSION: 24904.0.0.0.0
|
|
6
|
+
//
|
|
7
|
+
#ifndef XCTMetricDiagnosticHelper_h
|
|
8
|
+
#define XCTMetricDiagnosticHelper_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
|
|
12
|
+
@class NSArray, NSObject, XCTAttachmentManager, XCTMeasureOptions, XCTMemoryChecker, XCTTestIdentifier;
|
|
13
|
+
|
|
14
|
+
@interface XCTMetricDiagnosticHelper : NSObject {
|
|
15
|
+
/* instance variables */
|
|
16
|
+
XCTAttachmentManager *_attachmentManager;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
@property (copy, nonatomic) NSArray *metrics;
|
|
20
|
+
@property (copy, nonatomic) NSArray *memoryMetrics;
|
|
21
|
+
@property (retain) XCTTestIdentifier *testIdentifier;
|
|
22
|
+
@property (copy, nonatomic) XCTMeasureOptions *measureOptions;
|
|
23
|
+
@property (retain, nonatomic) XCTMemoryChecker *memoryChecker;
|
|
24
|
+
|
|
25
|
+
/* class methods */
|
|
26
|
+
+ (id)generateRandomString;
|
|
27
|
+
|
|
28
|
+
/* instance methods */
|
|
29
|
+
- (id)initWithMetrics:(id)metrics attachmentManager:(id)manager options:(id)options testIdentifier:(id)identifier;
|
|
30
|
+
- (id)_sanitizeFileNameString:(id)string;
|
|
31
|
+
- (id)_generateTraceName;
|
|
32
|
+
- (void)_applyDefaultTraceName;
|
|
33
|
+
- (void)_applyXcodebuildCommandLineOverridesToOptions:(id)options;
|
|
34
|
+
- (void)sendMetricUseToCoreAnalytics:(id)analytics;
|
|
35
|
+
- (void)attachTraceFileCollectedForInstrument:(id)instrument;
|
|
36
|
+
- (void)attachPerfdataFileCollected:(id)collected;
|
|
37
|
+
- (void)performMemoryDiagnosticRunForBlock:(id /* block */)block;
|
|
38
|
+
- (void)collectMemgraphsForPregeneration:(_Bool)pregeneration;
|
|
39
|
+
- (void)attachMemgraphsForMetric:(id)metric;
|
|
40
|
+
- (id)getMemgraphDataForPid:(int)pid error:(id *)error;
|
|
41
|
+
- (id)getPidForProcessName:(id)name error:(id *)error;
|
|
42
|
+
- (int)setMallocStackLoggingForPregeneration:(_Bool)pregeneration forPid:(id)pid error:(id *)error;
|
|
43
|
+
- (id)generateCompressedMemgraphDirectory:(id)directory;
|
|
44
|
+
- (void)setMallocStackLoggingForRunnerProcessForPregeneration:(_Bool)pregeneration;
|
|
45
|
+
- (void)addAttachment:(id)attachment;
|
|
46
|
+
|
|
47
|
+
@end
|
|
48
|
+
|
|
49
|
+
#endif /* XCTMetricDiagnosticHelper_h */
|
|
@@ -1,15 +1,23 @@
|
|
|
1
1
|
//
|
|
2
|
-
//
|
|
2
|
+
// Generated by https://github.com/blacktop/ipsw (Version: 3.1.534, BuildCommit: b276a7d7daf462beda4afef1c43a753a47405355)
|
|
3
3
|
//
|
|
4
|
-
//
|
|
4
|
+
// - LC_BUILD_VERSION: Platform: iOS, MinOS: 13, SDK: 26.4, Tool: ld (1267)
|
|
5
|
+
// - LC_SOURCE_VERSION: 24904.0.0.0.0
|
|
5
6
|
//
|
|
6
|
-
|
|
7
|
-
#
|
|
8
|
-
|
|
9
|
-
@
|
|
7
|
+
#ifndef XCTNSPredicateExpectationObject_Protocol_h
|
|
8
|
+
#define XCTNSPredicateExpectationObject_Protocol_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
10
11
|
|
|
11
12
|
@protocol XCTNSPredicateExpectationObject <NSObject>
|
|
12
13
|
|
|
14
|
+
@required
|
|
15
|
+
|
|
13
16
|
@optional
|
|
14
|
-
|
|
17
|
+
|
|
18
|
+
/* optional instance methods */
|
|
19
|
+
- (_Bool)evaluatePredicateForExpectation:(id)expectation debugMessage:(id *)message;
|
|
20
|
+
|
|
15
21
|
@end
|
|
22
|
+
|
|
23
|
+
#endif /* XCTNSPredicateExpectationObject_Protocol_h */
|