Skip to content

Nimble v2.0.0 Release Candidate 3

Compare
Choose a tag to compare
@jeffh jeffh released this 31 Aug 01:14
· 1585 commits to main since this release
v2.0.0-rc.3

This release is compatible with Xcode 7 beta 6 (Swift 2.0).

Note to carthage Users: You must explicitly give this version for Carthage to install.

github "Quick/Nimble" "v2.0.0-rc.3"

Changes

  • Updated for Xcode 7 beta 6
  • beCloseTo now works with NSDate without having to convert it
  • Cocoapod users can now run Nimble in physical devices
  • objc: Added fail() and failWithMessage() functions

Also, Quick has been updated for Xcode 7 beta 6.