Skip to content

OCMock 3.9.2

Compare
Choose a tag to compare
@erikdoe erikdoe released this 04 Oct 21:51
· 13 commits to master since this release

If in doubt, download the .dmg file. It contains an XCFramework for macOS, iOS, tvOS, and watchOS development, an XCFramework with a static library for iOS development, and the source code.

Alternatively, you can include OCMock into you project using CocoaPods, Swift Package Manager, and Carthage. This might be easier than downloading the framework here.

Changes in this release:

  • Added Mac Catalyst architecture to dist build. (Maksym Koshtenko)
  • Added visionOS to podspec. This is experimental, and there's no official support for visionOS in OCMock until it's available outside the beta.
  • Stopped forwarding C++ constructors and destructors when using partial mocks (Tom Burgin)
  • Fixed potential crashes when using OCMPassByRefSetters. (Dave MacLachlan)

Updated minimum deployment targets:

  • macOS 10.15, iOS 12.0, tvOS 12.0, watchOS 4.0