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

Xcode 16 beta 5: Fix test trait #28

Merged
merged 2 commits into from
Aug 7, 2024
Merged

Xcode 16 beta 5: Fix test trait #28

merged 2 commits into from
Aug 7, 2024

Conversation

stephencelis
Copy link
Member

We can't yet leverage custom execution traits, and in fact Xcode 16 beta 5 removed access to them. Instead we can use the task's current test to access trait information directly from our helpers.

We can't yet leverage custom execution traits, and in fact Xcode 16 beta
5 removed access to them. Instead we can use the task's current test to
access trait information directly from our helpers.
@stephencelis stephencelis requested a review from mbrandonw August 7, 2024 02:47
@stephencelis stephencelis merged commit 20c1a8f into main Aug 7, 2024
2 checks passed
@stephencelis stephencelis deleted the fix-test-trait branch August 7, 2024 19:58
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.

2 participants