Skip to content

OCMock 3.7

Compare
Choose a tag to compare
@erikdoe erikdoe released this 15 Jul 20:26
· 207 commits to master since this release

If in doubt, download the .dmg file. It contains frameworks for macOS, iOS, tvOS, and watchOS development, a static library for iOS development, and the source code. The .zip file is intended for users of Carthage.

Changes in this release:

  • Fixed mocking init methods when using ARC. This worked before but could result in memory related crashes. (Dave MacLachlan)
  • Added support for non-escaping blocks. (Dave MacLachlan)
  • Numerous bug-fixes and improvements