Skip to content

Commit

Permalink
Merge pull request #175 from ashleymills/master
Browse files Browse the repository at this point in the history
Fix missing user header search paths
  • Loading branch information
odrobnik committed Apr 24, 2012
2 parents bcac407 + d12d538 commit f129915
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DTCoreText.xcodeproj/project.pbxproj
Expand Up @@ -1783,6 +1783,7 @@
HEADER_SEARCH_PATHS = /usr/include/libxml2;
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
SDKROOT = iphoneos;
USER_HEADER_SEARCH_PATHS = "\"$(SRCROOT)/Core/Source\"";
};
name = Debug;
};
Expand All @@ -1804,6 +1805,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
SDKROOT = iphoneos;
USER_HEADER_SEARCH_PATHS = "\"$(SRCROOT)/Core/Source\"";
};
name = Release;
};
Expand Down

0 comments on commit f129915

Please sign in to comment.