This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
platform :ios, '10.0' | |
project './HealingCircle.xcodeproj' | |
target 'Curatio' do | |
pod 'AFNetworking', '~> 2.6.3' | |
pod 'AFNetworkActivityLogger' | |
pod 'PEPhotoCropEditor' | |
pod 'REFrostedViewController', '~> 2.4.4' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Appium] Welcome to Appium v1.12.1 | |
[Appium] Appium REST http interface listener started on 0.0.0.0:4723 | |
[HTTP] --> GET /wd/hub/sessions | |
[HTTP] {} | |
[GENERIC] Calling AppiumDriver.getSessions() with args: [] | |
[GENERIC] Responding to client with driver.getSessions() result: [] | |
[HTTP] <-- GET /wd/hub/sessions 200 11 ms - 40 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session | |
[HTTP] {"desiredCapabilities":{"app":"/Users/curatio/IdeaProjects/ui_tests/apk/Curatio-debug-3.8.0.apk","appActivity":"curatio.curatio","appPackage":"me.curatio.curatio","automationName":"uiautomator2","deviceName":"nexus","noReset":true,"platformName":"android","platformVersion":9,"newCommandTimeout":0,"connectHardwareKeyboard":true}} |