|
@@ -118,6 +118,7 @@
|
|
|
CD6EBE1C29D5C61700F387C1 /* common.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = common.h; sourceTree = "<group>"; };
|
|
CD6EBE1C29D5C61700F387C1 /* common.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = common.h; sourceTree = "<group>"; };
|
|
|
CD6EBE2329D5CAD900F387C1 /* size.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = size.h; sourceTree = "<group>"; };
|
|
CD6EBE2329D5CAD900F387C1 /* size.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = size.h; sourceTree = "<group>"; };
|
|
|
CD6EBE2629D63B9E00F387C1 /* minmax.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = minmax.h; sourceTree = "<group>"; };
|
|
CD6EBE2629D63B9E00F387C1 /* minmax.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = minmax.h; sourceTree = "<group>"; };
|
|
|
|
|
+ CD94CE1929E1B7EF00AFA3A6 /* sentinel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = sentinel.h; sourceTree = "<group>"; };
|
|
|
CDA37D3929D9BDED000A1F97 /* macro.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = macro.h; sourceTree = "<group>"; };
|
|
CDA37D3929D9BDED000A1F97 /* macro.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = macro.h; sourceTree = "<group>"; };
|
|
|
CDA37D3A29D9BDF2000A1F97 /* undef.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = undef.h; sourceTree = "<group>"; };
|
|
CDA37D3A29D9BDF2000A1F97 /* undef.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = undef.h; sourceTree = "<group>"; };
|
|
|
CDA37D3B29D9C30B000A1F97 /* common_iterator.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = common_iterator.h; sourceTree = "<group>"; };
|
|
CDA37D3B29D9C30B000A1F97 /* common_iterator.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = common_iterator.h; sourceTree = "<group>"; };
|
|
@@ -141,6 +142,7 @@
|
|
|
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>"; };
|
|
|
CDEC1D6E23514BC60091D9F2 /* stream-test.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "stream-test.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
CDEC1D6E23514BC60091D9F2 /* stream-test.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "stream-test.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
CDEC1D7223514BC60091D9F2 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
CDEC1D7223514BC60091D9F2 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
|
|
|
+ CDFB3D1529DFA67F00B8F048 /* interface.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = interface.h; sourceTree = "<group>"; };
|
|
|
/* End PBXFileReference section */
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
@@ -291,6 +293,7 @@
|
|
|
CD5A55AC29DF92D900881E7E /* any_iterator.h */,
|
|
CD5A55AC29DF92D900881E7E /* any_iterator.h */,
|
|
|
CDA37D3B29D9C30B000A1F97 /* common_iterator.h */,
|
|
CDA37D3B29D9C30B000A1F97 /* common_iterator.h */,
|
|
|
CD5A55AB29DF920100881E7E /* iota_iterator.h */,
|
|
CD5A55AB29DF920100881E7E /* iota_iterator.h */,
|
|
|
|
|
+ CD94CE1929E1B7EF00AFA3A6 /* sentinel.h */,
|
|
|
CDA37D3C29D9C311000A1F97 /* transform_iterator.h */,
|
|
CDA37D3C29D9C311000A1F97 /* transform_iterator.h */,
|
|
|
);
|
|
);
|
|
|
path = iterator;
|
|
path = iterator;
|
|
@@ -311,6 +314,7 @@
|
|
|
CD6EBE1C29D5C61700F387C1 /* common.h */,
|
|
CD6EBE1C29D5C61700F387C1 /* common.h */,
|
|
|
CD52827729D4EED6001A84DE /* empty.h */,
|
|
CD52827729D4EED6001A84DE /* empty.h */,
|
|
|
CD5281F529D3B173001A84DE /* filter.h */,
|
|
CD5281F529D3B173001A84DE /* filter.h */,
|
|
|
|
|
+ CDFB3D1529DFA67F00B8F048 /* interface.h */,
|
|
|
CD52827A29D4EFBE001A84DE /* iota.h */,
|
|
CD52827A29D4EFBE001A84DE /* iota.h */,
|
|
|
CD5281EB29D3B173001A84DE /* join.h */,
|
|
CD5281EB29D3B173001A84DE /* join.h */,
|
|
|
CD52828129D5133C001A84DE /* map.h */,
|
|
CD52828129D5133C001A84DE /* map.h */,
|