diff --git a/Frameworks/gethamcrest b/Frameworks/gethamcrest index 1b4a2e0b..a804abb8 100755 --- a/Frameworks/gethamcrest +++ b/Frameworks/gethamcrest @@ -1,5 +1,5 @@ #!/bin/sh -OCH_VERSION=4.1.1 +OCH_VERSION=4.2.0 OCH=OCHamcrest-${OCH_VERSION} OCH_ZIP=${OCH}.zip @@ -7,6 +7,6 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" cd $DIR curl -L https://github.com/hamcrest/OCHamcrest/releases/download/v${OCH_VERSION}/${OCH_ZIP} > ${OCH_ZIP} -rm -rf $OCH +rm -rf ${OCH} unzip ${OCH_ZIP} rm ${OCH_ZIP} diff --git a/Source/OCMockito.xcodeproj/project.pbxproj b/Source/OCMockito.xcodeproj/project.pbxproj index 8652689c..bf58f87e 100644 --- a/Source/OCMockito.xcodeproj/project.pbxproj +++ b/Source/OCMockito.xcodeproj/project.pbxproj @@ -393,8 +393,8 @@ 0827E8701353EAD900C39A57 /* MKTInvocationContainer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MKTInvocationContainer.h; sourceTree = ""; }; 0827E8711353EAD900C39A57 /* MKTInvocationContainer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MKTInvocationContainer.m; sourceTree = ""; }; 085750F8191EB5E6002F6DC0 /* NSInvocation+OCMockitoTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSInvocation+OCMockitoTests.m"; sourceTree = ""; }; - 0859DCD3191F0D1600513490 /* OCHamcrest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OCHamcrest.framework; path = "../Frameworks/OCHamcrest-4.1.1/OCHamcrest.framework"; sourceTree = ""; }; - 0859DCD6191F0D2100513490 /* OCHamcrestIOS.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OCHamcrestIOS.framework; path = "../Frameworks/OCHamcrest-4.1.1/OCHamcrestIOS.framework"; sourceTree = ""; }; + 0859DCD3191F0D1600513490 /* OCHamcrest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OCHamcrest.framework; path = "../Frameworks/OCHamcrest-4.2.0/OCHamcrest.framework"; sourceTree = ""; }; + 0859DCD6191F0D2100513490 /* OCHamcrestIOS.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OCHamcrestIOS.framework; path = "../Frameworks/OCHamcrest-4.2.0/OCHamcrestIOS.framework"; sourceTree = ""; }; 085A8BC6150718E30018EC66 /* MKTProtocolMockTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MKTProtocolMockTests.m; sourceTree = ""; }; 085A8BC915071F7A0018EC66 /* MKTProtocolMock.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MKTProtocolMock.h; sourceTree = ""; }; 085A8BCA15071F7A0018EC66 /* MKTProtocolMock.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MKTProtocolMock.m; sourceTree = ""; }; @@ -1551,7 +1551,7 @@ DEBUG_INFORMATION_FORMAT = dwarf; FRAMEWORK_SEARCH_PATHS = ( "\"$(SRCROOT)\"", - "\"$(SRCROOT)/../Frameworks/OCHamcrest-4.1.1\"", + "\"$(SRCROOT)/../Frameworks/OCHamcrest-4.2.0\"", ); GCC_C_LANGUAGE_STANDARD = gnu99; GCC_GENERATE_TEST_COVERAGE_FILES = YES; @@ -1578,7 +1578,7 @@ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; FRAMEWORK_SEARCH_PATHS = ( "\"$(SRCROOT)\"", - "\"$(SRCROOT)/../Frameworks/OCHamcrest-4.1.1\"", + "\"$(SRCROOT)/../Frameworks/OCHamcrest-4.2.0\"", ); GCC_C_LANGUAGE_STANDARD = gnu99; GCC_PRECOMPILE_PREFIX_HEADER = YES;