Skip to content

Commit

Permalink
Changed prefix header name to properly cased filename. Closes #18 & #13.
Browse files Browse the repository at this point in the history
This one was reported twice now, although rebasing fixed it for #13. As I don't remember touching this it might be Xcode bug, but will need to make further tests to confirm.
  • Loading branch information
tomaz committed Dec 29, 2010
1 parent e156292 commit f795361
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appledoc.xcodeproj/project.pbxproj
Expand Up @@ -1347,7 +1347,7 @@
GCC_MODEL_TUNING = G5;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = appledoc_prefix.pch;
GCC_PREFIX_HEADER = appledoc_Prefix.pch;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
HEADER_SEARCH_PATHS = (
Libraries,
Expand All @@ -1373,7 +1373,7 @@
);
GCC_MODEL_TUNING = G5;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = appledoc_prefix.pch;
GCC_PREFIX_HEADER = appledoc_Prefix.pch;
HEADER_SEARCH_PATHS = (
Libraries,
Common/ThirdParty/GRMustache,
Expand Down

0 comments on commit f795361

Please sign in to comment.