tbointeractive / bytes

bytes is a set of Swift tools to cover many all-day tasks in iOS development.
MIT License
7 stars 1 forks source link

Update for Swift 5 #41

Closed thorstenstark closed 5 years ago

thorstenstark commented 5 years ago

To support newer versions of Quick/Nimble it was necessary to increase minimum iOS version to 10.0.

thorstenstark commented 5 years ago

I was thinking about returning to XCTests instead of Quick/Nimble as this reduces dependencies and gives more flexibility when defining the base SDK version.

brototyp commented 5 years ago

I was thinking about returning to XCTests instead of Quick/Nimble as this reduces dependencies and gives more flexibility when defining the base SDK version.

I do like Quick and Nimble, but if you want to switch away, I am fine as well. But I guess I wouldn't be able to support you to much rewriting the tests and such.