Skip to content

Commit 1d940b4

Browse files
committed
Preparation for 3.9.1 release.
1 parent ef21a2e commit 1d940b4

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

OCMock.podspec

+2-2
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.0"
3+
s.version = "3.9.1"
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" => "[email protected]" }
1818
s.social_media_url = "https://twitter.com/erikdoe"
1919

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

2323
s.requires_arc = false

Package.swift

-2
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,9 @@ let package = Package(
2121
"OCMock/OCMock-Prefix.pch",
2222
"OCMockTests/",
2323
"Cartfile",
24-
"Cartfile.resolved",
2524
"OCMockLibTests/OCMockLibTests-Info.plist",
2625
"OCMockLib/OCMockLib-Prefix.pch",
2726
"OCMockLibTests/OCMockLibTests-Prefix.pch",
28-
"Carthage.xcconfig",
2927
"OCMockDist.xcconfig",
3028
"OCMockCI.xcconfig",
3129
],

Source/Changes.txt

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
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.1 (2021-10-31)
5+
6+
* Removed unneeded excludes in package file to avoid warnings.
7+
48

59
OCMock 3.9 (2021-10-26)
610

Source/OCMock/OCMock-Info.plist

+2-2
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.0</string>
20+
<string>3.9.1</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>3.9.0</string>
24+
<string>3.9.1</string>
2525
<key>NSHumanReadableCopyright</key>
2626
<string>Copyright © 2004-2021 Erik Doernenburg and contributors</string>
2727
<key>NSPrincipalClass</key>

0 commit comments

Comments
 (0)