Skip to content
This repository has been archived by the owner on Jan 2, 2020. It is now read-only.

Commit

Permalink
Update to OCHamcrest 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonreid committed Dec 23, 2015
1 parent 3164dc9 commit 40a2b37
Show file tree
Hide file tree
Showing 120 changed files with 2,944 additions and 2,793 deletions.
34 changes: 18 additions & 16 deletions Sample/MockUIAlertViewActionSheetSample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@
objects = {

/* Begin PBXBuildFile section */
0E14BA821C2B008200314F3E /* LICENSE.txt in Resources */ = {isa = PBXBuildFile; fileRef = 0E14BA801C2B008200314F3E /* LICENSE.txt */; };
0E14BA831C2B008200314F3E /* OCHamcrestIOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0E14BA811C2B008200314F3E /* OCHamcrestIOS.framework */; };
0E748F971B6543A000B29AED /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E748F961B6543A000B29AED /* main.m */; };
0E748F9A1B6543A000B29AED /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E748F991B6543A000B29AED /* AppDelegate.m */; };
0E748F9D1B6543A000B29AED /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E748F9C1B6543A000B29AED /* ViewController.m */; };
0E748FA01B6543A000B29AED /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 0E748F9E1B6543A000B29AED /* Main.storyboard */; };
0E748FA21B6543A000B29AED /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 0E748FA11B6543A000B29AED /* Images.xcassets */; };
0E748FBE1B65487700B29AED /* OCHamcrestIOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0E748FBC1B65487700B29AED /* OCHamcrestIOS.framework */; };
0EE234231C2A5F81005CDE32 /* MockUIAlertViewActionSheet.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0EE234201C2A5F29005CDE32 /* MockUIAlertViewActionSheet.framework */; };
609E9B9655FA38A27FF87A2D /* ViewControllerTests-OCHamcrest.m in Sources */ = {isa = PBXBuildFile; fileRef = 609E9314897852939CA75DFB /* ViewControllerTests-OCHamcrest.m */; };
609E9F1E2EC677BB9B797C36 /* ViewControllerTests-PlainXCTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 609E96C55D81BBE28BD81748 /* ViewControllerTests-PlainXCTest.m */; };
Expand Down Expand Up @@ -43,6 +44,8 @@
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
0E14BA801C2B008200314F3E /* LICENSE.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE.txt; sourceTree = "<group>"; };
0E14BA811C2B008200314F3E /* OCHamcrestIOS.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = OCHamcrestIOS.framework; sourceTree = "<group>"; };
0E748F911B6543A000B29AED /* MockUIAlertViewActionSheetSample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MockUIAlertViewActionSheetSample.app; sourceTree = BUILT_PRODUCTS_DIR; };
0E748F951B6543A000B29AED /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
0E748F961B6543A000B29AED /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
Expand All @@ -54,8 +57,6 @@
0E748FA11B6543A000B29AED /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
0E748FAA1B6543A000B29AED /* MockUIAlertViewActionSheetSample.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MockUIAlertViewActionSheetSample.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
0E748FAF1B6543A000B29AED /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
0E748FBB1B65487700B29AED /* LICENSE.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE.txt; sourceTree = "<group>"; };
0E748FBC1B65487700B29AED /* OCHamcrestIOS.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = OCHamcrestIOS.framework; sourceTree = "<group>"; };
0EE2341B1C2A5F29005CDE32 /* MockUIAlertViewActionSheet.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = MockUIAlertViewActionSheet.xcodeproj; path = ../Source/MockUIAlertViewActionSheet.xcodeproj; sourceTree = "<group>"; };
0EF849A61C2A621B00862CC9 /* XcodeWarnings.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = XcodeWarnings.xcconfig; path = ../../Source/XcodeWarnings.xcconfig; sourceTree = "<group>"; };
609E9314897852939CA75DFB /* ViewControllerTests-OCHamcrest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "ViewControllerTests-OCHamcrest.m"; sourceTree = "<group>"; };
Expand All @@ -74,14 +75,23 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
0E14BA831C2B008200314F3E /* OCHamcrestIOS.framework in Frameworks */,
0EE234231C2A5F81005CDE32 /* MockUIAlertViewActionSheet.framework in Frameworks */,
0E748FBE1B65487700B29AED /* OCHamcrestIOS.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
0E14BA7F1C2B008200314F3E /* OCHamcrest-5.1.0 */ = {
isa = PBXGroup;
children = (
0E14BA801C2B008200314F3E /* LICENSE.txt */,
0E14BA811C2B008200314F3E /* OCHamcrestIOS.framework */,
);
path = "OCHamcrest-5.1.0";
sourceTree = "<group>";
};
0E748F881B6543A000B29AED = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -128,7 +138,7 @@
0E748FAD1B6543A000B29AED /* Tests */ = {
isa = PBXGroup;
children = (
0E748FBA1B65487700B29AED /* OCHamcrest-4.1.1 */,
0E14BA7F1C2B008200314F3E /* OCHamcrest-5.1.0 */,
0E748FAE1B6543A000B29AED /* Supporting Files */,
609E9314897852939CA75DFB /* ViewControllerTests-OCHamcrest.m */,
609E96C55D81BBE28BD81748 /* ViewControllerTests-PlainXCTest.m */,
Expand All @@ -144,15 +154,6 @@
name = "Supporting Files";
sourceTree = "<group>";
};
0E748FBA1B65487700B29AED /* OCHamcrest-4.1.1 */ = {
isa = PBXGroup;
children = (
0E748FBB1B65487700B29AED /* LICENSE.txt */,
0E748FBC1B65487700B29AED /* OCHamcrestIOS.framework */,
);
path = "OCHamcrest-4.1.1";
sourceTree = "<group>";
};
0EE2341C1C2A5F29005CDE32 /* Products */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -267,6 +268,7 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
0E14BA821C2B008200314F3E /* LICENSE.txt in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -420,7 +422,7 @@
BUNDLE_LOADER = "$(TEST_HOST)";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"\"$(SRCROOT)/Tests/OCHamcrest-4.1.1\"",
"$(PROJECT_DIR)/Tests/OCHamcrest-5.1.0",
);
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
Expand All @@ -440,7 +442,7 @@
BUNDLE_LOADER = "$(TEST_HOST)";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"\"$(SRCROOT)/Tests/OCHamcrest-4.1.1\"",
"$(PROJECT_DIR)/Tests/OCHamcrest-5.1.0",
);
INFOPLIST_FILE = Tests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 40a2b37

Please sign in to comment.