Skip to content

Commit

Permalink
swift 5 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
azonov committed Jul 25, 2019
1 parent 91ab12f commit 5c67097
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.2
5.0
6 changes: 3 additions & 3 deletions Example/ExpandableCell.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
TargetAttributes = {
579732311F971A43006DB071 = {
CreatedOnToolsVersion = 9.0.1;
LastSwiftMigration = 1010;
LastSwiftMigration = 1030;
ProvisioningStyle = Automatic;
};
};
Expand Down Expand Up @@ -420,7 +420,7 @@
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 4.2;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
Expand All @@ -438,7 +438,7 @@
PRODUCT_BUNDLE_IDENTIFIER = com.azonov.ExpandableCell;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "";
SWIFT_VERSION = 4.2;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
Expand Down

0 comments on commit 5c67097

Please sign in to comment.