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.19k stars 232 forks source link

[IN PROGRESS] Xcode 12.5 #489

Closed YangSun33 closed 3 years ago

YangSun33 commented 3 years ago

Working on Xcode 12.5 support.

Separated the commits to make the workflow clear:

  1. Xcode 12.5 Support - Version Constants
  2. Xcode 12.5 Support - XCTestConfiguration testsToSkip

Current Status: Working on changing protocols from _XCTestManagerDaemonConnectionInterface to _XCTMessagingChannel_DaemonToIDE_All, XCTMessagingChannel_RunnerToIDE, XCTMessagingChannel_IDEToDaemon, XCTMessagingChannelIDEToRunner

ob commented 3 years ago

Superseded by #497