Dr0ptp4kt has submitted this change and it was merged.

Change subject: Stop running Static analysis on building… lets leave that to 
the build server
......................................................................


Stop running Static analysis on building… lets leave that to the build server

Change-Id: I34ef6cacb5ca32bcf7d610270bec6d3b2bdd998b
---
M Wikipedia.xcodeproj/project.pbxproj
1 file changed, 2 insertions(+), 0 deletions(-)

Approvals:
  Dr0ptp4kt: Looks good to me, approved
  Mhurd: Looks good to me, but someone else must approve



diff --git a/Wikipedia.xcodeproj/project.pbxproj 
b/Wikipedia.xcodeproj/project.pbxproj
index eb59484..d1724df 100644
--- a/Wikipedia.xcodeproj/project.pbxproj
+++ b/Wikipedia.xcodeproj/project.pbxproj
@@ -3502,6 +3502,7 @@
                                OTHER_LDFLAGS = "$(inherited)";
                                PRODUCT_NAME = Wikipedia;
                                PROVISIONING_PROFILE = "";
+                               RUN_CLANG_STATIC_ANALYZER = NO;
                                WARNING_CFLAGS = (
                                        "$(inherited)",
                                        "-Werror=switch",
@@ -3542,6 +3543,7 @@
                                OTHER_LDFLAGS = "$(inherited)";
                                PRODUCT_NAME = Wikipedia;
                                PROVISIONING_PROFILE = "";
+                               RUN_CLANG_STATIC_ANALYZER = NO;
                                WARNING_CFLAGS = (
                                        "$(inherited)",
                                        "-Werror=switch",

-- 
To view, visit https://gerrit.wikimedia.org/r/198920
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I34ef6cacb5ca32bcf7d610270bec6d3b2bdd998b
Gerrit-PatchSet: 2
Gerrit-Project: apps/ios/wikipedia
Gerrit-Branch: master
Gerrit-Owner: Fjalapeno <[email protected]>
Gerrit-Reviewer: Bgerstle <[email protected]>
Gerrit-Reviewer: Dr0ptp4kt <[email protected]>
Gerrit-Reviewer: Mhurd <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to