From fe1661a3efed11831a6452f4b1a0c5e6ddc08c3d Mon Sep 17 00:00:00 2001 From: Erik Doernenburg Date: Wed, 15 Nov 2023 20:09:17 +0100 Subject: [PATCH] Preparation for 3.9.3 release. --- OCMock.podspec | 4 ++-- Source/Changes.txt | 5 +++++ Source/OCMock/OCMock-Info.plist | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/OCMock.podspec b/OCMock.podspec index b5130b2d..8c2bdab3 100644 --- a/OCMock.podspec +++ b/OCMock.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "OCMock" - s.version = "3.9.2" + s.version = "3.9.3" 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.2" } + s.source = { :git => "https://github.com/erikdoe/ocmock.git", :tag => "v3.9.3" } s.source_files = "Source/OCMock/*.{h,m}" s.requires_arc = false diff --git a/Source/Changes.txt b/Source/Changes.txt index 4371eff9..edab1982 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.3 (2023-11-15) + +* Removed visionOS from podspec because it's not fully supported yet. + + OCMock 3.9.2 (2023-10-04) * Added Mac Catalyst architecture to dist build. (Maksym Koshtenko) diff --git a/Source/OCMock/OCMock-Info.plist b/Source/OCMock/OCMock-Info.plist index e4e7239b..e5c2b82e 100644 --- a/Source/OCMock/OCMock-Info.plist +++ b/Source/OCMock/OCMock-Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.9.2 + 3.9.3 CFBundleSignature ???? CFBundleVersion - 3.9.1 + 3.9.3 NSHumanReadableCopyright Copyright © 2004-2023 Erik Doernenburg and contributors NSPrincipalClass