Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[IN PROGRESS] Working on Xcode 12.5 support #490

Closed

Conversation

YangSun33
Copy link
Contributor

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

Private headers changes:
Added XCTTestIdentifierSet.h.

Code changes:
Added NSString+IdentifierString to make `identifierString` recognizable for NSString (workaround to avoid changing all related definations from NSString to XCTTestIdentifier).
XCTestManager_IDEInterface -> XCTMessagingChannel_RunnerToIDE
XCTestDriverInterface -> XCTMessagingChannel_IDEToRunner
XCTestManager_DaemonConnectionInterface -> XCTMessagingChannel_IDEToDaemon
@ob ob mentioned this pull request May 17, 2021
5 tasks
@ob
Copy link
Member

ob commented Jun 21, 2021

Superseded by #497

@ob ob closed this Jun 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants