Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
Analyze sample project after every build
Browse files Browse the repository at this point in the history
Conflicts:

	ExampleProject/Example.xcodeproj/project.pbxproj
  • Loading branch information
jspahrsummers committed Nov 13, 2011
1 parent daa2aec commit 068ec9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ExampleProject/Example.xcodeproj/project.pbxproj
Expand Up @@ -359,6 +359,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.6;
ONLY_ACTIVE_ARCH = YES;
RUN_CLANG_STATIC_ANALYZER = YES;
SDKROOT = macosx;
};
name = Debug;
Expand All @@ -374,6 +375,7 @@
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.6;
RUN_CLANG_STATIC_ANALYZER = YES;
SDKROOT = macosx;
};
name = Release;
Expand Down

0 comments on commit 068ec9c

Please sign in to comment.