Skip to content

Commit 378fcf9

Browse files
committed
Convert to Swift 5
1 parent e2d3efc commit 378fcf9

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

MoreCodable.xcodeproj/project.pbxproj

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -218,12 +218,12 @@
218218
TargetAttributes = {
219219
24A4FF3E20302322001618E1 = {
220220
CreatedOnToolsVersion = 9.2;
221-
LastSwiftMigration = 1000;
221+
LastSwiftMigration = 1020;
222222
ProvisioningStyle = Automatic;
223223
};
224224
24A4FF5320302490001618E1 = {
225225
CreatedOnToolsVersion = 9.2;
226-
LastSwiftMigration = 1000;
226+
LastSwiftMigration = 1020;
227227
ProvisioningStyle = Automatic;
228228
};
229229
};
@@ -234,6 +234,7 @@
234234
hasScannedForEncodings = 0;
235235
knownRegions = (
236236
en,
237+
Base,
237238
);
238239
mainGroup = 24A4FF3520302321001618E1;
239240
productRefGroup = 24A4FF4020302322001618E1 /* Products */;
@@ -370,6 +371,7 @@
370371
SDKROOT = iphoneos;
371372
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
372373
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
374+
SWIFT_VERSION = 5.0;
373375
VERSIONING_SYSTEM = "apple-generic";
374376
VERSION_INFO_PREFIX = "";
375377
};
@@ -424,6 +426,7 @@
424426
MTL_ENABLE_DEBUG_INFO = NO;
425427
SDKROOT = iphoneos;
426428
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
429+
SWIFT_VERSION = 5.0;
427430
VALIDATE_PRODUCT = YES;
428431
VERSIONING_SYSTEM = "apple-generic";
429432
VERSION_INFO_PREFIX = "";
@@ -447,7 +450,6 @@
447450
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
448451
SKIP_INSTALL = YES;
449452
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
450-
SWIFT_VERSION = 4.2;
451453
TARGETED_DEVICE_FAMILY = "1,2";
452454
};
453455
name = Debug;
@@ -468,7 +470,6 @@
468470
PRODUCT_BUNDLE_IDENTIFIER = com.github.tattn.MoreCodable;
469471
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
470472
SKIP_INSTALL = YES;
471-
SWIFT_VERSION = 4.2;
472473
TARGETED_DEVICE_FAMILY = "1,2";
473474
};
474475
name = Release;
@@ -482,7 +483,6 @@
482483
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
483484
PRODUCT_BUNDLE_IDENTIFIER = com.github.tattn.MoreCodableTests;
484485
PRODUCT_NAME = "$(TARGET_NAME)";
485-
SWIFT_VERSION = 4.2;
486486
TARGETED_DEVICE_FAMILY = "1,2";
487487
};
488488
name = Debug;
@@ -496,7 +496,6 @@
496496
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
497497
PRODUCT_BUNDLE_IDENTIFIER = com.github.tattn.MoreCodableTests;
498498
PRODUCT_NAME = "$(TARGET_NAME)";
499-
SWIFT_VERSION = 4.2;
500499
TARGETED_DEVICE_FAMILY = "1,2";
501500
};
502501
name = Release;

0 commit comments

Comments
 (0)