Skip to content

Commit d81d70f

Browse files
committed
Disable code coverage
* To prevent any possible issues with archive validation through Xcode or by Apple on production builds.
1 parent 9f43ddc commit d81d70f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

iOS_SDK/OneSignalSDK/OneSignal.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -715,6 +715,7 @@
715715
isa = XCBuildConfiguration;
716716
buildSettings = {
717717
ARCHS = "$(ARCHS_STANDARD)";
718+
CLANG_ENABLE_CODE_COVERAGE = NO;
718719
DSTROOT = /tmp/OneSignal.dst;
719720
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
720721
ONLY_ACTIVE_ARCH = NO;
@@ -729,6 +730,7 @@
729730
isa = XCBuildConfiguration;
730731
buildSettings = {
731732
ARCHS = "$(ARCHS_STANDARD)";
733+
CLANG_ENABLE_CODE_COVERAGE = NO;
732734
DSTROOT = /tmp/OneSignal.dst;
733735
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
734736
OTHER_CFLAGS = "-fembed-bitcode";
@@ -743,6 +745,7 @@
743745
buildSettings = {
744746
ARCHS = "$(ARCHS_STANDARD)";
745747
CLANG_ANALYZER_NONNULL = YES;
748+
CLANG_ENABLE_CODE_COVERAGE = NO;
746749
CLANG_ENABLE_MODULES = YES;
747750
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
748751
CODE_SIGN_IDENTITY = "";
@@ -774,6 +777,7 @@
774777
buildSettings = {
775778
ARCHS = "$(ARCHS_STANDARD)";
776779
CLANG_ANALYZER_NONNULL = YES;
780+
CLANG_ENABLE_CODE_COVERAGE = NO;
777781
CLANG_ENABLE_MODULES = YES;
778782
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
779783
CODE_SIGN_IDENTITY = "";

0 commit comments

Comments
 (0)