Skip to content
This repository has been archived by the owner on Oct 1, 2018. It is now read-only.

Commit

Permalink
Xcode maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
pksunkara committed Apr 11, 2016
1 parent b381e30 commit f7c902c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snowcrash.xcodeproj/project.pbxproj
Expand Up @@ -711,15 +711,15 @@
isa = XCBuildConfiguration;
buildSettings = {
PRODUCT_NAME = "$(TARGET_NAME)";
USER_HEADER_SEARCH_PATHS = "./ext/markdown-parser/src/** ./ext/markdown-parser/ext/sundown/** ./test/**";
USER_HEADER_SEARCH_PATHS = "./ext/markdown-parser/src/** ./ext/markdown-parser/ext/sundown/src/** ./test/**";
};
name = Debug;
};
BBFF48C8170B3C30001E5FB2 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
PRODUCT_NAME = "$(TARGET_NAME)";
USER_HEADER_SEARCH_PATHS = "./ext/markdown-parser/src/** ./ext/markdown-parser/ext/sundown/** ./test/**";
USER_HEADER_SEARCH_PATHS = "./ext/markdown-parser/src/** ./ext/markdown-parser/ext/sundown/src/** ./test/**";
};
name = Release;
};
Expand Down

0 comments on commit f7c902c

Please sign in to comment.