Skip to content

Commit

Permalink
Preparation for 3.9.3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikdoe committed Nov 15, 2023
1 parent 75952d3 commit fe1661a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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
Expand All @@ -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
Expand Down
5 changes: 5 additions & 0 deletions 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)
Expand Down
4 changes: 2 additions & 2 deletions Source/OCMock/OCMock-Info.plist
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.9.2</string>
<string>3.9.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>3.9.1</string>
<string>3.9.3</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2004-2023 Erik Doernenburg and contributors</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit fe1661a

Please sign in to comment.