|
|
@@ -10,6 +10,37 @@
|
|
|
CD21AE101E4A130500536178 /* bucket_hash_tc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD21AE0E1E4A130500536178 /* bucket_hash_tc.cpp */; };
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
+/* Begin PBXContainerItemProxy section */
|
|
|
+ CDEC1DDB235167880091D9F2 /* PBXContainerItemProxy */ = {
|
|
|
+ isa = PBXContainerItemProxy;
|
|
|
+ containerPortal = CDEC1DD4235167880091D9F2 /* GoogleMock.xcodeproj */;
|
|
|
+ proxyType = 2;
|
|
|
+ remoteGlobalIDString = 05818F861A685AEA0072A469;
|
|
|
+ remoteInfo = GoogleMock;
|
|
|
+ };
|
|
|
+ CDEC1DDD235167880091D9F2 /* PBXContainerItemProxy */ = {
|
|
|
+ isa = PBXContainerItemProxy;
|
|
|
+ containerPortal = CDEC1DD4235167880091D9F2 /* GoogleMock.xcodeproj */;
|
|
|
+ proxyType = 2;
|
|
|
+ remoteGlobalIDString = 05E96ABD1A68600C00204102;
|
|
|
+ remoteInfo = gmock;
|
|
|
+ };
|
|
|
+ CDEC1DDF235167880091D9F2 /* PBXContainerItemProxy */ = {
|
|
|
+ isa = PBXContainerItemProxy;
|
|
|
+ containerPortal = CDEC1DD4235167880091D9F2 /* GoogleMock.xcodeproj */;
|
|
|
+ proxyType = 2;
|
|
|
+ remoteGlobalIDString = 05E96B1F1A68634900204102;
|
|
|
+ remoteInfo = gtest;
|
|
|
+ };
|
|
|
+ CDEC1DE1235167880091D9F2 /* PBXContainerItemProxy */ = {
|
|
|
+ isa = PBXContainerItemProxy;
|
|
|
+ containerPortal = CDEC1DD4235167880091D9F2 /* GoogleMock.xcodeproj */;
|
|
|
+ proxyType = 2;
|
|
|
+ remoteGlobalIDString = 05818F901A685AEA0072A469;
|
|
|
+ remoteInfo = GoogleMockTests;
|
|
|
+ };
|
|
|
+/* End PBXContainerItemProxy section */
|
|
|
+
|
|
|
/* Begin PBXCopyFilesBuildPhase section */
|
|
|
CD21ADFF1E4A128F00536178 /* CopyFiles */ = {
|
|
|
isa = PBXCopyFilesBuildPhase;
|
|
|
@@ -29,6 +60,7 @@
|
|
|
CD21AE111E4A1F2A00536178 /* bucket_hash_map.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = bucket_hash_map.hpp; sourceTree = "<group>"; };
|
|
|
CD7172E61E5685F10048DFFF /* bucket_hash_set.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = bucket_hash_set.hpp; sourceTree = "<group>"; };
|
|
|
CD7172E71E57AEE20048DFFF /* bucket_hash_set.t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = bucket_hash_set.t.h; sourceTree = "<group>"; };
|
|
|
+ CDEC1DD4235167880091D9F2 /* GoogleMock.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = GoogleMock.xcodeproj; path = "../../../gmock-xcode-master/GoogleMock.xcodeproj"; sourceTree = "<group>"; };
|
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
|
@@ -45,6 +77,7 @@
|
|
|
CD21ADF81E4A128F00536178 = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ CDEC1DD4235167880091D9F2 /* GoogleMock.xcodeproj */,
|
|
|
CD21AE0B1E4A12A600536178 /* src */,
|
|
|
CD21AE0C1E4A12AA00536178 /* test */,
|
|
|
CD21AE021E4A128F00536178 /* Products */,
|
|
|
@@ -78,6 +111,17 @@
|
|
|
name = test;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
+ CDEC1DD5235167880091D9F2 /* Products */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ CDEC1DDC235167880091D9F2 /* GoogleMock.framework */,
|
|
|
+ CDEC1DDE235167880091D9F2 /* gmock.framework */,
|
|
|
+ CDEC1DE0235167880091D9F2 /* gtest.framework */,
|
|
|
+ CDEC1DE2235167880091D9F2 /* GoogleMockTests.xctest */,
|
|
|
+ );
|
|
|
+ name = Products;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
/* End PBXGroup section */
|
|
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
|
@@ -105,7 +149,7 @@
|
|
|
CD21ADF91E4A128F00536178 /* Project object */ = {
|
|
|
isa = PBXProject;
|
|
|
attributes = {
|
|
|
- LastUpgradeCheck = 1030;
|
|
|
+ LastUpgradeCheck = 1230;
|
|
|
ORGANIZATIONNAME = "Sam Jaffe";
|
|
|
TargetAttributes = {
|
|
|
CD21AE001E4A128F00536178 = {
|
|
|
@@ -124,6 +168,12 @@
|
|
|
mainGroup = CD21ADF81E4A128F00536178;
|
|
|
productRefGroup = CD21AE021E4A128F00536178 /* Products */;
|
|
|
projectDirPath = "";
|
|
|
+ projectReferences = (
|
|
|
+ {
|
|
|
+ ProductGroup = CDEC1DD5235167880091D9F2 /* Products */;
|
|
|
+ ProjectRef = CDEC1DD4235167880091D9F2 /* GoogleMock.xcodeproj */;
|
|
|
+ },
|
|
|
+ );
|
|
|
projectRoot = "";
|
|
|
targets = (
|
|
|
CD21AE001E4A128F00536178 /* bucket_hash_tc */,
|
|
|
@@ -131,6 +181,37 @@
|
|
|
};
|
|
|
/* End PBXProject section */
|
|
|
|
|
|
+/* Begin PBXReferenceProxy section */
|
|
|
+ CDEC1DDC235167880091D9F2 /* GoogleMock.framework */ = {
|
|
|
+ isa = PBXReferenceProxy;
|
|
|
+ fileType = wrapper.framework;
|
|
|
+ path = GoogleMock.framework;
|
|
|
+ remoteRef = CDEC1DDB235167880091D9F2 /* PBXContainerItemProxy */;
|
|
|
+ sourceTree = BUILT_PRODUCTS_DIR;
|
|
|
+ };
|
|
|
+ CDEC1DDE235167880091D9F2 /* gmock.framework */ = {
|
|
|
+ isa = PBXReferenceProxy;
|
|
|
+ fileType = wrapper.framework;
|
|
|
+ path = gmock.framework;
|
|
|
+ remoteRef = CDEC1DDD235167880091D9F2 /* PBXContainerItemProxy */;
|
|
|
+ sourceTree = BUILT_PRODUCTS_DIR;
|
|
|
+ };
|
|
|
+ CDEC1DE0235167880091D9F2 /* gtest.framework */ = {
|
|
|
+ isa = PBXReferenceProxy;
|
|
|
+ fileType = wrapper.framework;
|
|
|
+ path = gtest.framework;
|
|
|
+ remoteRef = CDEC1DDF235167880091D9F2 /* PBXContainerItemProxy */;
|
|
|
+ sourceTree = BUILT_PRODUCTS_DIR;
|
|
|
+ };
|
|
|
+ CDEC1DE2235167880091D9F2 /* GoogleMockTests.xctest */ = {
|
|
|
+ isa = PBXReferenceProxy;
|
|
|
+ fileType = wrapper.cfbundle;
|
|
|
+ path = GoogleMockTests.xctest;
|
|
|
+ remoteRef = CDEC1DE1235167880091D9F2 /* PBXContainerItemProxy */;
|
|
|
+ sourceTree = BUILT_PRODUCTS_DIR;
|
|
|
+ };
|
|
|
+/* End PBXReferenceProxy section */
|
|
|
+
|
|
|
/* Begin PBXShellScriptBuildPhase section */
|
|
|
CD21AE0D1E4A12CF00536178 /* ShellScript */ = {
|
|
|
isa = PBXShellScriptBuildPhase;
|
|
|
@@ -185,6 +266,7 @@
|
|
|
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
|
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
|
+ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
|
|
|
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
|
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
|
@@ -239,6 +321,7 @@
|
|
|
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
|
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
|
+ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
|
|
|
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
|
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
|
@@ -266,6 +349,7 @@
|
|
|
CD21AE091E4A128F00536178 /* Debug */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
|
buildSettings = {
|
|
|
+ CODE_SIGN_IDENTITY = "-";
|
|
|
HEADER_SEARCH_PATHS = (
|
|
|
/usr/local/include/,
|
|
|
../,
|
|
|
@@ -277,6 +361,7 @@
|
|
|
CD21AE0A1E4A128F00536178 /* Release */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
|
buildSettings = {
|
|
|
+ CODE_SIGN_IDENTITY = "-";
|
|
|
HEADER_SEARCH_PATHS = (
|
|
|
/usr/local/include/,
|
|
|
../,
|