File tree Expand file tree Collapse file tree 4 files changed +14
-9
lines changed Expand file tree Collapse file tree 4 files changed +14
-9
lines changed Original file line number Diff line number Diff line change 10
10
11
11
jobs :
12
12
build-and-run-unit-tests :
13
- runs-on : macos-13
13
+ runs-on : macos-14
14
14
steps :
15
- - uses : actions/checkout@v3
15
+ - uses : actions/checkout@v4
16
16
- name : macOS
17
17
run : make ci-macos
18
18
check-dist :
19
19
needs : build-and-run-unit-tests
20
- runs-on : macos-13
20
+ runs-on : macos-14
21
21
steps :
22
- - uses : actions/checkout@v3
22
+ - uses : actions/checkout@v4
23
23
- name : SwiftPM
24
24
run : make ci-swiftpm
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.3 "
3
+ s . version = "3.9.4 "
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" => "[email protected] " }
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.3 " }
20
+ s . source = { :git => "https://github.com/erikdoe/ocmock.git" , :tag => "v3.9.4 " }
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.4 (2024-05-26)
5
+
6
+ * Fixed incompatibility with new version of Xcode
7
+
8
+
4
9
OCMock 3.9.3 (2023-11-15)
5
10
6
11
* Removed visionOS from podspec because it's not fully supported yet.
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.3 </string >
20
+ <string >3.9.4 </string >
21
21
<key >CFBundleSignature </key >
22
22
<string >???? </string >
23
23
<key >CFBundleVersion </key >
24
- <string >3.9.3 </string >
24
+ <string >3.9.4 </string >
25
25
<key >NSHumanReadableCopyright </key >
26
- <string >Copyright © 2004-2023 Erik Doernenburg and contributors </string >
26
+ <string >Copyright © 2004-2024 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