|
@@ -23,6 +23,8 @@
|
|
|
/* End PBXCopyFilesBuildPhase section */
|
|
/* End PBXCopyFilesBuildPhase section */
|
|
|
|
|
|
|
|
/* Begin PBXFileReference section */
|
|
/* Begin PBXFileReference section */
|
|
|
|
|
+ CD13DDDC1E6CAB0A00554B52 /* indexed_iterator.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = indexed_iterator.hpp; sourceTree = "<group>"; };
|
|
|
|
|
+ CD13DDDD1E6CAB1500554B52 /* indexed_iterator.t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = indexed_iterator.t.h; sourceTree = "<group>"; };
|
|
|
CD21AE1D1E4A3E7900536178 /* iterator_tc */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = iterator_tc; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
CD21AE1D1E4A3E7900536178 /* iterator_tc */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = iterator_tc; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
CD21AE291E4A3EB000536178 /* iterator_tc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = iterator_tc.cpp; sourceTree = "<group>"; };
|
|
CD21AE291E4A3EB000536178 /* iterator_tc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = iterator_tc.cpp; sourceTree = "<group>"; };
|
|
|
CD21AE2A1E4A3EB000536178 /* join_iterator.t.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = join_iterator.t.h; sourceTree = "<group>"; };
|
|
CD21AE2A1E4A3EB000536178 /* join_iterator.t.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = join_iterator.t.h; sourceTree = "<group>"; };
|
|
@@ -78,6 +80,7 @@
|
|
|
CD7172EE1E58C9930048DFFF /* recursive_iterator_mixed_container.t.h */,
|
|
CD7172EE1E58C9930048DFFF /* recursive_iterator_mixed_container.t.h */,
|
|
|
CD679D731E5D19B900F9F843 /* recursive_iterator_accessors.t.h */,
|
|
CD679D731E5D19B900F9F843 /* recursive_iterator_accessors.t.h */,
|
|
|
CD595EE01E5BA3D300FC25BB /* unkeyed_iterator.t.h */,
|
|
CD595EE01E5BA3D300FC25BB /* unkeyed_iterator.t.h */,
|
|
|
|
|
+ CD13DDDD1E6CAB1500554B52 /* indexed_iterator.t.h */,
|
|
|
CD21AE291E4A3EB000536178 /* iterator_tc.cpp */,
|
|
CD21AE291E4A3EB000536178 /* iterator_tc.cpp */,
|
|
|
);
|
|
);
|
|
|
name = test;
|
|
name = test;
|
|
@@ -92,6 +95,7 @@
|
|
|
CD7172E91E57C6580048DFFF /* recursive_iterator.hpp */,
|
|
CD7172E91E57C6580048DFFF /* recursive_iterator.hpp */,
|
|
|
CD679D721E5D127600F9F843 /* recursive_iterator_meta.hpp */,
|
|
CD679D721E5D127600F9F843 /* recursive_iterator_meta.hpp */,
|
|
|
CD595EDF1E5BA27300FC25BB /* unkeyed_iterator.hpp */,
|
|
CD595EDF1E5BA27300FC25BB /* unkeyed_iterator.hpp */,
|
|
|
|
|
+ CD13DDDC1E6CAB0A00554B52 /* indexed_iterator.hpp */,
|
|
|
);
|
|
);
|
|
|
name = src;
|
|
name = src;
|
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
@@ -162,13 +166,14 @@
|
|
|
"$(SRCROOT)/recursive_iterator_mixed_container.t.h",
|
|
"$(SRCROOT)/recursive_iterator_mixed_container.t.h",
|
|
|
"$(SRCROOT)/recursive_iterator_accessors.t.h",
|
|
"$(SRCROOT)/recursive_iterator_accessors.t.h",
|
|
|
"$(SRCROOT)/unkeyed_iterator.t.h",
|
|
"$(SRCROOT)/unkeyed_iterator.t.h",
|
|
|
|
|
+ "$(SRCROOT)/indexed_iterator.t.h",
|
|
|
);
|
|
);
|
|
|
outputPaths = (
|
|
outputPaths = (
|
|
|
"$(SRCROOT)/iterator_tc.cpp",
|
|
"$(SRCROOT)/iterator_tc.cpp",
|
|
|
);
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
shellPath = /bin/sh;
|
|
shellPath = /bin/sh;
|
|
|
- shellScript = "cxxtestgen --error-printer -o iterator_tc.cpp end_aware_iterator.t.h join_iterator.t.h recursive_iterator_one_dimension.t.h recursive_iterator_nested_map.t.h recursive_iterator_mixed_container.t.h recursive_iterator_accessors.t.h unkeyed_iterator.t.h";
|
|
|
|
|
|
|
+ shellScript = "cxxtestgen --error-printer -o iterator_tc.cpp end_aware_iterator.t.h join_iterator.t.h recursive_iterator_one_dimension.t.h recursive_iterator_nested_map.t.h recursive_iterator_mixed_container.t.h recursive_iterator_accessors.t.h unkeyed_iterator.t.h indexed_iterator.t.h";
|
|
|
};
|
|
};
|
|
|
/* End PBXShellScriptBuildPhase section */
|
|
/* End PBXShellScriptBuildPhase section */
|
|
|
|
|
|