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,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 XCUIInterruptionMonitoring_Protocol_h
|
|
8
|
+
#define XCUIInterruptionMonitoring_Protocol_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
|
|
12
|
+
@protocol XCUIInterruptionMonitoring <NSObject>
|
|
13
|
+
|
|
14
|
+
@required
|
|
15
|
+
|
|
16
|
+
@property _Bool didHandleUIInterruption;
|
|
17
|
+
|
|
18
|
+
/* required instance methods */
|
|
19
|
+
- (id)addInterruptionHandlerWithDescription:(id)description block:(id /* block */)block;
|
|
20
|
+
- (void)removeInterruptionHandlerWithIdentifier:(id)identifier;
|
|
21
|
+
- (_Bool)handleInterruptingElement:(id)element;
|
|
22
|
+
|
|
23
|
+
@optional
|
|
24
|
+
|
|
25
|
+
@end
|
|
26
|
+
|
|
27
|
+
#endif /* XCUIInterruptionMonitoring_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 XCUIIssueDiagnosticsProviding_Protocol_h
|
|
8
|
+
#define XCUIIssueDiagnosticsProviding_Protocol_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
|
|
12
|
+
@protocol XCUIIssueDiagnosticsProviding <NSObject>
|
|
13
|
+
|
|
14
|
+
@required
|
|
15
|
+
|
|
16
|
+
/* required instance methods */
|
|
17
|
+
- (id)diagnosticAttachmentsForError:(id)error;
|
|
18
|
+
|
|
19
|
+
@optional
|
|
20
|
+
|
|
21
|
+
@end
|
|
22
|
+
|
|
23
|
+
#endif /* XCUIIssueDiagnosticsProviding_Protocol_h */
|
|
@@ -0,0 +1,26 @@
|
|
|
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 XCUIKnobControl_h
|
|
8
|
+
#define XCUIKnobControl_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
|
|
12
|
+
@class NSObject, XCUIScreen;
|
|
13
|
+
|
|
14
|
+
@interface XCUIKnobControl : NSObject
|
|
15
|
+
|
|
16
|
+
@property (readonly, weak) XCUIScreen *screen;
|
|
17
|
+
|
|
18
|
+
/* instance methods */
|
|
19
|
+
- (id)initWithScreen:(id)screen;
|
|
20
|
+
- (void)nudgeInDirection:(unsigned long long)direction;
|
|
21
|
+
- (void)rotateByNumberOfClicks:(unsigned long long)clicks clockwise:(_Bool)clockwise;
|
|
22
|
+
- (void)select;
|
|
23
|
+
|
|
24
|
+
@end
|
|
25
|
+
|
|
26
|
+
#endif /* XCUIKnobControl_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 XCUILocation_h
|
|
8
|
+
#define XCUILocation_h
|
|
9
|
+
#import <XCTest/XCUILocation.h>
|
|
10
|
+
@import Foundation;
|
|
11
|
+
@import UIKit;
|
|
12
|
+
|
|
13
|
+
@class CLLocation, NSObject, NSString;
|
|
14
|
+
|
|
15
|
+
@interface XCUILocation (FBXCTestPrivate)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
/* instance methods */
|
|
19
|
+
- (_Bool)isEqual:(id)equal;
|
|
20
|
+
- (unsigned long long)hash;
|
|
21
|
+
|
|
22
|
+
@end
|
|
23
|
+
|
|
24
|
+
#endif /* XCUILocation_h */
|
|
@@ -0,0 +1,33 @@
|
|
|
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 XCUIPlatformApplicationServicesProviding_Protocol_h
|
|
8
|
+
#define XCUIPlatformApplicationServicesProviding_Protocol_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
|
|
12
|
+
#include "XCUIApplicationPlatformServicesProviderDelegate-Protocol.h"
|
|
13
|
+
|
|
14
|
+
@protocol XCUIPlatformApplicationServicesProviding <NSObject>
|
|
15
|
+
|
|
16
|
+
@required
|
|
17
|
+
|
|
18
|
+
@property (weak) id <XCUIApplicationPlatformServicesProviderDelegate> platformApplicationServicesProviderDelegate;
|
|
19
|
+
@property (readonly) _Bool providesClientStateUpdates;
|
|
20
|
+
|
|
21
|
+
/* required instance methods */
|
|
22
|
+
- (void)beginMonitoringApplicationWithSpecifier:(id)specifier;
|
|
23
|
+
- (void)launchApplicationWithPath:(id)path bundleID:(id)id arguments:(id)arguments environment:(id)environment completion:(id /* block */)completion;
|
|
24
|
+
- (void)terminateApplicationWithBundleID:(id)id pid:(int)pid completion:(id /* block */)completion;
|
|
25
|
+
- (void)openDefaultApplicationForURL:(id)url completion:(id /* block */)completion;
|
|
26
|
+
- (void)openURL:(id)url usingApplication:(id)application completion:(id /* block */)completion;
|
|
27
|
+
- (void)requestApplicationSpecifierForPID:(int)pid reply:(id /* block */)reply;
|
|
28
|
+
|
|
29
|
+
@optional
|
|
30
|
+
|
|
31
|
+
@end
|
|
32
|
+
|
|
33
|
+
#endif /* XCUIPlatformApplicationServicesProviding_Protocol_h */
|
|
@@ -0,0 +1,45 @@
|
|
|
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 XCUIRemoteAccessibilityInterface_Protocol_h
|
|
8
|
+
#define XCUIRemoteAccessibilityInterface_Protocol_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
|
|
12
|
+
@class XCTCapabilities;
|
|
13
|
+
|
|
14
|
+
@protocol XCUIRemoteAccessibilityInterface <NSObject>
|
|
15
|
+
|
|
16
|
+
@required
|
|
17
|
+
|
|
18
|
+
@property (readonly) XCTCapabilities *remoteInterfaceCapabilities;
|
|
19
|
+
@property (readonly) _Bool useLegacySnapshotPath;
|
|
20
|
+
@property (readonly) _Bool axNotificationsIncludeElement;
|
|
21
|
+
|
|
22
|
+
/* required instance methods */
|
|
23
|
+
- (_Bool)isAccessibilitySupported;
|
|
24
|
+
- (void)loadAccessibilityWithTimeout:(double)timeout reply:(id /* block */)reply;
|
|
25
|
+
- (void)unloadAccessibility:(id /* block */)accessibility;
|
|
26
|
+
- (void)registerForAccessibilityNotification:(int)notification reply:(id /* block */)reply;
|
|
27
|
+
- (void)unregisterForAccessibilityNotification:(int)notification registrationToken:(id)token reply:(id /* block */)reply;
|
|
28
|
+
- (void)performAccessibilityAction:(id)action onElement:(id)element value:(id)value reply:(id /* block */)reply;
|
|
29
|
+
- (void)snapshotForElement:(id)element attributes:(id)attributes parameters:(id)parameters reply:(id /* block */)reply;
|
|
30
|
+
- (void)requestSnapshotForElement:(id)element attributes:(id)attributes parameters:(id)parameters reply:(id /* block */)reply;
|
|
31
|
+
- (void)fetchSnapshotForElement:(id)element attributes:(id)attributes parameters:(id)parameters reply:(id /* block */)reply;
|
|
32
|
+
- (void)runAccessibilityAuditForElement:(id)element withConfiguration:(id)configuration reply:(id /* block */)reply;
|
|
33
|
+
- (void)fetchAttributes:(id)attributes forElement:(id)element reply:(id /* block */)reply;
|
|
34
|
+
- (void)setAttribute:(id)attribute value:(id)value element:(id)element reply:(id /* block */)reply;
|
|
35
|
+
- (void)fetchParameterizedAttribute:(id)attribute forElement:(id)element parameter:(id)parameter reply:(id /* block */)reply;
|
|
36
|
+
- (void)requestElementAtPoint:(CGPoint)point reply:(id /* block */)reply;
|
|
37
|
+
- (void)setAXTimeout:(double)axtimeout reply:(id /* block */)reply;
|
|
38
|
+
- (void)enableFauxCollectionViewCells:(id /* block */)cells;
|
|
39
|
+
- (void)setLocalizableStringsDataGatheringEnabled:(_Bool)enabled reply:(id /* block */)reply;
|
|
40
|
+
|
|
41
|
+
@optional
|
|
42
|
+
|
|
43
|
+
@end
|
|
44
|
+
|
|
45
|
+
#endif /* XCUIRemoteAccessibilityInterface_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 XCUIRemoteDeviceRunner_Protocol_h
|
|
8
|
+
#define XCUIRemoteDeviceRunner_Protocol_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
|
|
12
|
+
@protocol XCUIRemoteDeviceRunner <NSObject>
|
|
13
|
+
|
|
14
|
+
@required
|
|
15
|
+
|
|
16
|
+
/* required instance methods */
|
|
17
|
+
- (id)executeBlockWithIdentifier:(id)identifier data:(id)data;
|
|
18
|
+
- (id)exitRemoteRunner;
|
|
19
|
+
|
|
20
|
+
@optional
|
|
21
|
+
|
|
22
|
+
@end
|
|
23
|
+
|
|
24
|
+
#endif /* XCUIRemoteDeviceRunner_Protocol_h */
|
|
@@ -0,0 +1,30 @@
|
|
|
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 XCUIRemoteSiriInterface_Protocol_h
|
|
8
|
+
#define XCUIRemoteSiriInterface_Protocol_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
|
|
12
|
+
@protocol XCUIRemoteSiriInterface <NSObject>
|
|
13
|
+
|
|
14
|
+
@required
|
|
15
|
+
|
|
16
|
+
@property (readonly) _Bool supportsStartingSiriUIRequestWithAudioFileURL;
|
|
17
|
+
@property (readonly) _Bool supportsInjectingVoiceRecognitionAudioInputPaths;
|
|
18
|
+
|
|
19
|
+
/* required instance methods */
|
|
20
|
+
- (void)requestSiriEnabledStatus:(id /* block */)status;
|
|
21
|
+
- (void)startSiriUIRequestWithText:(id)text completion:(id /* block */)completion;
|
|
22
|
+
- (void)startSiriUIRequestWithAudioFileURL:(id)url completion:(id /* block */)completion;
|
|
23
|
+
- (void)injectAssistantRecognitionStrings:(id)strings completion:(id /* block */)completion;
|
|
24
|
+
- (void)injectVoiceRecognitionAudioInputPaths:(id)paths completion:(id /* block */)completion;
|
|
25
|
+
|
|
26
|
+
@optional
|
|
27
|
+
|
|
28
|
+
@end
|
|
29
|
+
|
|
30
|
+
#endif /* XCUIRemoteSiriInterface_Protocol_h */
|
package/PrivateHeaders/XCTest/XCUIResetAuthorizationStatusOfProtectedResourcesInterface-Protocol.h
ADDED
|
@@ -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 XCUIResetAuthorizationStatusOfProtectedResourcesInterface_Protocol_h
|
|
8
|
+
#define XCUIResetAuthorizationStatusOfProtectedResourcesInterface_Protocol_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
|
|
12
|
+
@protocol XCUIResetAuthorizationStatusOfProtectedResourcesInterface <NSObject>
|
|
13
|
+
|
|
14
|
+
@required
|
|
15
|
+
|
|
16
|
+
/* required instance methods */
|
|
17
|
+
|
|
18
|
+
@optional
|
|
19
|
+
|
|
20
|
+
@end
|
|
21
|
+
|
|
22
|
+
#endif /* XCUIResetAuthorizationStatusOfProtectedResourcesInterface_Protocol_h */
|
|
@@ -1,27 +1,53 @@
|
|
|
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
|
//
|
|
7
|
+
#ifndef XCUIScreen_h
|
|
8
|
+
#define XCUIScreen_h
|
|
9
|
+
#import <XCTest/XCUIScreen.h>
|
|
10
|
+
@import Foundation;
|
|
11
|
+
@import UIKit;
|
|
6
12
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
@
|
|
13
|
-
@property(readonly) long long displayID; // @synthesize displayID=_displayID;
|
|
14
|
-
|
|
15
|
-
- (id)_clippedScreenshotData:(id)arg1 quality:(long long)arg2 rect:(struct CGRect)arg3 scale:(double)arg4;
|
|
16
|
-
- (id)_screenshotDataForQuality:(long long)arg1 rect:(struct CGRect)arg2 error:(id *)arg3;
|
|
17
|
-
- (id)screenshotDataForQuality:(long long)arg1 rect:(struct CGRect)arg2 error:(id *)arg3;
|
|
18
|
-
- (id)screenshotDataForQuality:(long long)arg1 rect:(struct CGRect)arg2;
|
|
19
|
-
- (id)_modernScreenshotDataForQuality:(long long)arg1 rect:(struct CGRect)arg2 error:(id *)arg3;
|
|
20
|
-
- (id)screenshot;
|
|
21
|
-
- (id)_imageFromData:(id)arg1;
|
|
22
|
-
- (double)scale;
|
|
13
|
+
#include "XCUIScreenDataSource-Protocol.h"
|
|
14
|
+
|
|
15
|
+
@class NSObject, NSString, NSUUID, XCUIButtonConsole, XCUIDevice, XCUIKnobControl;
|
|
16
|
+
@protocol XCUIDevice;
|
|
17
|
+
|
|
18
|
+
@interface XCUIScreen (FBXCTestPrivate)
|
|
23
19
|
|
|
24
|
-
|
|
20
|
+
@property (retain, nonatomic) NSUUID *currentDiagnosticScreenRecordingUUID;
|
|
21
|
+
@property (readonly) _Bool isMainScreen;
|
|
22
|
+
@property (readonly, weak) id <XCUIDevice> device;
|
|
23
|
+
@property (readonly) id <XCUIScreenDataSource> screenDataSource;
|
|
24
|
+
@property (readonly) XCUIButtonConsole *buttonConsole;
|
|
25
|
+
@property (readonly) XCUIKnobControl *knobControl;
|
|
26
|
+
@property (readonly) long long displayID;
|
|
27
|
+
@property (readonly) double scale;
|
|
28
|
+
@property (readonly) CGRect bounds;
|
|
29
|
+
@property (readonly) unsigned long long traits;
|
|
30
|
+
@property (readonly) unsigned long long hash;
|
|
31
|
+
@property (readonly) Class superclass;
|
|
32
|
+
@property (readonly, copy) NSString *description;
|
|
33
|
+
@property (readonly, copy) NSString *debugDescription;
|
|
34
|
+
|
|
35
|
+
/* class methods */
|
|
36
|
+
+ (id)mainScreen;
|
|
37
|
+
+ (id)screens;
|
|
38
|
+
|
|
39
|
+
/* instance methods */
|
|
40
|
+
- (id)initWithDisplayID:(long long)id isMainScreen:(_Bool)screen device:(id)device screenDataSource:(id)source;
|
|
41
|
+
- (id)makeDiagnosticScreenshotAttachment;
|
|
42
|
+
- (void)startDiagnosticScreenRecordingWithCompletion:(id /* block */)completion;
|
|
43
|
+
- (void)stopDiagnosticRecordingWithCompletion:(id /* block */)completion;
|
|
44
|
+
- (_Bool)isEqual:(id)equal;
|
|
45
|
+
- (id)screenshot;
|
|
46
|
+
- (id)screenshotWithEncoding:(id)encoding options:(unsigned long long)options;
|
|
47
|
+
- (id)screenshotWithPreferredEncoding:(id)encoding rect:(CGRect)rect error:(id *)error;
|
|
48
|
+
- (id)screenshotWithPreferredEncoding:(id)encoding rect:(CGRect)rect options:(unsigned long long)options error:(id *)error;
|
|
49
|
+
- (id)screenshotAttachmentWithPreferredEncoding:(id)encoding rect:(CGRect)rect options:(unsigned long long)options error:(id *)error;
|
|
25
50
|
|
|
26
51
|
@end
|
|
27
52
|
|
|
53
|
+
#endif /* XCUIScreen_h */
|
|
@@ -1,19 +1,35 @@
|
|
|
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
|
-
|
|
7
|
+
#ifndef XCUIScreenDataSource_Protocol_h
|
|
8
|
+
#define XCUIScreenDataSource_Protocol_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
8
11
|
|
|
9
12
|
@protocol XCUIScreenDataSource <NSObject>
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
13
|
+
|
|
14
|
+
@required
|
|
15
|
+
|
|
16
|
+
@property (readonly, nonatomic) _Bool supportsHEICImageEncoding;
|
|
17
|
+
@property (readonly, nonatomic) _Bool preferScreenshotsOverScreenRecordings;
|
|
18
|
+
@property (readonly, nonatomic) _Bool supportsScreenRecording;
|
|
19
|
+
@property (readonly, nonatomic) _Bool supportsMultiDeviceScreenRecording;
|
|
20
|
+
|
|
21
|
+
/* required instance methods */
|
|
22
|
+
- (void)requestScreenIdentifiersWithCompletion:(id /* block */)completion;
|
|
23
|
+
- (void)requestTraitsForScreenWithIdentifier:(long long)identifier completion:(id /* block */)completion;
|
|
24
|
+
- (void)requestScaleForScreenWithIdentifier:(long long)identifier completion:(id /* block */)completion;
|
|
25
|
+
- (void)requestBoundsForScreenWithIdentifier:(long long)identifier completion:(id /* block */)completion;
|
|
26
|
+
- (void)requestScreenshotWithRequest:(id)request withReply:(id /* block */)reply;
|
|
27
|
+
- (void)requestScreenshotAttachmentWithRequest:(id)request withReply:(id /* block */)reply;
|
|
28
|
+
- (void)startScreenRecordingWithRequest:(id)request withReply:(id /* block */)reply;
|
|
29
|
+
- (void)stopScreenRecordingWithUUID:(id)uuid withReply:(id /* block */)reply;
|
|
30
|
+
|
|
31
|
+
@optional
|
|
32
|
+
|
|
18
33
|
@end
|
|
19
34
|
|
|
35
|
+
#endif /* XCUIScreenDataSource_Protocol_h */
|
|
@@ -0,0 +1,39 @@
|
|
|
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 XCUISiriService_h
|
|
8
|
+
#define XCUISiriService_h
|
|
9
|
+
#import <XCTest/XCUISiriService.h>
|
|
10
|
+
@import Foundation;
|
|
11
|
+
@import UIKit;
|
|
12
|
+
|
|
13
|
+
#include "XCUIRemoteSiriInterface-Protocol.h"
|
|
14
|
+
|
|
15
|
+
@class NSObject, NSString, XCUIApplication, XCUIDevice;
|
|
16
|
+
@protocol XCUIDevice;
|
|
17
|
+
|
|
18
|
+
@interface XCUISiriService (FBXCTestPrivate)
|
|
19
|
+
|
|
20
|
+
@property (readonly) XCUIApplication *siriApplication;
|
|
21
|
+
@property (readonly) _Bool supportsAccessibility;
|
|
22
|
+
@property (readonly) id <XCUIDevice> device;
|
|
23
|
+
@property (readonly) id <XCUIRemoteSiriInterface> remoteSiriInterface;
|
|
24
|
+
@property (readonly, getter=isEnabled) _Bool enabled;
|
|
25
|
+
|
|
26
|
+
/* instance methods */
|
|
27
|
+
- (id)initWithDevice:(id)device remoteSiriInterface:(id)interface supportsAccessibility:(_Bool)accessibility;
|
|
28
|
+
- (void)injectAssistantRecognitionStrings:(id)strings;
|
|
29
|
+
- (void)injectVoiceRecognitionAudioInputPaths:(id)paths;
|
|
30
|
+
- (_Bool)_usesLegacySiriViewService;
|
|
31
|
+
- (id)_siriBundleIdentifier;
|
|
32
|
+
- (unsigned long long)_expectedStateForActivate;
|
|
33
|
+
- (void)_assertSiriEnabled;
|
|
34
|
+
- (void)_waitForActivation;
|
|
35
|
+
- (id)forwardingTargetForSelector:(SEL)selector;
|
|
36
|
+
|
|
37
|
+
@end
|
|
38
|
+
|
|
39
|
+
#endif /* XCUISiriService_h */
|
|
@@ -0,0 +1,26 @@
|
|
|
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 XCUISystem_h
|
|
8
|
+
#define XCUISystem_h
|
|
9
|
+
#import <XCTest/XCUISystem.h>
|
|
10
|
+
@import Foundation;
|
|
11
|
+
@import UIKit;
|
|
12
|
+
|
|
13
|
+
@class NSArray, NSObject, XCUIDevice;
|
|
14
|
+
@protocol XCUIDevice;
|
|
15
|
+
|
|
16
|
+
@interface XCUISystem (FBXCTestPrivate)
|
|
17
|
+
|
|
18
|
+
@property (readonly, weak) id <XCUIDevice> device;
|
|
19
|
+
@property (readonly) NSArray *activeForegroundApplications;
|
|
20
|
+
|
|
21
|
+
/* instance methods */
|
|
22
|
+
- (id)initWithDevice:(id)device;
|
|
23
|
+
|
|
24
|
+
@end
|
|
25
|
+
|
|
26
|
+
#endif /* XCUISystem_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 XCUIXcodeApplicationManaging_Protocol_h
|
|
8
|
+
#define XCUIXcodeApplicationManaging_Protocol_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
|
|
12
|
+
#include "XCUIApplicationManaging-Protocol.h"
|
|
13
|
+
|
|
14
|
+
@protocol XCUIXcodeApplicationManaging <XCUIApplicationManaging>
|
|
15
|
+
|
|
16
|
+
@required
|
|
17
|
+
|
|
18
|
+
/* required instance methods */
|
|
19
|
+
- (void)openURL:(id)url processPath:(id)path bundleID:(id)id arguments:(id)arguments environmentVariables:(id)variables completion:(id /* block */)completion;
|
|
20
|
+
- (void)requestLaunchProgressForProcessWithToken:(id)token completion:(id /* block */)completion;
|
|
21
|
+
- (void)terminateProcessWithToken:(id)token completion:(id /* block */)completion;
|
|
22
|
+
|
|
23
|
+
@optional
|
|
24
|
+
|
|
25
|
+
@end
|
|
26
|
+
|
|
27
|
+
#endif /* XCUIXcodeApplicationManaging_Protocol_h */
|
|
@@ -0,0 +1,26 @@
|
|
|
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 _TtC10XCTestCore19XCTReportingContext_h
|
|
8
|
+
#define _TtC10XCTestCore19XCTReportingContext_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
|
|
12
|
+
@class NSObject;
|
|
13
|
+
|
|
14
|
+
@interface XCTReportingContext : NSObject { // (Swift)
|
|
15
|
+
/* instance variables */
|
|
16
|
+
id ideProxy;
|
|
17
|
+
id configuration;
|
|
18
|
+
id publisher;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
/* instance methods */
|
|
22
|
+
- (id)init;
|
|
23
|
+
|
|
24
|
+
@end
|
|
25
|
+
|
|
26
|
+
#endif /* _TtC10XCTestCore19XCTReportingContext_h */
|
|
@@ -0,0 +1,20 @@
|
|
|
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 _XCTMessaging_VoidProtocol_Protocol_h
|
|
8
|
+
#define _XCTMessaging_VoidProtocol_Protocol_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
|
|
12
|
+
@protocol _XCTMessaging_VoidProtocol
|
|
13
|
+
|
|
14
|
+
@required
|
|
15
|
+
|
|
16
|
+
@optional
|
|
17
|
+
|
|
18
|
+
@end
|
|
19
|
+
|
|
20
|
+
#endif /* _XCTMessaging_VoidProtocol_Protocol_h */
|
|
@@ -0,0 +1,26 @@
|
|
|
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 _XCTestObservationInternal_Protocol_h
|
|
8
|
+
#define _XCTestObservationInternal_Protocol_h
|
|
9
|
+
@import Foundation;
|
|
10
|
+
@import UIKit;
|
|
11
|
+
|
|
12
|
+
#include "_XCTestObservationPrivate-Protocol.h"
|
|
13
|
+
|
|
14
|
+
@protocol _XCTestObservationInternal <_XCTestObservationPrivate>
|
|
15
|
+
|
|
16
|
+
@required
|
|
17
|
+
|
|
18
|
+
@optional
|
|
19
|
+
|
|
20
|
+
/* optional instance methods */
|
|
21
|
+
- (void)testSuite:(id)suite didRecordSkipWithDescription:(id)description sourceCodeContext:(id)context;
|
|
22
|
+
- (void)testCasePlaceholder:(id)placeholder isUnavailableWithReason:(id)reason;
|
|
23
|
+
|
|
24
|
+
@end
|
|
25
|
+
|
|
26
|
+
#endif /* _XCTestObservationInternal_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 _XCTestObservationPrivate_Protocol_h
|
|
8
|
+
#define _XCTestObservationPrivate_Protocol_h
|
|
9
|
+
#import <XCTest/XCTestObservation.h>
|
|
10
|
+
@import Foundation;
|
|
11
|
+
@import UIKit;
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
@protocol _XCTestObservationPrivate <XCTestObservation>
|
|
15
|
+
|
|
16
|
+
@required
|
|
17
|
+
|
|
18
|
+
@optional
|
|
19
|
+
|
|
20
|
+
/* optional instance methods */
|
|
21
|
+
- (void)_context:(id)_context willStartActivity:(id)activity;
|
|
22
|
+
- (void)_context:(id)_context didFinishActivity:(id)activity;
|
|
23
|
+
- (void)testCase:(id)_case didRecordSkipWithDescription:(id)description sourceCodeContext:(id)context;
|
|
24
|
+
|
|
25
|
+
@end
|
|
26
|
+
|
|
27
|
+
#endif /* _XCTestObservationPrivate_Protocol_h */
|