Skip to content

Commit fe1661a

Browse files
committed
Preparation for 3.9.3 release.
1 parent 75952d3 commit fe1661a

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

OCMock.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "OCMock"
3-
s.version = "3.9.2"
3+
s.version = "3.9.3"
44

55
s.summary = "Mock objects for Objective-C"
66
s.description = <<-DESC
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
1717
s.author = { "Erik Doernenburg" => "erik@doernenburg.com" }
1818
s.social_media_url = "https://toot.thoughtworks.com/@edoernen"
1919

20-
s.source = { :git => "https://github.com/erikdoe/ocmock.git", :tag => "v3.9.2" }
20+
s.source = { :git => "https://github.com/erikdoe/ocmock.git", :tag => "v3.9.3" }
2121
s.source_files = "Source/OCMock/*.{h,m}"
2222

2323
s.requires_arc = false

Source/Changes.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Listing of notable changes by release. More detail is usually found in the Git
22
commit messages and/or the pull requests.
33

4+
OCMock 3.9.3 (2023-11-15)
5+
6+
* Removed visionOS from podspec because it's not fully supported yet.
7+
8+
49
OCMock 3.9.2 (2023-10-04)
510

611
* Added Mac Catalyst architecture to dist build. (Maksym Koshtenko)

Source/OCMock/OCMock-Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>FMWK</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>3.9.2</string>
20+
<string>3.9.3</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>3.9.1</string>
24+
<string>3.9.3</string>
2525
<key>NSHumanReadableCopyright</key>
2626
<string>Copyright © 2004-2023 Erik Doernenburg and contributors</string>
2727
<key>NSPrincipalClass</key>

0 commit comments

Comments
 (0)