From f47861a8f544f69d00e22fea62e4a2fcf163eeb2 Mon Sep 17 00:00:00 2001 From: Erik Doernenburg Date: Thu, 16 Nov 2023 20:13:13 +0100 Subject: [PATCH] Removed releases table from this page, directing to GitHub instead. --- download.html | 69 ++++++--------------------------------------------- 1 file changed, 7 insertions(+), 62 deletions(-) diff --git a/download.html b/download.html index 6ec8335d..618c095f 100644 --- a/download.html +++ b/download.html @@ -8,7 +8,11 @@ ---

{{ page.title }}

-

Stable Releases

+

Releases

+ +

You can download releases of OCMock on GitHub + +

   https://github.com/erikdoe/ocmock/releases

The disk images contain frameworks for macOS, iOS, tvOS, and watchOS development, a static library for iOS development, and the source code. As of OCMock 3.9.0 the binary distribution contains XCFrameworks. @@ -16,67 +20,6 @@

Stable Releases

However, there is no guarantee that a release of OCMock can be built with versions of Xcode older than the current stable version at release. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ReleaseBuild SDKsDeployment TargetsDateFile
OCMock 3.9.3macOS 14.0, iOS 17.0, tvOS 17.0, watchOS 10.0macOS 10.15, iOS 12.0, tvOS 12.0, watchOS 7.015-Nov-2023ocmock-3.9.3.dmg
-

Changes in OCMock 3.9.3: -

    -
  • Removed visionOS from podspec because it's not fully supported yet. -
-

Changes in OCMock 3.9.2: -

    -
  • Added support for Mac Catalyst. -
  • Added experimental support for visionOS to podspec. -
  • Various bug-fixes -
-

Changes in OCMock 3.9.1: -

    -
  • Removed unneeded excludes in package file to avoid warnings. -
-

Changes in OCMock 3.9.0: -

    -
  • Added support for Swift Package Manager. (Paul Beusterien) -
  • Using Swift Package Manager for dependencies. -
  • Changed binary distribution to XCFramework. -
  • Added setting in podspec to disable bitcode. (Adil Hussain) -
  • Various bug-fixes and improvements to developer experience. -
-

More details: - change log, - milestone -

OCMock 3.8.1macOS 11.1, iOS 14.3, tvOS 14.3, watchOS 7.2OS X 10.10, iOS 9.0, tvOS 9.0, watchOS 4.030-Dec-2020ocmock-3.8.1.dmg
OCMock 2.2.4OS X 10.9, iOS 7.1Mac OS X 10.6, iOS 54-Apr-2014ocmock-2.2.4.dmg
-

Source code

@@ -87,6 +30,8 @@

Source code

The current build status is shown above on the right. If this isn't showing passing, chances are the code is currently not building correctly and we're busy trying to fix it. In all other cases, a local build from source should work. +

As mentioned above, there is no guarantee that a release of OCMock can be built with versions of Xcode older than the current stable version at release. +

License for OCMock 3.x