Skip to content

Commit e6e1420

Browse files
committed
Update tvOS target to Swift 5
1 parent 02f829c commit e6e1420

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

ForecastIO.xcodeproj/project.pbxproj

+6-6
Original file line numberDiff line numberDiff line change
@@ -618,11 +618,11 @@
618618
ProvisioningStyle = Automatic;
619619
};
620620
D4A4807D1C507D730053EB05 = {
621-
LastSwiftMigration = 1020;
621+
LastSwiftMigration = 1030;
622622
};
623623
D4DE2AC91C513EA00063A7CA = {
624624
DevelopmentTeam = 76333YNXLE;
625-
LastSwiftMigration = 1020;
625+
LastSwiftMigration = 1030;
626626
ProvisioningStyle = Manual;
627627
};
628628
};
@@ -1566,7 +1566,7 @@
15661566
SKIP_INSTALL = YES;
15671567
SUPPORTED_PLATFORMS = "appletvsimulator appletvos";
15681568
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
1569-
SWIFT_VERSION = 4.2;
1569+
SWIFT_VERSION = 5.0;
15701570
TARGETED_DEVICE_FAMILY = 3;
15711571
TVOS_DEPLOYMENT_TARGET = 9.0;
15721572
VERSIONING_SYSTEM = "apple-generic";
@@ -1602,7 +1602,7 @@
16021602
SKIP_INSTALL = YES;
16031603
SUPPORTED_PLATFORMS = "appletvsimulator appletvos";
16041604
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
1605-
SWIFT_VERSION = 4.2;
1605+
SWIFT_VERSION = 5.0;
16061606
TARGETED_DEVICE_FAMILY = 3;
16071607
TVOS_DEPLOYMENT_TARGET = 9.0;
16081608
VERSIONING_SYSTEM = "apple-generic";
@@ -1634,7 +1634,7 @@
16341634
PRODUCT_NAME = "$(TARGET_NAME)";
16351635
SDKROOT = appletvos;
16361636
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
1637-
SWIFT_VERSION = 4.2;
1637+
SWIFT_VERSION = 5.0;
16381638
};
16391639
name = Debug;
16401640
};
@@ -1662,7 +1662,7 @@
16621662
PRODUCT_NAME = "$(TARGET_NAME)";
16631663
SDKROOT = appletvos;
16641664
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
1665-
SWIFT_VERSION = 4.2;
1665+
SWIFT_VERSION = 5.0;
16661666
};
16671667
name = Release;
16681668
};

Pods/Pods.xcodeproj/project.pbxproj

+10-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)