Skip to content

Commit fb86b89

Browse files
committed
Updated project settings
1 parent ef538bb commit fb86b89

File tree

2 files changed

+106
-104
lines changed

2 files changed

+106
-104
lines changed

ForecastIO.xcodeproj/project.pbxproj

+5-3
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@
588588
4A8B23501D447FB300ACBAA8 = {
589589
CreatedOnToolsVersion = 7.3.1;
590590
DevelopmentTeam = 76333YNXLE;
591-
LastSwiftMigration = 0800;
591+
LastSwiftMigration = 0930;
592592
ProvisioningStyle = Manual;
593593
};
594594
D4446E6F1C51538000FBC8A8 = {
@@ -1297,7 +1297,8 @@
12971297
PRODUCT_NAME = "$(TARGET_NAME)";
12981298
SDKROOT = iphoneos;
12991299
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
1300-
SWIFT_VERSION = 3.0;
1300+
SWIFT_SWIFT3_OBJC_INFERENCE = On;
1301+
SWIFT_VERSION = 4.0;
13011302
};
13021303
name = Debug;
13031304
};
@@ -1325,7 +1326,8 @@
13251326
PRODUCT_NAME = "$(TARGET_NAME)";
13261327
SDKROOT = iphoneos;
13271328
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
1328-
SWIFT_VERSION = 3.0;
1329+
SWIFT_SWIFT3_OBJC_INFERENCE = On;
1330+
SWIFT_VERSION = 4.0;
13291331
};
13301332
name = Release;
13311333
};

Pods/Pods.xcodeproj/project.pbxproj

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

0 commit comments

Comments
 (0)