Skip to content

Commit

Permalink
Update OCHamcrest to v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonreid committed Sep 12, 2015
1 parent 5fef17b commit 68d98f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Frameworks/gethamcrest
@@ -1,12 +1,12 @@
#!/bin/sh
OCH_VERSION=4.1.1
OCH_VERSION=4.2.0
OCH=OCHamcrest-${OCH_VERSION}
OCH_ZIP=${OCH}.zip

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}
8 changes: 4 additions & 4 deletions Source/OCMockito.xcodeproj/project.pbxproj
Expand Up @@ -393,8 +393,8 @@
0827E8701353EAD900C39A57 /* MKTInvocationContainer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MKTInvocationContainer.h; sourceTree = "<group>"; };
0827E8711353EAD900C39A57 /* MKTInvocationContainer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MKTInvocationContainer.m; sourceTree = "<group>"; };
085750F8191EB5E6002F6DC0 /* NSInvocation+OCMockitoTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSInvocation+OCMockitoTests.m"; sourceTree = "<group>"; };
0859DCD3191F0D1600513490 /* OCHamcrest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OCHamcrest.framework; path = "../Frameworks/OCHamcrest-4.1.1/OCHamcrest.framework"; sourceTree = "<group>"; };
0859DCD6191F0D2100513490 /* OCHamcrestIOS.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OCHamcrestIOS.framework; path = "../Frameworks/OCHamcrest-4.1.1/OCHamcrestIOS.framework"; sourceTree = "<group>"; };
0859DCD3191F0D1600513490 /* OCHamcrest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OCHamcrest.framework; path = "../Frameworks/OCHamcrest-4.2.0/OCHamcrest.framework"; sourceTree = "<group>"; };
0859DCD6191F0D2100513490 /* OCHamcrestIOS.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OCHamcrestIOS.framework; path = "../Frameworks/OCHamcrest-4.2.0/OCHamcrestIOS.framework"; sourceTree = "<group>"; };
085A8BC6150718E30018EC66 /* MKTProtocolMockTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MKTProtocolMockTests.m; sourceTree = "<group>"; };
085A8BC915071F7A0018EC66 /* MKTProtocolMock.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MKTProtocolMock.h; sourceTree = "<group>"; };
085A8BCA15071F7A0018EC66 /* MKTProtocolMock.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MKTProtocolMock.m; sourceTree = "<group>"; };
Expand Down Expand Up @@ -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;
Expand All @@ -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;
Expand Down

0 comments on commit 68d98f7

Please sign in to comment.