Commit 67bb960 1 parent aedb932 commit 67bb960 Copy full SHA for 67bb960
File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "OCMock"
3
- s . version = "3.9.1 "
3
+ s . version = "3.9.2 "
4
4
5
5
s . summary = "Mock objects for Objective-C"
6
6
s . description = <<-DESC
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
17
17
s . author = { "Erik Doernenburg" => "erik@doernenburg.com" }
18
18
s . social_media_url = "https://toot.thoughtworks.com/@edoernen"
19
19
20
- s . source = { :git => "https://github.com/erikdoe/ocmock.git" , :tag => "v3.9.1 " }
20
+ s . source = { :git => "https://github.com/erikdoe/ocmock.git" , :tag => "v3.9.2 " }
21
21
s . source_files = "Source/OCMock/*.{h,m}"
22
22
23
23
s . requires_arc = false
Original file line number Diff line number Diff line change 1
1
Listing of notable changes by release. More detail is usually found in the Git
2
2
commit messages and/or the pull requests.
3
3
4
- OCMock 3.9.2 (unreleased )
4
+ OCMock 3.9.2 (2023-10-04 )
5
5
6
6
* Added Mac Catalyst architecture to dist build. (Maksym Koshtenko)
7
7
* Added visionOS to podspec. This is experimental, and there's no official
8
8
support for visionOS in OCMock until it's available outside the beta.
9
9
* Stopped forwarding C++ constructors and destructors when using partial
10
10
mocks (Tom Burgin)
11
- * Fixed pontential crashes when using OCMPassByRefSetters. (Dave MacLachlan)
11
+ * Fixed potential crashes when using OCMPassByRefSetters. (Dave MacLachlan)
12
12
13
13
14
14
OCMock 3.9.1 (2021-10-31)
Original file line number Diff line number Diff line change 17
17
<key >CFBundlePackageType </key >
18
18
<string >FMWK </string >
19
19
<key >CFBundleShortVersionString </key >
20
- <string >3.9.1 </string >
20
+ <string >3.9.2 </string >
21
21
<key >CFBundleSignature </key >
22
22
<string >???? </string >
23
23
<key >CFBundleVersion </key >
24
24
<string >3.9.1 </string >
25
25
<key >NSHumanReadableCopyright </key >
26
- <string >Copyright © 2004-2021 Erik Doernenburg and contributors </string >
26
+ <string >Copyright © 2004-2023 Erik Doernenburg and contributors </string >
27
27
<key >NSPrincipalClass </key >
28
28
<string ></string >
29
29
</dict >
You can’t perform that action at this time.
0 commit comments