SwiftyTimer icon indicating copy to clipboard operation
SwiftyTimer copied to clipboard

Convert separate test project into a XCTest-based test target

Open radex opened this issue 9 years ago • 5 comments
trafficstars

PR-s appreciated.

radex avatar Feb 29 '16 17:02 radex

During this change i'd think it would be good to make 1 target instead multiple we have now (what do you think?). Also we should keep in mind that test target won't be available for watchOS (i think it's fine since same code can be tested with any other)

Austinate avatar Feb 29 '16 20:02 Austinate

During this change i'd think it would be good to make 1 target instead multiple we have now (what do you think?).

My understanding is that you need separate targets to build frameworks for separate platforms. If you can get it to work with Carthage on a single target, that would be great, though.

radex avatar Feb 29 '16 21:02 radex

I've seen this approach in Mapper. So i think we shouldn't have issues with that

Austinate avatar Feb 29 '16 21:02 Austinate

Cool — you're more than welcome to give it a try ;)

radex avatar Feb 29 '16 21:02 radex

i see what you're saying, will do soon ;)

Austinate avatar Feb 29 '16 21:02 Austinate