Convert Articles to Swift 5.

This commit is contained in:
Brent Simmons 2019-03-31 16:09:32 -07:00
parent cd77dd1bcf
commit 268a5453ad
2 changed files with 4 additions and 3 deletions

View File

@ -233,6 +233,7 @@
developmentRegion = English; developmentRegion = English;
hasScannedForEncodings = 0; hasScannedForEncodings = 0;
knownRegions = ( knownRegions = (
English,
en, en,
); );
mainGroup = 844BEE511F0AB3C8004AB7CD; mainGroup = 844BEE511F0AB3C8004AB7CD;
@ -329,7 +330,7 @@
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO; ALWAYS_SEARCH_USER_PATHS = NO;
SWIFT_VERSION = 4.2; SWIFT_VERSION = 5.0;
}; };
name = Debug; name = Debug;
}; };
@ -337,7 +338,7 @@
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO; ALWAYS_SEARCH_USER_PATHS = NO;
SWIFT_VERSION = 4.2; SWIFT_VERSION = 5.0;
}; };
name = Release; name = Release;
}; };

View File

@ -10,7 +10,7 @@ DEVELOPMENT_TEAM = M8L2WTLA8W
SDKROOT = macosx SDKROOT = macosx
MACOSX_DEPLOYMENT_TARGET = 10.13 MACOSX_DEPLOYMENT_TARGET = 10.13
CLANG_ENABLE_OBJC_WEAK = YES CLANG_ENABLE_OBJC_WEAK = YES
SWIFT_VERSION = 4.0 SWIFT_VERSION = 5.0
COMBINE_HIDPI_IMAGES = YES COMBINE_HIDPI_IMAGES = YES
COPY_PHASE_STRIP = NO COPY_PHASE_STRIP = NO