bcylin / QuickTableViewController

A simple way to create a UITableView for settings in Swift.

Home Page:https://bcylin.github.io/QuickTableViewController

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convert Testing Targets to Swift 4.2

bcylin opened this issue · comments

commented

There are two testing bundles yet updated to Swift 4.2:

QuickTableViewController-iOSTests

PRODUCT_NAME = QuickTableViewControllerTests;
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
SWIFT_VERSION = 4.0;

QuickTableViewController-tvOSTests

PRODUCT_NAME = QuickTableViewControllerTests;
SDKROOT = appletvos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_VERSION = 4.0;