Skip to content

Commit

Permalink
Update Swift demo to Swift 4
Browse files Browse the repository at this point in the history
  • Loading branch information
CooperRS committed Sep 17, 2017
1 parent 35dc660 commit 4900727
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions RMDateSelectionViewController-Demo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@
CA3009F91BF0E6A100EAD920 = {
CreatedOnToolsVersion = 7.1;
DevelopmentTeam = GGWH6G3GK6;
LastSwiftMigration = 0800;
LastSwiftMigration = 0900;
};
CA52EE271AC42C760032E877 = {
CreatedOnToolsVersion = 6.2;
Expand Down Expand Up @@ -909,7 +909,7 @@
PRODUCT_BUNDLE_IDENTIFIER = "de.cooperrs.RMDateSelectionViewController-SwiftDemo";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 3.0;
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
Expand All @@ -929,7 +929,7 @@
MTL_ENABLE_DEBUG_INFO = NO;
PRODUCT_BUNDLE_IDENTIFIER = "de.cooperrs.RMDateSelectionViewController-SwiftDemo";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
Expand Down

0 comments on commit 4900727

Please sign in to comment.