Skip to content

Commit

Permalink
Remove Source/ThirdParty from header search paths, not needed after all
Browse files Browse the repository at this point in the history
  • Loading branch information
jonreid committed Sep 27, 2014
1 parent ff1c103 commit a2ab937
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Source/OCMockito.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1447,11 +1447,6 @@
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
GCC_VERSION = "";
GCC_WARN_UNDECLARED_SELECTOR = YES;
HEADER_SEARCH_PATHS = (
"$(inherited)",
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
"\"$(SRCROOT)/ThirdParty\"/**",
);
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
MACOSX_DEPLOYMENT_TARGET = 10.8;
ONLY_ACTIVE_ARCH = YES;
Expand All @@ -1473,11 +1468,6 @@
GCC_PREFIX_HEADER = "OCMockito-Prefix.pch";
GCC_VERSION = "";
GCC_WARN_UNDECLARED_SELECTOR = YES;
HEADER_SEARCH_PATHS = (
"$(inherited)",
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
"\"$(SRCROOT)/ThirdParty\"/**",
);
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
MACOSX_DEPLOYMENT_TARGET = 10.8;
};
Expand Down

0 comments on commit a2ab937

Please sign in to comment.