Skip to content
New issue

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

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

Already on GitHub? # to your account

Added KIWI_DISABLE_MATCHERS preprocessor guard #671

Merged
merged 1 commit into from
May 21, 2016

Conversation

aspcartman
Copy link
Contributor

This commit allows usage of third party matchers libs such as Expecta by
guarding imports of Kiwi matchers and macroses with ifndef preprocessor
directive. Define the guard before including the Kiwi.h explicitly, or
add it to xcodeproj build settings.

Finally Expecta works with Kiwi (Cocoapods). #636 as far, as I can tell, was about Carthage (00a4813).

This allows usage of third party matchers libs such as Expecta by
guarding imports of Kiwi matchers and macroses with ifndef preprocessor
directive. Define the guard before including the Kiwi.h explicitly, or
add it to xcodeproj build settings.
@orta
Copy link
Contributor

orta commented May 21, 2016

This seems reasonable to me 👍

@orta orta merged commit 8175523 into kiwi-bdd:master May 21, 2016
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants