File tree 4 files changed +8
-6
lines changed
4 files changed +8
-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.0 "
3
+ s . version = "3.9.1 "
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://twitter.com/erikdoe"
19
19
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 " }
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 @@ -21,11 +21,9 @@ let package = Package(
21
21
" OCMock/OCMock-Prefix.pch " ,
22
22
" OCMockTests/ " ,
23
23
" Cartfile " ,
24
- " Cartfile.resolved " ,
25
24
" OCMockLibTests/OCMockLibTests-Info.plist " ,
26
25
" OCMockLib/OCMockLib-Prefix.pch " ,
27
26
" OCMockLibTests/OCMockLibTests-Prefix.pch " ,
28
- " Carthage.xcconfig " ,
29
27
" OCMockDist.xcconfig " ,
30
28
" OCMockCI.xcconfig " ,
31
29
] ,
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.1 (2021-10-31)
5
+
6
+ * Removed unneeded excludes in package file to avoid warnings.
7
+
4
8
5
9
OCMock 3.9 (2021-10-26)
6
10
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.0 </string >
20
+ <string >3.9.1 </string >
21
21
<key >CFBundleSignature </key >
22
22
<string >???? </string >
23
23
<key >CFBundleVersion </key >
24
- <string >3.9.0 </string >
24
+ <string >3.9.1 </string >
25
25
<key >NSHumanReadableCopyright </key >
26
26
<string >Copyright © 2004-2021 Erik Doernenburg and contributors </string >
27
27
<key >NSPrincipalClass </key >
You can’t perform that action at this time.
0 commit comments