Skip to content

Commit 2f2003c

Browse files
s-faychatelardfrederoni
authored andcommitted
Automatically fix warnings
1 parent 8737aac commit 2f2003c

File tree

7 files changed

+10
-9
lines changed

7 files changed

+10
-9
lines changed

MapboxGeocoder.xcodeproj/project.pbxproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@
729729
attributes = {
730730
LastSwiftMigration = 0700;
731731
LastSwiftUpdateCheck = 0730;
732-
LastUpgradeCheck = 0930;
732+
LastUpgradeCheck = 1020;
733733
ORGANIZATIONNAME = Mapbox;
734734
TargetAttributes = {
735735
DA5170951CF1B18F00CD6DCF = {
@@ -772,10 +772,9 @@
772772
};
773773
buildConfigurationList = DD342B4B19A140EE00219F77 /* Build configuration list for PBXProject "MapboxGeocoder" */;
774774
compatibilityVersion = "Xcode 3.2";
775-
developmentRegion = English;
775+
developmentRegion = en;
776776
hasScannedForEncodings = 0;
777777
knownRegions = (
778-
English,
779778
en,
780779
Base,
781780
);
@@ -1412,6 +1411,7 @@
14121411
buildSettings = {
14131412
ALWAYS_SEARCH_USER_PATHS = NO;
14141413
BITCODE_GENERATION_MODE = bitcode;
1414+
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
14151415
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
14161416
CLANG_CXX_LIBRARY = "libc++";
14171417
CLANG_ENABLE_MODULES = YES;
@@ -1471,6 +1471,7 @@
14711471
buildSettings = {
14721472
ALWAYS_SEARCH_USER_PATHS = NO;
14731473
BITCODE_GENERATION_MODE = bitcode;
1474+
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
14741475
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
14751476
CLANG_CXX_LIBRARY = "libc++";
14761477
CLANG_ENABLE_MODULES = YES;

MapboxGeocoder.xcodeproj/xcshareddata/xcschemes/Example (Objective-C).xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0930"
3+
LastUpgradeVersion = "1020"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

MapboxGeocoder.xcodeproj/xcshareddata/xcschemes/Example (Swift).xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0930"
3+
LastUpgradeVersion = "1020"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

MapboxGeocoder.xcodeproj/xcshareddata/xcschemes/MapboxGeocoder Mac.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0930"
3+
LastUpgradeVersion = "1020"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

MapboxGeocoder.xcodeproj/xcshareddata/xcschemes/MapboxGeocoder iOS.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0930"
3+
LastUpgradeVersion = "1020"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

MapboxGeocoder.xcodeproj/xcshareddata/xcschemes/MapboxGeocoder tvOS.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0930"
3+
LastUpgradeVersion = "1020"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

MapboxGeocoder.xcodeproj/xcshareddata/xcschemes/MapboxGeocoder watchOS.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0930"
3+
LastUpgradeVersion = "1020"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

0 commit comments

Comments
 (0)