Skip to content

Commit

Permalink
Bump version to 7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonreid committed Feb 1, 2021
1 parent 1a9944a commit 3db6178
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 10 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
NEXT RELEASE
------------
Version 7.2.0
-------------
_31 Jan 2021_

**Features:**

Expand Down
4 changes: 2 additions & 2 deletions OCHamcrest.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'OCHamcrest'
s.version = '7.1.2'
s.version = '7.2.0'
s.summary = 'Hamcrest for Objective-C: Powerful, combinable, extensible matchers for verification.'
s.description = <<-DESC
OCHamcrest is:
Expand Down Expand Up @@ -32,7 +32,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.10'
s.tvos.deployment_target = '9.0'
s.source = { :git => 'https://github.com/hamcrest/OCHamcrest.git', :tag => 'v7.1.2' }
s.source = { :git => 'https://github.com/hamcrest/OCHamcrest.git', :tag => 'v7.2.0' }
s.source_files = 'Source/OCHamcrest.h', 'Source/Core/**/*.{h,m}', 'Source/Library/**/*.{h,m}'
s.private_header_files = 'Source/Core/Helpers/HCRunloopRunner.h', 'Source/Core/Helpers/NSInvocation+OCHamcrest.h', 'Source/Core/Helpers/ReturnValueGetters/*.h', 'Source/Core/Helpers/TestFailureReporters/HCGenericTestFailureReporter.h', 'Source/Core/Helpers/TestFailureReporters/HCSenTestFailureReporter.h', 'Source/Core/Helpers/TestFailureReporters/HCXCTestFailureReporter.h'
s.requires_arc = true
Expand Down
2 changes: 1 addition & 1 deletion Source/MakeDistribution.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

VERSION=7.1.2
VERSION=7.2.0
DISTFILE=OCHamcrest-${VERSION}
DISTPATH=build/${DISTFILE}
PROJECTROOT=..
Expand Down
2 changes: 1 addition & 1 deletion Source/OCHamcrest-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2020 hamcrest.org</string>
<string>Copyright © 2021 hamcrest.org</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
14 changes: 10 additions & 4 deletions Source/OCHamcrest.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2939,12 +2939,12 @@
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 7.1.2;
CURRENT_PROJECT_VERSION = 7.2.0;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
FRAMEWORK_VERSION = A;
INFOPLIST_FILE = "OCHamcrest-Info.plist";
MARKETING_VERSION = 7.1.2;
MARKETING_VERSION = 7.2.0;
OTHER_CFLAGS = "-fobjc-arc-exceptions";
PRODUCT_BUNDLE_IDENTIFIER = "org.hamcrest.${PRODUCT_NAME}";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -2959,12 +2959,12 @@
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = YES;
CURRENT_PROJECT_VERSION = 7.1.2;
CURRENT_PROJECT_VERSION = 7.2.0;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
FRAMEWORK_VERSION = A;
INFOPLIST_FILE = "OCHamcrest-Info.plist";
MARKETING_VERSION = 7.1.2;
MARKETING_VERSION = 7.2.0;
OTHER_CFLAGS = "-fobjc-arc-exceptions";
PRODUCT_BUNDLE_IDENTIFIER = "org.hamcrest.${PRODUCT_NAME}";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -3027,6 +3027,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
"IPHONEOS_DEPLOYMENT_TARGET[sdk=macosx*]" = 13.1;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 7.2.0;
PRODUCT_BUNDLE_IDENTIFIER = "org.hamcrest.OCHamcrest.OCHamcrest-iOS";
PRODUCT_NAME = OCHamcrest;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -3059,6 +3060,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
"IPHONEOS_DEPLOYMENT_TARGET[sdk=macosx*]" = 13.1;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 7.2.0;
PRODUCT_BUNDLE_IDENTIFIER = "org.hamcrest.OCHamcrest.OCHamcrest-iOS";
PRODUCT_NAME = OCHamcrest;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -3094,6 +3096,7 @@
INFOPLIST_FILE = "OCHamcrest-Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 7.2.0;
PRODUCT_BUNDLE_IDENTIFIER = "org.hamcrest.OCHamcrest.OCHamcrest-tvOS";
PRODUCT_NAME = OCHamcrest;
SDKROOT = appletvos;
Expand Down Expand Up @@ -3125,6 +3128,7 @@
INFOPLIST_FILE = "OCHamcrest-Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 7.2.0;
PRODUCT_BUNDLE_IDENTIFIER = "org.hamcrest.OCHamcrest.OCHamcrest-tvOS";
PRODUCT_NAME = OCHamcrest;
SDKROOT = appletvos;
Expand Down Expand Up @@ -3162,6 +3166,7 @@
INFOPLIST_FILE = "OCHamcrest-Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 7.2.0;
PRODUCT_BUNDLE_IDENTIFIER = "org.hamcrest.OCHamcrest.OCHamcrest-watchOS";
PRODUCT_NAME = OCHamcrest;
SDKROOT = watchos;
Expand Down Expand Up @@ -3194,6 +3199,7 @@
INFOPLIST_FILE = "OCHamcrest-Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 7.2.0;
PRODUCT_BUNDLE_IDENTIFIER = "org.hamcrest.OCHamcrest.OCHamcrest-watchOS";
PRODUCT_NAME = OCHamcrest;
SDKROOT = watchos;
Expand Down

0 comments on commit 3db6178

Please sign in to comment.