Skip to content

Commit 02f829c

Browse files
committed
Update macOS target to Swift 5
1 parent d989b23 commit 02f829c

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
@@ -604,12 +604,12 @@
604604
};
605605
D4446E6F1C51538000FBC8A8 = {
606606
CreatedOnToolsVersion = 7.2;
607-
LastSwiftMigration = 1020;
607+
LastSwiftMigration = 1030;
608608
};
609609
D4446E781C51538000FBC8A8 = {
610610
CreatedOnToolsVersion = 7.2;
611611
DevelopmentTeam = 76333YNXLE;
612-
LastSwiftMigration = 1000;
612+
LastSwiftMigration = 1030;
613613
ProvisioningStyle = Manual;
614614
};
615615
D4A480641C507CE70053EB05 = {
@@ -1362,7 +1362,7 @@
13621362
SDKROOT = macosx;
13631363
SKIP_INSTALL = YES;
13641364
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
1365-
SWIFT_VERSION = 4.2;
1365+
SWIFT_VERSION = 5.0;
13661366
VERSIONING_SYSTEM = "apple-generic";
13671367
VERSION_INFO_PREFIX = "";
13681368
};
@@ -1400,7 +1400,7 @@
14001400
SDKROOT = macosx;
14011401
SKIP_INSTALL = YES;
14021402
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
1403-
SWIFT_VERSION = 4.2;
1403+
SWIFT_VERSION = 5.0;
14041404
VERSIONING_SYSTEM = "apple-generic";
14051405
VERSION_INFO_PREFIX = "";
14061406
};
@@ -1430,7 +1430,7 @@
14301430
PRODUCT_NAME = "$(TARGET_NAME)";
14311431
SDKROOT = macosx;
14321432
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
1433-
SWIFT_VERSION = 4.2;
1433+
SWIFT_VERSION = 5.0;
14341434
};
14351435
name = Debug;
14361436
};
@@ -1459,7 +1459,7 @@
14591459
PRODUCT_NAME = "$(TARGET_NAME)";
14601460
SDKROOT = macosx;
14611461
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
1462-
SWIFT_VERSION = 4.2;
1462+
SWIFT_VERSION = 5.0;
14631463
};
14641464
name = Release;
14651465
};

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)