Skip to content

Commit 4c26917

Browse files
committed
Don't enable code coverage for release builds
1 parent 8e0f52f commit 4c26917

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PusherSwift/PusherSwift.xcodeproj/project.pbxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -519,6 +519,7 @@
519519
ALWAYS_SEARCH_USER_PATHS = NO;
520520
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
521521
CLANG_CXX_LIBRARY = "libc++";
522+
CLANG_ENABLE_CODE_COVERAGE = NO;
522523
CLANG_ENABLE_MODULES = YES;
523524
CLANG_ENABLE_OBJC_ARC = YES;
524525
CLANG_WARN_BOOL_CONVERSION = YES;

0 commit comments

Comments
 (0)