OCMock 3.7
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