Skip to content

Commit

Permalink
Disable code coverage support in build settings (1024jp#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
1024jp committed Nov 1, 2017
1 parent 92a2bda commit 050e36b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Change Log
==========================

4.0.2
--------------------------

### Fixes

- Fix disabling code coverage support.


4.0.1
--------------------------

Expand Down
1 change: 1 addition & 0 deletions Gzip.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ENABLE_CODE_COVERAGE = NO;
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
Expand Down

0 comments on commit 050e36b

Please sign in to comment.