Skip to content

Commit fa20523

Browse files
author
Florian Krüger
committed
🔧 update project settings for Xcode 10.2
1 parent 1b6116b commit fa20523

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

JSONCodable.xcodeproj/project.pbxproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239
9EDF80101B59CFCE00E4A2D6 /* Project object */ = {
240240
isa = PBXProject;
241241
attributes = {
242-
LastUpgradeCheck = 1010;
242+
LastUpgradeCheck = 1020;
243243
TargetAttributes = {
244244
9E455BF61BCE185B00070A4F = {
245245
CreatedOnToolsVersion = 7.0.1;
@@ -253,10 +253,11 @@
253253
};
254254
buildConfigurationList = 9EDF80131B59CFCE00E4A2D6 /* Build configuration list for PBXProject "JSONCodable" */;
255255
compatibilityVersion = "Xcode 6.3";
256-
developmentRegion = English;
256+
developmentRegion = en;
257257
hasScannedForEncodings = 0;
258258
knownRegions = (
259259
en,
260+
Base,
260261
);
261262
mainGroup = 9EDF800F1B59CFCE00E4A2D6;
262263
productRefGroup = 9EDB39071B59D00B00C63019 /* Products */;
@@ -555,6 +556,7 @@
555556
9EDF80141B59CFCE00E4A2D6 /* Debug */ = {
556557
isa = XCBuildConfiguration;
557558
buildSettings = {
559+
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
558560
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
559561
CLANG_WARN_BOOL_CONVERSION = YES;
560562
CLANG_WARN_COMMA = YES;
@@ -594,6 +596,7 @@
594596
9EDF80151B59CFCE00E4A2D6 /* Release */ = {
595597
isa = XCBuildConfiguration;
596598
buildSettings = {
599+
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
597600
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
598601
CLANG_WARN_BOOL_CONVERSION = YES;
599602
CLANG_WARN_COMMA = YES;

JSONCodable.xcodeproj/xcshareddata/xcschemes/JSONCodable.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 = "1010"
3+
LastUpgradeVersion = "1020"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

JSONCodable.xcodeproj/xcshareddata/xcschemes/JSONCodableTests.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 = "1010"
3+
LastUpgradeVersion = "1020"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

0 commit comments

Comments
 (0)