From 2c0bfd373289f4a7716db5d6db471640f91a6507 Mon Sep 17 00:00:00 2001 From: Erik Doernenburg Date: Sun, 26 May 2024 20:23:34 +0200 Subject: [PATCH] Preparation for 3.9.4 release. --- .github/workflows/build-and-test.yaml | 8 ++++---- OCMock.podspec | 4 ++-- Source/Changes.txt | 5 +++++ Source/OCMock/OCMock-Info.plist | 6 +++--- 4 files changed, 14 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index b149cd7d..e48027a7 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml @@ -10,15 +10,15 @@ on: jobs: build-and-run-unit-tests: - runs-on: macos-13 + runs-on: macos-14 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: macOS run: make ci-macos check-dist: needs: build-and-run-unit-tests - runs-on: macos-13 + runs-on: macos-14 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: SwiftPM run: make ci-swiftpm diff --git a/OCMock.podspec b/OCMock.podspec index 8c2bdab3..09bd3177 100644 --- a/OCMock.podspec +++ b/OCMock.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "OCMock" - s.version = "3.9.3" + s.version = "3.9.4" s.summary = "Mock objects for Objective-C" s.description = <<-DESC @@ -17,7 +17,7 @@ Pod::Spec.new do |s| s.author = { "Erik Doernenburg" => "erik@doernenburg.com" } s.social_media_url = "https://toot.thoughtworks.com/@edoernen" - s.source = { :git => "https://github.com/erikdoe/ocmock.git", :tag => "v3.9.3" } + s.source = { :git => "https://github.com/erikdoe/ocmock.git", :tag => "v3.9.4" } s.source_files = "Source/OCMock/*.{h,m}" s.requires_arc = false diff --git a/Source/Changes.txt b/Source/Changes.txt index edab1982..1ee60c69 100644 --- a/Source/Changes.txt +++ b/Source/Changes.txt @@ -1,6 +1,11 @@ Listing of notable changes by release. More detail is usually found in the Git commit messages and/or the pull requests. +OCMock 3.9.4 (2024-05-26) + +* Fixed incompatibility with new version of Xcode + + OCMock 3.9.3 (2023-11-15) * Removed visionOS from podspec because it's not fully supported yet. diff --git a/Source/OCMock/OCMock-Info.plist b/Source/OCMock/OCMock-Info.plist index e5c2b82e..04c5c12a 100644 --- a/Source/OCMock/OCMock-Info.plist +++ b/Source/OCMock/OCMock-Info.plist @@ -17,13 +17,13 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.9.3 + 3.9.4 CFBundleSignature ???? CFBundleVersion - 3.9.3 + 3.9.4 NSHumanReadableCopyright - Copyright © 2004-2023 Erik Doernenburg and contributors + Copyright © 2004-2024 Erik Doernenburg and contributors NSPrincipalClass