Skip to content

Commit

Permalink
Preparation for 3.5 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikdoe committed Nov 17, 2019
1 parent d6310eb commit 6419823
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions OCMock.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "OCMock"
s.version = "3.4.3"
s.version = "3.5"

s.summary = "Mock objects for Objective-C"
s.description = <<-DESC
Expand All @@ -17,7 +17,7 @@ Pod::Spec.new do |s|
s.author = { "Erik Doernenburg" => "erik@doernenburg.com" }
s.social_media_url = "http://twitter.com/erikdoe"

s.source = { :git => "https://github.com/erikdoe/ocmock.git", :tag => "v3.4.3" }
s.source = { :git => "https://github.com/erikdoe/ocmock.git", :tag => "v3.5" }
s.source_files = "Source/OCMock/*.{h,m}"

s.requires_arc = false
Expand Down
2 changes: 1 addition & 1 deletion Source/OCMock.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -800,8 +800,8 @@
03B3159A146333BF0052CD09 /* OCMNotificationPoster.m */,
03B315A5146333BF0052CD09 /* OCMObjectReturnValueProvider.h */,
03B315A6146333BF0052CD09 /* OCMObjectReturnValueProvider.m */,
2FA280EB5E8CDEEAE76861F7 /* OCMNonRetainingObjectReturnValueProvider.m */,
2FA28B1133B294089D2245AC /* OCMNonRetainingObjectReturnValueProvider.h */,
2FA280EB5E8CDEEAE76861F7 /* OCMNonRetainingObjectReturnValueProvider.m */,
);
name = "Invocation Actions";
sourceTree = "<group>";
Expand Down
2 changes: 1 addition & 1 deletion Tools/build.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def makeRelease
copySource
buildModules
signFrameworks "erik@doernenburg.com"
createPackage "ocmock-3.4.3.dmg", "OCMock 3.4.3"
createPackage "ocmock-3.5.dmg", "OCMock 3.5"
sanityCheck
openPackageDir
end
Expand Down

0 comments on commit 6419823

Please sign in to comment.