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; |
There are two testing bundles yet updated to Swift 4.2:
QuickTableViewController-iOSTests
QuickTableViewController/QuickTableViewController.xcodeproj/project.pbxproj
Lines 1417 to 1419 in 90a0736
QuickTableViewController-tvOSTests
QuickTableViewController/QuickTableViewController.xcodeproj/project.pbxproj
Lines 1520 to 1523 in 90a0736