MobileNativeFoundation / bluepill

Bluepill is a reliable iOS testing tool that runs UI tests using multiple simulators on a single machine
BSD 2-Clause "Simplified" License
3.18k stars 231 forks source link

[IN PROGRESS] Working on Xcode 12.5 support #490

Closed YangSun33 closed 3 years ago

YangSun33 commented 3 years ago

Changes: 1) Correct protocol mapping XCTestManager_IDEInterface -> XCTMessagingChannel_RunnerToIDE XCTestDriverInterface -> XCTMessagingChannel_IDEToRunner XCTestManager_DaemonConnectionInterface -> XCTMessagingChannel_IDEToDaemon

2) Add the references to the headers

3) Add the implementation of the protocol functions

ob commented 3 years ago

Superseded by #497