This is an automated email from the ASF dual-hosted git repository.
erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-ios.git
The following commit(s) were added to refs/heads/master by this push:
new 2922437 feature: add CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED (#803)
2922437 is described below
commit 29224370fff52dd3ee210bdf49571f338c0770c6
Author: エリス <[email protected]>
AuthorDate: Sun Mar 1 07:16:11 2020 +0900
feature: add CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED (#803)
---
bin/templates/project/__TEMP__.xcodeproj/project.pbxproj | 4 +++-
.../unit/fixtures/ios-config-xml/SampleApp.xcodeproj/project.pbxproj | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/bin/templates/project/__TEMP__.xcodeproj/project.pbxproj
b/bin/templates/project/__TEMP__.xcodeproj/project.pbxproj
index c9f26d7..2c74c29 100755
--- a/bin/templates/project/__TEMP__.xcodeproj/project.pbxproj
+++ b/bin/templates/project/__TEMP__.xcodeproj/project.pbxproj
@@ -207,7 +207,7 @@
29B97313FDCFA39411CA2CEA /* Project object */ = {
isa = PBXProject;
attributes = {
- LastUpgradeCheck = 0510;
+ LastUpgradeCheck = 1130;
TargetAttributes = {
1D6058900D05DD3D006BFB54 = {
ProvisioningStyle = Automatic;
@@ -360,6 +360,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 3047A5111AB8059700498E2A
/* build.xcconfig */;
buildSettings = {
+ CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED =
YES;
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
@@ -402,6 +403,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 3047A5111AB8059700498E2A
/* build.xcconfig */;
buildSettings = {
+ CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED =
YES;
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
diff --git
a/tests/spec/unit/fixtures/ios-config-xml/SampleApp.xcodeproj/project.pbxproj
b/tests/spec/unit/fixtures/ios-config-xml/SampleApp.xcodeproj/project.pbxproj
index 9bd0b55..b1f63be 100755
---
a/tests/spec/unit/fixtures/ios-config-xml/SampleApp.xcodeproj/project.pbxproj
+++
b/tests/spec/unit/fixtures/ios-config-xml/SampleApp.xcodeproj/project.pbxproj
@@ -207,7 +207,7 @@
29B97313FDCFA39411CA2CEA /* Project object */ = {
isa = PBXProject;
attributes = {
- LastUpgradeCheck = 510;
+ LastUpgradeCheck = 1130;
TargetAttributes = {
1D6058900D05DD3D006BFB54 = {
ProvisioningStyle = Automatic;
@@ -360,6 +360,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 3047A5111AB8059700498E2A
/* build.xcconfig */;
buildSettings = {
+ CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED =
YES;
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
@@ -403,6 +404,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 3047A5111AB8059700498E2A
/* build.xcconfig */;
buildSettings = {
+ CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED =
YES;
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]