Skip to content

Commit 73e3754

Browse files
author
Yuriy Makarov
committed
Xcode project settings update: Swift 5, base i18n, etc
1 parent df739ad commit 73e3754

File tree

4 files changed

+15
-12
lines changed

4 files changed

+15
-12
lines changed

Example/MYTableViewIndex.xcodeproj/project.pbxproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -228,13 +228,13 @@
228228
isa = PBXProject;
229229
attributes = {
230230
LastSwiftUpdateCheck = 0720;
231-
LastUpgradeCheck = 1000;
231+
LastUpgradeCheck = 1020;
232232
ORGANIZATIONNAME = "Makarov Yury";
233233
TargetAttributes = {
234234
607FACCF1AFB9204008FA782 = {
235235
CreatedOnToolsVersion = 6.3.1;
236236
DevelopmentTeam = WDCQ6B387N;
237-
LastSwiftMigration = 0900;
237+
LastSwiftMigration = 1020;
238238
ProvisioningStyle = Automatic;
239239
};
240240
607FACE41AFB9204008FA782 = {
@@ -247,7 +247,7 @@
247247
};
248248
buildConfigurationList = 607FACCB1AFB9204008FA782 /* Build configuration list for PBXProject "MYTableViewIndex" */;
249249
compatibilityVersion = "Xcode 3.2";
250-
developmentRegion = English;
250+
developmentRegion = en;
251251
hasScannedForEncodings = 0;
252252
knownRegions = (
253253
en,
@@ -544,7 +544,7 @@
544544
PRODUCT_BUNDLE_IDENTIFIER = "my.MYTableViewIndex-Example";
545545
PRODUCT_NAME = "$(TARGET_NAME)";
546546
PROVISIONING_PROFILE_SPECIFIER = "";
547-
SWIFT_VERSION = 4.2;
547+
SWIFT_VERSION = 5.0;
548548
};
549549
name = Debug;
550550
};
@@ -564,7 +564,7 @@
564564
PRODUCT_BUNDLE_IDENTIFIER = "my.MYTableViewIndex-Example";
565565
PRODUCT_NAME = "$(TARGET_NAME)";
566566
PROVISIONING_PROFILE_SPECIFIER = "";
567-
SWIFT_VERSION = 4.2;
567+
SWIFT_VERSION = 5.0;
568568
};
569569
name = Release;
570570
};

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

Example/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 8 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/MYTableViewIndex.xcscheme

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)