Skip to content

Commit

Permalink
Merge pull request #2 from yahoojapan/swift5
Browse files Browse the repository at this point in the history
support swift5
  • Loading branch information
tattn authored Apr 3, 2019
2 parents 0b7098f + 51d3c1b commit dba5d67
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions UICollectionViewSplitLayout.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,11 @@
TargetAttributes = {
2BD1ABE9218720710049D082 = {
CreatedOnToolsVersion = 10.0;
LastSwiftMigration = 1000;
LastSwiftMigration = 1020;
};
2BD1ABF2218720710049D082 = {
CreatedOnToolsVersion = 10.0;
LastSwiftMigration = 1020;
};
};
};
Expand Down Expand Up @@ -385,7 +386,7 @@
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 4.2;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
Expand All @@ -411,7 +412,7 @@
PRODUCT_BUNDLE_IDENTIFIER = jp.co.yahoo.UICollectionViewSplitLayout;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 4.2;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
Expand All @@ -429,7 +430,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = jp.co.yahoo.UICollectionViewSplitLayoutTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.2;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
Expand All @@ -447,7 +448,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = jp.co.yahoo.UICollectionViewSplitLayoutTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.2;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
Expand Down

0 comments on commit dba5d67

Please sign in to comment.