|
@@ -9,6 +9,7 @@
|
|
|
/* Begin PBXBuildFile section */
|
|
/* Begin PBXBuildFile section */
|
|
|
CD52820429D3B1AB001A84DE /* stream in Headers */ = {isa = PBXBuildFile; fileRef = CDAA170121A3A738007BBA11 /* stream */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
CD52820429D3B1AB001A84DE /* stream in Headers */ = {isa = PBXBuildFile; fileRef = CDAA170121A3A738007BBA11 /* stream */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
|
CDA37D4029D9D38E000A1F97 /* all_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CDA37D3E29D9D38E000A1F97 /* all_test.cxx */; };
|
|
CDA37D4029D9D38E000A1F97 /* all_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CDA37D3E29D9D38E000A1F97 /* all_test.cxx */; };
|
|
|
|
|
+ CDA54F9E29DA59C4006C0FAA /* common_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CDA54F9D29DA59C4006C0FAA /* common_test.cxx */; };
|
|
|
CDEC1D7623514BEB0091D9F2 /* stream_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD9337281E3CD78B00699FF5 /* stream_test.cxx */; };
|
|
CDEC1D7623514BEB0091D9F2 /* stream_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD9337281E3CD78B00699FF5 /* stream_test.cxx */; };
|
|
|
CDEC1D7923514BF80091D9F2 /* GoogleMock.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CDEC1D6323514BB50091D9F2 /* GoogleMock.framework */; };
|
|
CDEC1D7923514BF80091D9F2 /* GoogleMock.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CDEC1D6323514BB50091D9F2 /* GoogleMock.framework */; };
|
|
|
/* End PBXBuildFile section */
|
|
/* End PBXBuildFile section */
|
|
@@ -110,6 +111,7 @@
|
|
|
CDA37D5029DA22A7000A1F97 /* min.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = min.h; sourceTree = "<group>"; };
|
|
CDA37D5029DA22A7000A1F97 /* min.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = min.h; sourceTree = "<group>"; };
|
|
|
CDA37D5129DA22AA000A1F97 /* max.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = max.h; sourceTree = "<group>"; };
|
|
CDA37D5129DA22AA000A1F97 /* max.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = max.h; sourceTree = "<group>"; };
|
|
|
CDA54F9729DA4BFC006C0FAA /* invoke.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = invoke.h; sourceTree = "<group>"; };
|
|
CDA54F9729DA4BFC006C0FAA /* invoke.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = invoke.h; sourceTree = "<group>"; };
|
|
|
|
|
+ CDA54F9D29DA59C4006C0FAA /* common_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = common_test.cxx; sourceTree = "<group>"; };
|
|
|
CDAA170121A3A738007BBA11 /* stream */ = {isa = PBXFileReference; lastKnownFileType = folder; name = stream; path = include/stream; sourceTree = "<group>"; };
|
|
CDAA170121A3A738007BBA11 /* stream */ = {isa = PBXFileReference; lastKnownFileType = folder; name = stream; path = include/stream; sourceTree = "<group>"; };
|
|
|
CDE8545E24DEBEBF006FE7C7 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
|
|
CDE8545E24DEBEBF006FE7C7 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
|
|
|
CDEC1D5B23514BB50091D9F2 /* GoogleMock.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = GoogleMock.xcodeproj; path = "../../../../gmock-xcode-master/GoogleMock.xcodeproj"; sourceTree = "<group>"; };
|
|
CDEC1D5B23514BB50091D9F2 /* GoogleMock.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = GoogleMock.xcodeproj; path = "../../../../gmock-xcode-master/GoogleMock.xcodeproj"; sourceTree = "<group>"; };
|
|
@@ -216,6 +218,7 @@
|
|
|
CDA37D4429D9D55D000A1F97 /* stream_test.h */,
|
|
CDA37D4429D9D55D000A1F97 /* stream_test.h */,
|
|
|
CD9337281E3CD78B00699FF5 /* stream_test.cxx */,
|
|
CD9337281E3CD78B00699FF5 /* stream_test.cxx */,
|
|
|
CDA37D3E29D9D38E000A1F97 /* all_test.cxx */,
|
|
CDA37D3E29D9D38E000A1F97 /* all_test.cxx */,
|
|
|
|
|
+ CDA54F9D29DA59C4006C0FAA /* common_test.cxx */,
|
|
|
);
|
|
);
|
|
|
path = test;
|
|
path = test;
|
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
@@ -470,6 +473,7 @@
|
|
|
isa = PBXSourcesBuildPhase;
|
|
isa = PBXSourcesBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
files = (
|
|
|
|
|
+ CDA54F9E29DA59C4006C0FAA /* common_test.cxx in Sources */,
|
|
|
CDEC1D7623514BEB0091D9F2 /* stream_test.cxx in Sources */,
|
|
CDEC1D7623514BEB0091D9F2 /* stream_test.cxx in Sources */,
|
|
|
CDA37D4029D9D38E000A1F97 /* all_test.cxx in Sources */,
|
|
CDA37D4029D9D38E000A1F97 /* all_test.cxx in Sources */,
|
|
|
);
|
|
);
|