We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since #169 has been merged, we can customize the name of the Test Target and choose whatever we like 👍
But that is not consistant with how XcodeprojHelper#test_targets determines the list of test targets 😢
We should either:
test_target_name
xctest
WRAPPER_EXTENSION
Xcodeproj
PBXNativeTarget
productType
com.apple.product-type.bundle.unit-test
The text was updated successfully, but these errors were encountered:
Use equality when checking target names
3dbe9e1
This should have been done as a part of #218 but I just straight up forgot.
Successfully merging a pull request may close this issue.
Since #169 has been merged, we can customize the name of the Test Target and choose whatever we like 👍
But that is not consistant with how XcodeprojHelper#test_targets determines the list of test targets 😢
We should either:
test_target_name
specified during the config to inject it in this listxctest
for theirWRAPPER_EXTENSION
build setting.Xcodeproj
to listPBXNativeTarget
objects whoseproductType
iscom.apple.product-type.bundle.unit-test
The text was updated successfully, but these errors were encountered: