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
import UIKit | |
@IBDesignable | |
class DesignableView: UIView { | |
} | |
@IBDesignable | |
class DesignableButton: UIButton { | |
} |
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
[debug] [WebDriverAgent] Sim: Jan 17 09:04:06 redacted-iMac XCTRunner[1259]: ServerURLHere->http://192.168.144.118:8100<-ServerURLHere | |
[XCUITest] WebDriverAgent started at url 'http://192.168.144.118:8100' | |
[debug] [JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"desiredCapabilities":{"bundleId":"com.redacted.mobilecore","environment":{"com.redacted.appmode":"Test","com.redacted.sessionId":"ONE_SESSION_TODAY_WITH_SLOTS","com.redacted.requiresSync":"true"},"shouldWaitForQuiescence":true}} | |
[debug] [JSONWP Proxy] Got response with status 200: {"value":{"sessionId":"DD2A2B02-9119-470A-9891-9B9AAA72803F","capabilities":{"device":"ipad","browserName":"redacted","sdkVersion":"9.3","CFBundleIdentifier":"com.redacted.mobilecore"}},"sessionId":"DD2A2B02-9119-470A-9891-9B9AAA72803F","status":0} | |
[debug] [XCUITest] Setting initial orientation to 'PORTRAIT' | |
[debug] [JSONWP Proxy] Proxying [POST /orientation] to [POST http://localhost:8100/session/DD2A2B02-9119-470A-9891-9B9AAA7280 |