Skip to content

Commit

Permalink
Update OCHamcrest to v7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonreid committed Mar 29, 2018
1 parent c3432a5 commit 1d3c5fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Frameworks/gethamcrest
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
OCH_VERSION=7.0.2
OCH_VERSION=7.1.0
OCH=OCHamcrest-${OCH_VERSION}
OCH_ZIP=${OCH}.zip

Expand Down
4 changes: 2 additions & 2 deletions Source/OCMockito.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -929,8 +929,8 @@
08FD4B281509BEA90004E1FA /* MKTBaseMockObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MKTBaseMockObject.h; sourceTree = "<group>"; };
08FD4B291509BEA90004E1FA /* MKTBaseMockObject.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MKTBaseMockObject.m; sourceTree = "<group>"; };
0E1563B41CE7E2A90037EBC8 /* XcodeWarnings.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = XcodeWarnings.xcconfig; sourceTree = "<group>"; };
0E1A0AD11BEE648B0044C5BA /* OCHamcrest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OCHamcrest.framework; path = "../Frameworks/OCHamcrest-7.0.2/OCHamcrest.framework"; sourceTree = "<group>"; };
0E1A0AD41BEE64940044C5BA /* OCHamcrestIOS.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OCHamcrestIOS.framework; path = "../Frameworks/OCHamcrest-7.0.2/OCHamcrestIOS.framework"; sourceTree = "<group>"; };
0E1A0AD11BEE648B0044C5BA /* OCHamcrest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OCHamcrest.framework; path = "../Frameworks/OCHamcrest-7.1.0/OCHamcrest.framework"; sourceTree = "<group>"; };
0E1A0AD41BEE64940044C5BA /* OCHamcrestIOS.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OCHamcrestIOS.framework; path = "../Frameworks/OCHamcrest-7.1.0/OCHamcrestIOS.framework"; sourceTree = "<group>"; };
0E44F6C01C154E690007E1A4 /* MKTMissingInvocationCheckerTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MKTMissingInvocationCheckerTests.m; sourceTree = "<group>"; };
0E5F66321D20392D00D01554 /* ArgumentCaptorTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ArgumentCaptorTests.m; sourceTree = "<group>"; };
0E5F66391D209EBB00D01554 /* StubbingCopyTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = StubbingCopyTests.m; sourceTree = "<group>"; };
Expand Down

0 comments on commit 1d3c5fd

Please sign in to comment.