appium-webdriveragent 10.1.0 → 10.1.2
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 +12 -0
- package/README.md +1 -1
- package/Scripts/build.sh +1 -2
- package/WebDriverAgentLib/Categories/FBXCElementSnapshotWrapper+Helpers.h +1 -2
- package/WebDriverAgentLib/Categories/FBXCElementSnapshotWrapper+Helpers.m +1 -2
- package/WebDriverAgentLib/Categories/NSDictionary+FBUtf8SafeDictionary.h +1 -2
- package/WebDriverAgentLib/Categories/NSDictionary+FBUtf8SafeDictionary.m +1 -2
- package/WebDriverAgentLib/Categories/NSExpression+FBFormat.h +1 -2
- package/WebDriverAgentLib/Categories/NSExpression+FBFormat.m +1 -2
- package/WebDriverAgentLib/Categories/NSString+FBVisualLength.h +1 -2
- package/WebDriverAgentLib/Categories/NSString+FBVisualLength.m +1 -2
- package/WebDriverAgentLib/Categories/NSString+FBXMLSafeString.h +1 -2
- package/WebDriverAgentLib/Categories/NSString+FBXMLSafeString.m +1 -2
- package/WebDriverAgentLib/Categories/XCAXClient_iOS+FBSnapshotReqParams.h +1 -2
- package/WebDriverAgentLib/Categories/XCAXClient_iOS+FBSnapshotReqParams.m +1 -2
- package/WebDriverAgentLib/Categories/XCTIssue+FBPatcher.h +1 -2
- package/WebDriverAgentLib/Categories/XCTIssue+FBPatcher.m +1 -2
- package/WebDriverAgentLib/Categories/XCUIApplication+FBAlert.h +1 -2
- package/WebDriverAgentLib/Categories/XCUIApplication+FBAlert.m +1 -2
- package/WebDriverAgentLib/Categories/XCUIApplication+FBFocused.h +1 -2
- package/WebDriverAgentLib/Categories/XCUIApplication+FBHelpers.h +1 -2
- package/WebDriverAgentLib/Categories/XCUIApplication+FBHelpers.m +1 -2
- package/WebDriverAgentLib/Categories/XCUIApplication+FBQuiescence.h +1 -2
- package/WebDriverAgentLib/Categories/XCUIApplication+FBQuiescence.m +1 -2
- package/WebDriverAgentLib/Categories/XCUIApplication+FBTouchAction.h +1 -2
- package/WebDriverAgentLib/Categories/XCUIApplication+FBTouchAction.m +1 -2
- package/WebDriverAgentLib/Categories/XCUIApplication+FBUIInterruptions.h +1 -2
- package/WebDriverAgentLib/Categories/XCUIApplication+FBUIInterruptions.m +1 -2
- package/WebDriverAgentLib/Categories/XCUIApplicationProcess+FBQuiescence.h +1 -2
- package/WebDriverAgentLib/Categories/XCUIApplicationProcess+FBQuiescence.m +1 -2
- package/WebDriverAgentLib/Categories/XCUIDevice+FBHealthCheck.h +1 -2
- package/WebDriverAgentLib/Categories/XCUIDevice+FBHealthCheck.m +1 -2
- package/WebDriverAgentLib/Categories/XCUIDevice+FBHelpers.h +1 -2
- package/WebDriverAgentLib/Categories/XCUIDevice+FBHelpers.m +1 -2
- package/WebDriverAgentLib/Categories/XCUIDevice+FBRotation.h +1 -2
- package/WebDriverAgentLib/Categories/XCUIDevice+FBRotation.m +1 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBAccessibility.h +1 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBAccessibility.m +1 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBCaching.h +1 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBCaching.m +1 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBClassChain.h +1 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBClassChain.m +1 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBFind.h +1 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBFind.m +1 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBForceTouch.h +1 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBForceTouch.m +1 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBIsVisible.h +1 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBIsVisible.m +1 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBMinMax.h +1 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBMinMax.m +1 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBPickerWheel.h +1 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBPickerWheel.m +1 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBResolve.h +1 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBResolve.m +1 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBScrolling.h +1 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBScrolling.m +1 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBSwiping.h +1 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBSwiping.m +1 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBTVFocuse.h +1 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBTVFocuse.m +1 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBTyping.h +1 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBTyping.m +1 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBUID.h +1 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBUID.m +1 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBUtilities.h +1 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBUtilities.m +1 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBVisibleFrame.h +1 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBVisibleFrame.m +1 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBWebDriverAttributes.h +1 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBWebDriverAttributes.m +1 -2
- package/WebDriverAgentLib/Categories/XCUIElementQuery+FBHelpers.h +1 -2
- package/WebDriverAgentLib/Categories/XCUIElementQuery+FBHelpers.m +1 -2
- package/WebDriverAgentLib/Commands/FBAlertViewCommands.h +1 -2
- package/WebDriverAgentLib/Commands/FBAlertViewCommands.m +1 -2
- package/WebDriverAgentLib/Commands/FBCustomCommands.h +1 -2
- package/WebDriverAgentLib/Commands/FBCustomCommands.m +1 -2
- package/WebDriverAgentLib/Commands/FBDebugCommands.h +1 -2
- package/WebDriverAgentLib/Commands/FBDebugCommands.m +1 -2
- package/WebDriverAgentLib/Commands/FBElementCommands.h +1 -2
- package/WebDriverAgentLib/Commands/FBElementCommands.m +1 -2
- package/WebDriverAgentLib/Commands/FBFindElementCommands.h +1 -2
- package/WebDriverAgentLib/Commands/FBFindElementCommands.m +3 -4
- package/WebDriverAgentLib/Commands/FBOrientationCommands.h +1 -2
- package/WebDriverAgentLib/Commands/FBOrientationCommands.m +1 -2
- package/WebDriverAgentLib/Commands/FBScreenshotCommands.h +1 -2
- package/WebDriverAgentLib/Commands/FBScreenshotCommands.m +1 -2
- package/WebDriverAgentLib/Commands/FBSessionCommands.h +1 -2
- package/WebDriverAgentLib/Commands/FBSessionCommands.m +1 -2
- package/WebDriverAgentLib/Commands/FBTouchActionCommands.h +1 -2
- package/WebDriverAgentLib/Commands/FBTouchActionCommands.m +1 -2
- package/WebDriverAgentLib/Commands/FBTouchIDCommands.h +1 -2
- package/WebDriverAgentLib/Commands/FBTouchIDCommands.m +1 -2
- package/WebDriverAgentLib/Commands/FBUnknownCommands.h +1 -2
- package/WebDriverAgentLib/Commands/FBUnknownCommands.m +1 -2
- package/WebDriverAgentLib/Commands/FBVideoCommands.h +1 -2
- package/WebDriverAgentLib/Commands/FBVideoCommands.m +1 -2
- package/WebDriverAgentLib/FBAlert.h +1 -2
- package/WebDriverAgentLib/FBAlert.m +1 -2
- package/WebDriverAgentLib/Info.plist +2 -2
- package/WebDriverAgentLib/Routing/FBCommandHandler.h +1 -2
- package/WebDriverAgentLib/Routing/FBCommandStatus.h +1 -2
- package/WebDriverAgentLib/Routing/FBCommandStatus.m +1 -2
- package/WebDriverAgentLib/Routing/FBElement.h +1 -2
- package/WebDriverAgentLib/Routing/FBElementCache.h +1 -2
- package/WebDriverAgentLib/Routing/FBElementCache.m +1 -2
- package/WebDriverAgentLib/Routing/FBElementUtils.h +1 -2
- package/WebDriverAgentLib/Routing/FBElementUtils.m +1 -2
- package/WebDriverAgentLib/Routing/FBExceptionHandler.h +1 -2
- package/WebDriverAgentLib/Routing/FBExceptionHandler.m +1 -2
- package/WebDriverAgentLib/Routing/FBExceptions.h +1 -2
- package/WebDriverAgentLib/Routing/FBExceptions.m +1 -2
- package/WebDriverAgentLib/Routing/FBResponseJSONPayload.h +1 -2
- package/WebDriverAgentLib/Routing/FBResponseJSONPayload.m +1 -2
- package/WebDriverAgentLib/Routing/FBResponsePayload.h +1 -2
- package/WebDriverAgentLib/Routing/FBResponsePayload.m +1 -2
- package/WebDriverAgentLib/Routing/FBRoute.h +1 -2
- package/WebDriverAgentLib/Routing/FBRoute.m +1 -2
- package/WebDriverAgentLib/Routing/FBRouteRequest-Private.h +1 -2
- package/WebDriverAgentLib/Routing/FBRouteRequest.h +1 -2
- package/WebDriverAgentLib/Routing/FBRouteRequest.m +1 -2
- package/WebDriverAgentLib/Routing/FBScreenRecordingContainer.h +1 -2
- package/WebDriverAgentLib/Routing/FBScreenRecordingContainer.m +1 -2
- package/WebDriverAgentLib/Routing/FBScreenRecordingPromise.h +1 -2
- package/WebDriverAgentLib/Routing/FBScreenRecordingPromise.m +1 -2
- package/WebDriverAgentLib/Routing/FBScreenRecordingRequest.h +1 -2
- package/WebDriverAgentLib/Routing/FBScreenRecordingRequest.m +1 -2
- package/WebDriverAgentLib/Routing/FBSession-Private.h +1 -2
- package/WebDriverAgentLib/Routing/FBSession.h +1 -2
- package/WebDriverAgentLib/Routing/FBSession.m +1 -2
- package/WebDriverAgentLib/Routing/FBTCPSocket.h +1 -2
- package/WebDriverAgentLib/Routing/FBTCPSocket.m +1 -2
- package/WebDriverAgentLib/Routing/FBWebServer.h +1 -2
- package/WebDriverAgentLib/Routing/FBWebServer.m +1 -2
- package/WebDriverAgentLib/Routing/FBXCAccessibilityElement.h +1 -2
- package/WebDriverAgentLib/Routing/FBXCAccessibilityElement.m +1 -2
- package/WebDriverAgentLib/Routing/FBXCDeviceEvent.h +1 -2
- package/WebDriverAgentLib/Routing/FBXCDeviceEvent.m +1 -2
- package/WebDriverAgentLib/Routing/FBXCElementSnapshot.h +1 -2
- package/WebDriverAgentLib/Routing/FBXCElementSnapshot.m +1 -2
- package/WebDriverAgentLib/Routing/FBXCElementSnapshotWrapper.h +1 -2
- package/WebDriverAgentLib/Routing/FBXCElementSnapshotWrapper.m +1 -2
- package/WebDriverAgentLib/Utilities/FBAccessibilityTraits.h +1 -2
- package/WebDriverAgentLib/Utilities/FBAccessibilityTraits.m +1 -2
- package/WebDriverAgentLib/Utilities/FBActiveAppDetectionPoint.h +1 -2
- package/WebDriverAgentLib/Utilities/FBActiveAppDetectionPoint.m +1 -2
- package/WebDriverAgentLib/Utilities/FBAlertsMonitor.h +1 -2
- package/WebDriverAgentLib/Utilities/FBAlertsMonitor.m +1 -2
- package/WebDriverAgentLib/Utilities/FBBaseActionsSynthesizer.h +1 -2
- package/WebDriverAgentLib/Utilities/FBBaseActionsSynthesizer.m +1 -2
- package/WebDriverAgentLib/Utilities/FBCapabilities.h +1 -2
- package/WebDriverAgentLib/Utilities/FBCapabilities.m +1 -2
- package/WebDriverAgentLib/Utilities/FBClassChainQueryParser.h +1 -2
- package/WebDriverAgentLib/Utilities/FBClassChainQueryParser.m +1 -2
- package/WebDriverAgentLib/Utilities/FBConfiguration.h +1 -2
- package/WebDriverAgentLib/Utilities/FBConfiguration.m +1 -2
- package/WebDriverAgentLib/Utilities/FBDebugLogDelegateDecorator.h +1 -2
- package/WebDriverAgentLib/Utilities/FBDebugLogDelegateDecorator.m +1 -2
- package/WebDriverAgentLib/Utilities/FBElementHelpers.h +1 -2
- package/WebDriverAgentLib/Utilities/FBElementHelpers.m +1 -2
- package/WebDriverAgentLib/Utilities/FBElementTypeTransformer.h +1 -2
- package/WebDriverAgentLib/Utilities/FBElementTypeTransformer.m +1 -2
- package/WebDriverAgentLib/Utilities/FBErrorBuilder.h +1 -2
- package/WebDriverAgentLib/Utilities/FBErrorBuilder.m +1 -2
- package/WebDriverAgentLib/Utilities/FBFailureProofTestCase.h +1 -2
- package/WebDriverAgentLib/Utilities/FBFailureProofTestCase.m +1 -2
- package/WebDriverAgentLib/Utilities/FBImageProcessor.h +1 -2
- package/WebDriverAgentLib/Utilities/FBImageProcessor.m +1 -2
- package/WebDriverAgentLib/Utilities/FBImageUtils.h +1 -2
- package/WebDriverAgentLib/Utilities/FBImageUtils.m +1 -2
- package/WebDriverAgentLib/Utilities/FBKeyboard.h +1 -2
- package/WebDriverAgentLib/Utilities/FBKeyboard.m +1 -2
- package/WebDriverAgentLib/Utilities/FBLogger.h +1 -2
- package/WebDriverAgentLib/Utilities/FBLogger.m +1 -2
- package/WebDriverAgentLib/Utilities/FBMacros.h +1 -2
- package/WebDriverAgentLib/Utilities/FBMathUtils.h +1 -2
- package/WebDriverAgentLib/Utilities/FBMathUtils.m +1 -2
- package/WebDriverAgentLib/Utilities/FBMjpegServer.h +1 -2
- package/WebDriverAgentLib/Utilities/FBMjpegServer.m +1 -2
- package/WebDriverAgentLib/Utilities/FBNotificationsHelper.h +1 -2
- package/WebDriverAgentLib/Utilities/FBNotificationsHelper.m +1 -2
- package/WebDriverAgentLib/Utilities/FBPasteboard.h +1 -2
- package/WebDriverAgentLib/Utilities/FBPasteboard.m +1 -2
- package/WebDriverAgentLib/Utilities/FBProtocolHelpers.h +1 -2
- package/WebDriverAgentLib/Utilities/FBProtocolHelpers.m +1 -2
- package/WebDriverAgentLib/Utilities/FBReflectionUtils.h +1 -2
- package/WebDriverAgentLib/Utilities/FBReflectionUtils.m +1 -2
- package/WebDriverAgentLib/Utilities/FBRunLoopSpinner.h +1 -2
- package/WebDriverAgentLib/Utilities/FBRunLoopSpinner.m +1 -2
- package/WebDriverAgentLib/Utilities/FBRuntimeUtils.h +1 -2
- package/WebDriverAgentLib/Utilities/FBRuntimeUtils.m +1 -2
- package/WebDriverAgentLib/Utilities/FBScreen.h +1 -2
- package/WebDriverAgentLib/Utilities/FBScreen.m +1 -2
- package/WebDriverAgentLib/Utilities/FBScreenshot.h +1 -2
- package/WebDriverAgentLib/Utilities/FBScreenshot.m +1 -2
- package/WebDriverAgentLib/Utilities/FBSettings.h +1 -2
- package/WebDriverAgentLib/Utilities/FBSettings.m +1 -2
- package/WebDriverAgentLib/Utilities/FBTVNavigationTracker-Private.h +1 -2
- package/WebDriverAgentLib/Utilities/FBTVNavigationTracker.h +1 -2
- package/WebDriverAgentLib/Utilities/FBTVNavigationTracker.m +1 -2
- package/WebDriverAgentLib/Utilities/FBUnattachedAppLauncher.h +1 -2
- package/WebDriverAgentLib/Utilities/FBUnattachedAppLauncher.m +1 -2
- package/WebDriverAgentLib/Utilities/FBW3CActionsHelpers.h +1 -2
- package/WebDriverAgentLib/Utilities/FBW3CActionsHelpers.m +1 -2
- package/WebDriverAgentLib/Utilities/FBW3CActionsSynthesizer.h +1 -2
- package/WebDriverAgentLib/Utilities/FBW3CActionsSynthesizer.m +1 -2
- package/WebDriverAgentLib/Utilities/FBWebServerParams.h +1 -2
- package/WebDriverAgentLib/Utilities/FBWebServerParams.m +1 -2
- package/WebDriverAgentLib/Utilities/FBXCAXClientProxy.h +1 -2
- package/WebDriverAgentLib/Utilities/FBXCAXClientProxy.m +1 -2
- package/WebDriverAgentLib/Utilities/FBXCTestDaemonsProxy.h +1 -2
- package/WebDriverAgentLib/Utilities/FBXCTestDaemonsProxy.m +1 -2
- package/WebDriverAgentLib/Utilities/FBXCodeCompatibility.h +1 -2
- package/WebDriverAgentLib/Utilities/FBXCodeCompatibility.m +1 -2
- package/WebDriverAgentLib/Utilities/FBXMLGenerationOptions.h +1 -2
- package/WebDriverAgentLib/Utilities/FBXMLGenerationOptions.m +1 -2
- package/WebDriverAgentLib/Utilities/FBXPath-Private.h +1 -2
- package/WebDriverAgentLib/Utilities/FBXPath.h +1 -2
- package/WebDriverAgentLib/Utilities/FBXPath.m +1 -2
- package/WebDriverAgentLib/Utilities/NSPredicate+FBFormat.h +1 -2
- package/WebDriverAgentLib/Utilities/NSPredicate+FBFormat.m +1 -2
- package/WebDriverAgentLib/Utilities/XCTestPrivateSymbols.h +1 -2
- package/WebDriverAgentLib/Utilities/XCTestPrivateSymbols.m +1 -2
- package/WebDriverAgentLib/Utilities/XCUIApplicationProcessDelay.h +1 -2
- package/WebDriverAgentLib/Utilities/XCUIApplicationProcessDelay.m +1 -2
- package/WebDriverAgentLib/WebDriverAgentLib.h +1 -2
- package/WebDriverAgentRunner/UITestingUITests.m +1 -2
- package/WebDriverAgentTests/IntegrationApp/Classes/AppDelegate.h +1 -2
- package/WebDriverAgentTests/IntegrationApp/Classes/AppDelegate.m +1 -2
- package/WebDriverAgentTests/IntegrationApp/Classes/FBAlertViewController.h +1 -2
- package/WebDriverAgentTests/IntegrationApp/Classes/FBAlertViewController.m +1 -2
- package/WebDriverAgentTests/IntegrationApp/Classes/FBNavigationController.h +1 -2
- package/WebDriverAgentTests/IntegrationApp/Classes/FBNavigationController.m +1 -2
- package/WebDriverAgentTests/IntegrationApp/Classes/FBScrollViewController.h +1 -2
- package/WebDriverAgentTests/IntegrationApp/Classes/FBScrollViewController.m +1 -2
- package/WebDriverAgentTests/IntegrationApp/Classes/FBTableDataSource.h +1 -2
- package/WebDriverAgentTests/IntegrationApp/Classes/FBTableDataSource.m +1 -2
- package/WebDriverAgentTests/IntegrationApp/Classes/TouchSpotView.h +1 -2
- package/WebDriverAgentTests/IntegrationApp/Classes/TouchSpotView.m +1 -2
- package/WebDriverAgentTests/IntegrationApp/Classes/TouchViewController.h +1 -2
- package/WebDriverAgentTests/IntegrationApp/Classes/TouchViewController.m +1 -2
- package/WebDriverAgentTests/IntegrationApp/Classes/TouchableView.h +1 -2
- package/WebDriverAgentTests/IntegrationApp/Classes/TouchableView.m +1 -2
- package/WebDriverAgentTests/IntegrationApp/Classes/ViewController.h +1 -2
- package/WebDriverAgentTests/IntegrationApp/Classes/ViewController.m +1 -2
- package/WebDriverAgentTests/IntegrationApp/main.m +1 -2
- package/WebDriverAgentTests/IntegrationTests/FBAlertTests.m +1 -2
- package/WebDriverAgentTests/IntegrationTests/FBAutoAlertsHandlerTests.m +1 -2
- package/WebDriverAgentTests/IntegrationTests/FBConfigurationTests.m +1 -2
- package/WebDriverAgentTests/IntegrationTests/FBElementAttributeTests.m +1 -2
- package/WebDriverAgentTests/IntegrationTests/FBElementSwipingTests.m +1 -2
- package/WebDriverAgentTests/IntegrationTests/FBElementVisibilityTests.m +1 -2
- package/WebDriverAgentTests/IntegrationTests/FBFailureProofTestCaseTests.m +1 -2
- package/WebDriverAgentTests/IntegrationTests/FBForceTouchTests.m +1 -2
- package/WebDriverAgentTests/IntegrationTests/FBImageProcessorTests.m +1 -2
- package/WebDriverAgentTests/IntegrationTests/FBIntegrationTestCase.h +1 -2
- package/WebDriverAgentTests/IntegrationTests/FBIntegrationTestCase.m +1 -2
- package/WebDriverAgentTests/IntegrationTests/FBKeyboardTests.m +1 -2
- package/WebDriverAgentTests/IntegrationTests/FBPasteboardTests.m +1 -2
- package/WebDriverAgentTests/IntegrationTests/FBPickerWheelSelectTests.m +1 -2
- package/WebDriverAgentTests/IntegrationTests/FBSafariAlertTests.m +1 -2
- package/WebDriverAgentTests/IntegrationTests/FBScreenTests.m +1 -2
- package/WebDriverAgentTests/IntegrationTests/FBScrollingTests.m +1 -2
- package/WebDriverAgentTests/IntegrationTests/FBSessionIntegrationTests.m +1 -2
- package/WebDriverAgentTests/IntegrationTests/FBTapTest.m +1 -2
- package/WebDriverAgentTests/IntegrationTests/FBTestMacros.h +1 -2
- package/WebDriverAgentTests/IntegrationTests/FBTypingTest.m +1 -2
- package/WebDriverAgentTests/IntegrationTests/FBVideoRecordingTests.m +1 -2
- package/WebDriverAgentTests/IntegrationTests/FBW3CMultiTouchActionsIntegrationTests.m +1 -2
- package/WebDriverAgentTests/IntegrationTests/FBW3CTouchActionsIntegrationTests.m +1 -2
- package/WebDriverAgentTests/IntegrationTests/FBW3CTypeActionsTests.m +1 -2
- package/WebDriverAgentTests/IntegrationTests/FBXPathIntegrationTests.m +1 -2
- package/WebDriverAgentTests/IntegrationTests/XCElementSnapshotHelperTests.m +1 -2
- package/WebDriverAgentTests/IntegrationTests/XCElementSnapshotHitPointTests.m +1 -2
- package/WebDriverAgentTests/IntegrationTests/XCUIApplicationHelperTests.m +1 -2
- package/WebDriverAgentTests/IntegrationTests/XCUIDeviceHealthCheckTests.m +1 -2
- package/WebDriverAgentTests/IntegrationTests/XCUIDeviceHelperTests.m +1 -2
- package/WebDriverAgentTests/IntegrationTests/XCUIDeviceRotationTests.m +1 -2
- package/WebDriverAgentTests/IntegrationTests/XCUIElementAttributesTests.m +1 -2
- package/WebDriverAgentTests/IntegrationTests/XCUIElementFBFindTests.m +1 -2
- package/WebDriverAgentTests/IntegrationTests/XCUIElementHelperIntegrationTests.m +1 -2
- package/WebDriverAgentTests/UnitTests/Doubles/XCElementSnapshotDouble.h +1 -2
- package/WebDriverAgentTests/UnitTests/Doubles/XCElementSnapshotDouble.m +1 -2
- package/WebDriverAgentTests/UnitTests/Doubles/XCUIApplicationDouble.h +1 -2
- package/WebDriverAgentTests/UnitTests/Doubles/XCUIApplicationDouble.m +1 -2
- package/WebDriverAgentTests/UnitTests/Doubles/XCUIElementDouble.h +1 -2
- package/WebDriverAgentTests/UnitTests/Doubles/XCUIElementDouble.m +1 -2
- package/WebDriverAgentTests/UnitTests/FBClassChainTests.m +1 -2
- package/WebDriverAgentTests/UnitTests/FBConfigurationTests.m +1 -2
- package/WebDriverAgentTests/UnitTests/FBElementCacheTests.m +1 -2
- package/WebDriverAgentTests/UnitTests/FBElementTypeTransformerTests.m +1 -2
- package/WebDriverAgentTests/UnitTests/FBElementUtilitiesTests.m +1 -2
- package/WebDriverAgentTests/UnitTests/FBErrorBuilderTests.m +1 -2
- package/WebDriverAgentTests/UnitTests/FBExceptionHandlerTests.m +1 -2
- package/WebDriverAgentTests/UnitTests/FBLRUCacheTests.m +1 -2
- package/WebDriverAgentTests/UnitTests/FBMathUtilsTests.m +1 -2
- package/WebDriverAgentTests/UnitTests/FBProtocolHelpersTests.m +1 -2
- package/WebDriverAgentTests/UnitTests/FBRouteTests.m +1 -2
- package/WebDriverAgentTests/UnitTests/FBRunLoopSpinnerTests.m +1 -2
- package/WebDriverAgentTests/UnitTests/FBRuntimeUtilsTests.m +1 -2
- package/WebDriverAgentTests/UnitTests/FBSDKVersionTests.m +1 -2
- package/WebDriverAgentTests/UnitTests/FBSessionTests.m +1 -2
- package/WebDriverAgentTests/UnitTests/FBXMLSafeStringTests.m +1 -2
- package/WebDriverAgentTests/UnitTests/FBXPathTests.m +1 -2
- package/WebDriverAgentTests/UnitTests/NSDictionaryFBUtf8SafeTests.m +1 -2
- package/WebDriverAgentTests/UnitTests/NSExpressionFBFormatTests.m +1 -2
- package/WebDriverAgentTests/UnitTests/NSPredicateFBFormatTests.m +1 -2
- package/WebDriverAgentTests/UnitTests/XCUIElementHelpersTests.m +1 -2
- package/WebDriverAgentTests/UnitTests_tvOS/Doubles/XCUIElementDouble.h +1 -2
- package/WebDriverAgentTests/UnitTests_tvOS/Doubles/XCUIElementDouble.m +1 -2
- package/WebDriverAgentTests/UnitTests_tvOS/FBTVNavigationTrackerTests.m +1 -2
- package/build/lib/webdriveragent.js +4 -0
- package/build/lib/webdriveragent.js.map +1 -1
- package/build/lib/xcodebuild.js +2 -0
- package/build/lib/xcodebuild.js.map +1 -1
- package/package.json +1 -1
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
* All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the BSD-style license found in the
|
|
6
|
-
* LICENSE file in the root directory of this source tree.
|
|
7
|
-
* of patent rights can be found in the PATENTS file in the same directory.
|
|
6
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
7
|
*/
|
|
9
8
|
#import <XCTest/XCTest.h>
|
|
10
9
|
|
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
* All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the BSD-style license found in the
|
|
6
|
-
* LICENSE file in the root directory of this source tree.
|
|
7
|
-
* of patent rights can be found in the PATENTS file in the same directory.
|
|
6
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
7
|
*/
|
|
9
8
|
|
|
10
9
|
#import "XCUIElement+FBSwiping.h"
|
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
* All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the BSD-style license found in the
|
|
6
|
-
* LICENSE file in the root directory of this source tree.
|
|
7
|
-
* of patent rights can be found in the PATENTS file in the same directory.
|
|
6
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
7
|
*/
|
|
9
8
|
|
|
10
9
|
#import <XCTest/XCTest.h>
|
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
* All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the BSD-style license found in the
|
|
6
|
-
* LICENSE file in the root directory of this source tree.
|
|
7
|
-
* of patent rights can be found in the PATENTS file in the same directory.
|
|
6
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
7
|
*/
|
|
9
8
|
|
|
10
9
|
#import "XCUIElement+FBTVFocuse.h"
|
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
* All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the BSD-style license found in the
|
|
6
|
-
* LICENSE file in the root directory of this source tree.
|
|
7
|
-
* of patent rights can be found in the PATENTS file in the same directory.
|
|
6
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
7
|
*/
|
|
9
8
|
|
|
10
9
|
#import <XCTest/XCTest.h>
|
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
* All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the BSD-style license found in the
|
|
6
|
-
* LICENSE file in the root directory of this source tree.
|
|
7
|
-
* of patent rights can be found in the PATENTS file in the same directory.
|
|
6
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
7
|
*/
|
|
9
8
|
|
|
10
9
|
#import "XCUIElement+FBTyping.h"
|
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
* All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the BSD-style license found in the
|
|
6
|
-
* LICENSE file in the root directory of this source tree.
|
|
7
|
-
* of patent rights can be found in the PATENTS file in the same directory.
|
|
6
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
7
|
*/
|
|
9
8
|
|
|
10
9
|
#import "FBXCElementSnapshotWrapper.h"
|
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
* All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the BSD-style license found in the
|
|
6
|
-
* LICENSE file in the root directory of this source tree.
|
|
7
|
-
* of patent rights can be found in the PATENTS file in the same directory.
|
|
6
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
7
|
*/
|
|
9
8
|
|
|
10
9
|
#import <objc/runtime.h>
|
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
* All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the BSD-style license found in the
|
|
6
|
-
* LICENSE file in the root directory of this source tree.
|
|
7
|
-
* of patent rights can be found in the PATENTS file in the same directory.
|
|
6
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
7
|
*/
|
|
9
8
|
|
|
10
9
|
#import <XCTest/XCTest.h>
|
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
* All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the BSD-style license found in the
|
|
6
|
-
* LICENSE file in the root directory of this source tree.
|
|
7
|
-
* of patent rights can be found in the PATENTS file in the same directory.
|
|
6
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
7
|
*/
|
|
9
8
|
|
|
10
9
|
#import "XCUIElement+FBUtilities.h"
|
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
* All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the BSD-style license found in the
|
|
6
|
-
* LICENSE file in the root directory of this source tree.
|
|
7
|
-
* of patent rights can be found in the PATENTS file in the same directory.
|
|
6
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
7
|
*/
|
|
9
8
|
|
|
10
9
|
#import "FBXCElementSnapshotWrapper.h"
|
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
* All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the BSD-style license found in the
|
|
6
|
-
* LICENSE file in the root directory of this source tree.
|
|
7
|
-
* of patent rights can be found in the PATENTS file in the same directory.
|
|
6
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
7
|
*/
|
|
9
8
|
|
|
10
9
|
#import "XCUIElement+FBVisibleFrame.h"
|
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
* All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the BSD-style license found in the
|
|
6
|
-
* LICENSE file in the root directory of this source tree.
|
|
7
|
-
* of patent rights can be found in the PATENTS file in the same directory.
|
|
6
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
7
|
*/
|
|
9
8
|
|
|
10
9
|
#import <WebDriverAgentLib/FBElement.h>
|
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
* All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the BSD-style license found in the
|
|
6
|
-
* LICENSE file in the root directory of this source tree.
|
|
7
|
-
* of patent rights can be found in the PATENTS file in the same directory.
|
|
6
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
7
|
*/
|
|
9
8
|
|
|
10
9
|
#import "XCUIElement+FBWebDriverAttributes.h"
|
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
* All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the BSD-style license found in the
|
|
6
|
-
* LICENSE file in the root directory of this source tree.
|
|
7
|
-
* of patent rights can be found in the PATENTS file in the same directory.
|
|
6
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
7
|
*/
|
|
9
8
|
|
|
10
9
|
#import <XCTest/XCTest.h>
|
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
* All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the BSD-style license found in the
|
|
6
|
-
* LICENSE file in the root directory of this source tree.
|
|
7
|
-
* of patent rights can be found in the PATENTS file in the same directory.
|
|
6
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
7
|
*/
|
|
9
8
|
|
|
10
9
|
#import "XCUIElementQuery+FBHelpers.h"
|
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
* All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the BSD-style license found in the
|
|
6
|
-
* LICENSE file in the root directory of this source tree.
|
|
7
|
-
* of patent rights can be found in the PATENTS file in the same directory.
|
|
6
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
7
|
*/
|
|
9
8
|
|
|
10
9
|
#import <Foundation/Foundation.h>
|
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
* All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the BSD-style license found in the
|
|
6
|
-
* LICENSE file in the root directory of this source tree.
|
|
7
|
-
* of patent rights can be found in the PATENTS file in the same directory.
|
|
6
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
7
|
*/
|
|
9
8
|
|
|
10
9
|
#import "FBAlertViewCommands.h"
|
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
* All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the BSD-style license found in the
|
|
6
|
-
* LICENSE file in the root directory of this source tree.
|
|
7
|
-
* of patent rights can be found in the PATENTS file in the same directory.
|
|
6
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
7
|
*/
|
|
9
8
|
|
|
10
9
|
#import <Foundation/Foundation.h>
|
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
* All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the BSD-style license found in the
|
|
6
|
-
* LICENSE file in the root directory of this source tree.
|
|
7
|
-
* of patent rights can be found in the PATENTS file in the same directory.
|
|
6
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
7
|
*/
|
|
9
8
|
|
|
10
9
|
#import "FBCustomCommands.h"
|
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
* All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the BSD-style license found in the
|
|
6
|
-
* LICENSE file in the root directory of this source tree.
|
|
7
|
-
* of patent rights can be found in the PATENTS file in the same directory.
|
|
6
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
7
|
*/
|
|
9
8
|
|
|
10
9
|
#import <Foundation/Foundation.h>
|
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
* All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the BSD-style license found in the
|
|
6
|
-
* LICENSE file in the root directory of this source tree.
|
|
7
|
-
* of patent rights can be found in the PATENTS file in the same directory.
|
|
6
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
7
|
*/
|
|
9
8
|
|
|
10
9
|
#import "FBDebugCommands.h"
|
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
* All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the BSD-style license found in the
|
|
6
|
-
* LICENSE file in the root directory of this source tree.
|
|
7
|
-
* of patent rights can be found in the PATENTS file in the same directory.
|
|
6
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
7
|
*/
|
|
9
8
|
|
|
10
9
|
#import <Foundation/Foundation.h>
|
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
* All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the BSD-style license found in the
|
|
6
|
-
* LICENSE file in the root directory of this source tree.
|
|
7
|
-
* of patent rights can be found in the PATENTS file in the same directory.
|
|
6
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
7
|
*/
|
|
9
8
|
|
|
10
9
|
#import "FBElementCommands.h"
|
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
* All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the BSD-style license found in the
|
|
6
|
-
* LICENSE file in the root directory of this source tree.
|
|
7
|
-
* of patent rights can be found in the PATENTS file in the same directory.
|
|
6
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
7
|
*/
|
|
9
8
|
|
|
10
9
|
#import <Foundation/Foundation.h>
|
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
* All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the BSD-style license found in the
|
|
6
|
-
* LICENSE file in the root directory of this source tree.
|
|
7
|
-
* of patent rights can be found in the PATENTS file in the same directory.
|
|
6
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
7
|
*/
|
|
9
8
|
|
|
10
9
|
#import "FBFindElementCommands.h"
|
|
@@ -95,7 +94,7 @@ static id<FBResponsePayload> FBNoSuchElementErrorResponseForRequest(FBRouteReque
|
|
|
95
94
|
{
|
|
96
95
|
FBElementCache *elementCache = request.session.elementCache;
|
|
97
96
|
XCUIElement *element = [elementCache elementForUUID:(NSString *)request.parameters[@"uuid"]
|
|
98
|
-
checkStaleness:
|
|
97
|
+
checkStaleness:NO];
|
|
99
98
|
XCUIElement *foundElement = [self.class elementUsing:request.arguments[@"using"]
|
|
100
99
|
withValue:request.arguments[@"value"]
|
|
101
100
|
under:element];
|
|
@@ -109,7 +108,7 @@ static id<FBResponsePayload> FBNoSuchElementErrorResponseForRequest(FBRouteReque
|
|
|
109
108
|
{
|
|
110
109
|
FBElementCache *elementCache = request.session.elementCache;
|
|
111
110
|
XCUIElement *element = [elementCache elementForUUID:(NSString *)request.parameters[@"uuid"]
|
|
112
|
-
checkStaleness:
|
|
111
|
+
checkStaleness:NO];
|
|
113
112
|
NSArray *foundElements = [self.class elementsUsing:request.arguments[@"using"]
|
|
114
113
|
withValue:request.arguments[@"value"]
|
|
115
114
|
under:element
|
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
* All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the BSD-style license found in the
|
|
6
|
-
* LICENSE file in the root directory of this source tree.
|
|
7
|
-
* of patent rights can be found in the PATENTS file in the same directory.
|
|
6
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
7
|
*/
|
|
9
8
|
|
|
10
9
|
#import <Foundation/Foundation.h>
|
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
* All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the BSD-style license found in the
|
|
6
|
-
* LICENSE file in the root directory of this source tree.
|
|
7
|
-
* of patent rights can be found in the PATENTS file in the same directory.
|
|
6
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
7
|
*/
|
|
9
8
|
|
|
10
9
|
#import "FBOrientationCommands.h"
|
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
* All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the BSD-style license found in the
|
|
6
|
-
* LICENSE file in the root directory of this source tree.
|
|
7
|
-
* of patent rights can be found in the PATENTS file in the same directory.
|
|
6
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
7
|
*/
|
|
9
8
|
|
|
10
9
|
#import <Foundation/Foundation.h>
|
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
* All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the BSD-style license found in the
|
|
6
|
-
* LICENSE file in the root directory of this source tree.
|
|
7
|
-
* of patent rights can be found in the PATENTS file in the same directory.
|
|
6
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
7
|
*/
|
|
9
8
|
|
|
10
9
|
#import "FBScreenshotCommands.h"
|
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
* All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the BSD-style license found in the
|
|
6
|
-
* LICENSE file in the root directory of this source tree.
|
|
7
|
-
* of patent rights can be found in the PATENTS file in the same directory.
|
|
6
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
7
|
*/
|
|
9
8
|
|
|
10
9
|
#import <Foundation/Foundation.h>
|
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
* All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the BSD-style license found in the
|
|
6
|
-
* LICENSE file in the root directory of this source tree.
|
|
7
|
-
* of patent rights can be found in the PATENTS file in the same directory.
|
|
6
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
7
|
*/
|
|
9
8
|
|
|
10
9
|
#import "FBSessionCommands.h"
|
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
* All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the BSD-style license found in the
|
|
6
|
-
* LICENSE file in the root directory of this source tree.
|
|
7
|
-
* of patent rights can be found in the PATENTS file in the same directory.
|
|
6
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
7
|
*/
|
|
9
8
|
|
|
10
9
|
#import <Foundation/Foundation.h>
|
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
* All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the BSD-style license found in the
|
|
6
|
-
* LICENSE file in the root directory of this source tree.
|
|
7
|
-
* of patent rights can be found in the PATENTS file in the same directory.
|
|
6
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
7
|
*/
|
|
9
8
|
|
|
10
9
|
#import "FBTouchActionCommands.h"
|
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
* All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the BSD-style license found in the
|
|
6
|
-
* LICENSE file in the root directory of this source tree.
|
|
7
|
-
* of patent rights can be found in the PATENTS file in the same directory.
|
|
6
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
7
|
*/
|
|
9
8
|
|
|
10
9
|
#import <Foundation/Foundation.h>
|
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
* All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the BSD-style license found in the
|
|
6
|
-
* LICENSE file in the root directory of this source tree.
|
|
7
|
-
* of patent rights can be found in the PATENTS file in the same directory.
|
|
6
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
7
|
*/
|
|
9
8
|
|
|
10
9
|
#import "FBTouchIDCommands.h"
|
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
* All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the BSD-style license found in the
|
|
6
|
-
* LICENSE file in the root directory of this source tree.
|
|
7
|
-
* of patent rights can be found in the PATENTS file in the same directory.
|
|
6
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
7
|
*/
|
|
9
8
|
|
|
10
9
|
#import <Foundation/Foundation.h>
|
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
* All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the BSD-style license found in the
|
|
6
|
-
* LICENSE file in the root directory of this source tree.
|
|
7
|
-
* of patent rights can be found in the PATENTS file in the same directory.
|
|
6
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
7
|
*/
|
|
9
8
|
|
|
10
9
|
#import "FBUnknownCommands.h"
|
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
* All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the BSD-style license found in the
|
|
6
|
-
* LICENSE file in the root directory of this source tree.
|
|
7
|
-
* of patent rights can be found in the PATENTS file in the same directory.
|
|
6
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
7
|
*/
|
|
9
8
|
|
|
10
9
|
#import <Foundation/Foundation.h>
|
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
* All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the BSD-style license found in the
|
|
6
|
-
* LICENSE file in the root directory of this source tree.
|
|
7
|
-
* of patent rights can be found in the PATENTS file in the same directory.
|
|
6
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
7
|
*/
|
|
9
8
|
|
|
10
9
|
#import "FBVideoCommands.h"
|
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
* All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the BSD-style license found in the
|
|
6
|
-
* LICENSE file in the root directory of this source tree.
|
|
7
|
-
* of patent rights can be found in the PATENTS file in the same directory.
|
|
6
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
7
|
*/
|
|
9
8
|
|
|
10
9
|
#import <Foundation/Foundation.h>
|
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
* All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the BSD-style license found in the
|
|
6
|
-
* LICENSE file in the root directory of this source tree.
|
|
7
|
-
* of patent rights can be found in the PATENTS file in the same directory.
|
|
6
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
7
|
*/
|
|
9
8
|
|
|
10
9
|
#import "FBAlert.h"
|
|
@@ -15,11 +15,11 @@
|
|
|
15
15
|
<key>CFBundlePackageType</key>
|
|
16
16
|
<string>FMWK</string>
|
|
17
17
|
<key>CFBundleShortVersionString</key>
|
|
18
|
-
<string>10.1.
|
|
18
|
+
<string>10.1.2</string>
|
|
19
19
|
<key>CFBundleSignature</key>
|
|
20
20
|
<string>????</string>
|
|
21
21
|
<key>CFBundleVersion</key>
|
|
22
|
-
<string>10.1.
|
|
22
|
+
<string>10.1.2</string>
|
|
23
23
|
<key>NSPrincipalClass</key>
|
|
24
24
|
<string/>
|
|
25
25
|
</dict>
|
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
* All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the BSD-style license found in the
|
|
6
|
-
* LICENSE file in the root directory of this source tree.
|
|
7
|
-
* of patent rights can be found in the PATENTS file in the same directory.
|
|
6
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
7
|
*/
|
|
9
8
|
|
|
10
9
|
#import <Foundation/Foundation.h>
|
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
* All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the BSD-style license found in the
|
|
6
|
-
* LICENSE file in the root directory of this source tree.
|
|
7
|
-
* of patent rights can be found in the PATENTS file in the same directory.
|
|
6
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
7
|
*/
|
|
9
8
|
|
|
10
9
|
#import <Foundation/Foundation.h>
|
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
* All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the BSD-style license found in the
|
|
6
|
-
* LICENSE file in the root directory of this source tree.
|
|
7
|
-
* of patent rights can be found in the PATENTS file in the same directory.
|
|
6
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
7
|
*/
|
|
9
8
|
|
|
10
9
|
#import "FBCommandStatus.h"
|
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
* All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the BSD-style license found in the
|
|
6
|
-
* LICENSE file in the root directory of this source tree.
|
|
7
|
-
* of patent rights can be found in the PATENTS file in the same directory.
|
|
6
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
7
|
*/
|
|
9
8
|
|
|
10
9
|
#import <CoreGraphics/CoreGraphics.h>
|
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
* All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the BSD-style license found in the
|
|
6
|
-
* LICENSE file in the root directory of this source tree.
|
|
7
|
-
* of patent rights can be found in the PATENTS file in the same directory.
|
|
6
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
7
|
*/
|
|
9
8
|
|
|
10
9
|
#import <Foundation/Foundation.h>
|
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
* All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the BSD-style license found in the
|
|
6
|
-
* LICENSE file in the root directory of this source tree.
|
|
7
|
-
* of patent rights can be found in the PATENTS file in the same directory.
|
|
6
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
7
|
*/
|
|
9
8
|
|
|
10
9
|
#import "FBElementCache.h"
|
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
* All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the BSD-style license found in the
|
|
6
|
-
* LICENSE file in the root directory of this source tree.
|
|
7
|
-
* of patent rights can be found in the PATENTS file in the same directory.
|
|
6
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
7
|
*/
|
|
9
8
|
|
|
10
9
|
#import <Foundation/Foundation.h>
|
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
* All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the BSD-style license found in the
|
|
6
|
-
* LICENSE file in the root directory of this source tree.
|
|
7
|
-
* of patent rights can be found in the PATENTS file in the same directory.
|
|
6
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
7
|
*/
|
|
9
8
|
|
|
10
9
|
#import <objc/runtime.h>
|
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
* All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the BSD-style license found in the
|
|
6
|
-
* LICENSE file in the root directory of this source tree.
|
|
7
|
-
* of patent rights can be found in the PATENTS file in the same directory.
|
|
6
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
7
|
*/
|
|
9
8
|
|
|
10
9
|
#import <Foundation/Foundation.h>
|
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
* All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the BSD-style license found in the
|
|
6
|
-
* LICENSE file in the root directory of this source tree.
|
|
7
|
-
* of patent rights can be found in the PATENTS file in the same directory.
|
|
6
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
7
|
*/
|
|
9
8
|
|
|
10
9
|
#import "FBExceptionHandler.h"
|
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
* All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the BSD-style license found in the
|
|
6
|
-
* LICENSE file in the root directory of this source tree.
|
|
7
|
-
* of patent rights can be found in the PATENTS file in the same directory.
|
|
6
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
7
|
*/
|
|
9
8
|
|
|
10
9
|
#import <XCTest/XCTest.h>
|
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
* All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the BSD-style license found in the
|
|
6
|
-
* LICENSE file in the root directory of this source tree.
|
|
7
|
-
* of patent rights can be found in the PATENTS file in the same directory.
|
|
6
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
7
|
*/
|
|
9
8
|
|
|
10
9
|
#import "FBExceptions.h"
|