Updated obj-c bindings for new Matchers and TestCaseInfo changes

This commit is contained in:
Phil Nash
2012-12-06 08:41:38 +00:00
parent fe98123d0b
commit 442463473d
3 changed files with 25 additions and 25 deletions

View File

@@ -208,7 +208,7 @@
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_OBJC_ARC = YES;
HEADER_SEARCH_PATHS = ../../../single_include;
HEADER_SEARCH_PATHS = ../../../include;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
@@ -217,7 +217,7 @@
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_OBJC_ARC = YES;
HEADER_SEARCH_PATHS = ../../../single_include;
HEADER_SEARCH_PATHS = ../../../include;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;