|
@@ -60,11 +60,14 @@
|
|
|
CD17473E1D4C1DFD000C344B /* json_binder_discard.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = json_binder_discard.cpp; sourceTree = "<group>"; };
|
|
CD17473E1D4C1DFD000C344B /* json_binder_discard.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = json_binder_discard.cpp; sourceTree = "<group>"; };
|
|
|
CD17473F1D4C1DFD000C344B /* json_binder_discard.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = json_binder_discard.hpp; sourceTree = "<group>"; };
|
|
CD17473F1D4C1DFD000C344B /* json_binder_discard.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = json_binder_discard.hpp; sourceTree = "<group>"; };
|
|
|
CD1747431D4C216B000C344B /* example.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = example.json; sourceTree = "<group>"; };
|
|
CD1747431D4C216B000C344B /* example.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = example.json; sourceTree = "<group>"; };
|
|
|
|
|
+ CD1AD696219E60DC00AB8959 /* json_pointer_binder.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = json_pointer_binder.hpp; sourceTree = "<group>"; };
|
|
|
|
|
+ CD1AD697219E615700AB8959 /* json_polymorphic_binder.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = json_polymorphic_binder.hpp; sourceTree = "<group>"; };
|
|
|
CD217D8F1CCAD587007C50C6 /* json_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = json_test.cpp; sourceTree = "<group>"; };
|
|
CD217D8F1CCAD587007C50C6 /* json_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = json_test.cpp; sourceTree = "<group>"; };
|
|
|
CD217D921CCAD885007C50C6 /* json_common.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = json_common.hpp; sourceTree = "<group>"; };
|
|
CD217D921CCAD885007C50C6 /* json_common.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = json_common.hpp; sourceTree = "<group>"; };
|
|
|
CD2B09881E6374F300D6D23A /* json_binder_terminate.t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = json_binder_terminate.t.h; sourceTree = "<group>"; };
|
|
CD2B09881E6374F300D6D23A /* json_binder_terminate.t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = json_binder_terminate.t.h; sourceTree = "<group>"; };
|
|
|
CD2B098A1E63822100D6D23A /* json_direct_get_binder.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = json_direct_get_binder.hpp; sourceTree = "<group>"; };
|
|
CD2B098A1E63822100D6D23A /* json_direct_get_binder.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = json_direct_get_binder.hpp; sourceTree = "<group>"; };
|
|
|
CD2B098B1E63839A00D6D23A /* json_binder_tuple.t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = json_binder_tuple.t.h; sourceTree = "<group>"; };
|
|
CD2B098B1E63839A00D6D23A /* json_binder_tuple.t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = json_binder_tuple.t.h; sourceTree = "<group>"; };
|
|
|
|
|
+ CD31E1E9219CE85A001C2AF1 /* json_binder_polymorphic.t.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; path = json_binder_polymorphic.t.h; sourceTree = "<group>"; };
|
|
|
CD3C80CF1D6A711000ACC795 /* libjson-direct.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = "libjson-direct.dylib"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
CD3C80CF1D6A711000ACC795 /* libjson-direct.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = "libjson-direct.dylib"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
CD472C751CCC1ABD0084C8D6 /* json_common.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = json_common.cpp; sourceTree = "<group>"; };
|
|
CD472C751CCC1ABD0084C8D6 /* json_common.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = json_common.cpp; sourceTree = "<group>"; };
|
|
|
CD472C791CCC1CD80084C8D6 /* json_tuple_binder.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = json_tuple_binder.hpp; sourceTree = "<group>"; };
|
|
CD472C791CCC1CD80084C8D6 /* json_tuple_binder.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = json_tuple_binder.hpp; sourceTree = "<group>"; };
|
|
@@ -146,6 +149,8 @@
|
|
|
CD472C7B1CCC1DA20084C8D6 /* json_direct_map_binder.hpp */,
|
|
CD472C7B1CCC1DA20084C8D6 /* json_direct_map_binder.hpp */,
|
|
|
CD472C7D1CCC1E120084C8D6 /* json_direct_scalar_binder.hpp */,
|
|
CD472C7D1CCC1E120084C8D6 /* json_direct_scalar_binder.hpp */,
|
|
|
CD472C7C1CCC1DDF0084C8D6 /* json_direct_vector_binder.hpp */,
|
|
CD472C7C1CCC1DDF0084C8D6 /* json_direct_vector_binder.hpp */,
|
|
|
|
|
+ CD1AD696219E60DC00AB8959 /* json_pointer_binder.hpp */,
|
|
|
|
|
+ CD1AD697219E615700AB8959 /* json_polymorphic_binder.hpp */,
|
|
|
);
|
|
);
|
|
|
name = impl;
|
|
name = impl;
|
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
@@ -193,6 +198,7 @@
|
|
|
CDECC7D41E64E6A900BEE842 /* json_binder_collection.t.h */,
|
|
CDECC7D41E64E6A900BEE842 /* json_binder_collection.t.h */,
|
|
|
CD2B09881E6374F300D6D23A /* json_binder_terminate.t.h */,
|
|
CD2B09881E6374F300D6D23A /* json_binder_terminate.t.h */,
|
|
|
CD84C4EB1F68908F002014D3 /* json_binder_custom.t.h */,
|
|
CD84C4EB1F68908F002014D3 /* json_binder_custom.t.h */,
|
|
|
|
|
+ CD31E1E9219CE85A001C2AF1 /* json_binder_polymorphic.t.h */,
|
|
|
CD679D781E6126C700F9F843 /* json_tc.cpp */,
|
|
CD679D781E6126C700F9F843 /* json_tc.cpp */,
|
|
|
);
|
|
);
|
|
|
name = test;
|
|
name = test;
|
|
@@ -417,13 +423,14 @@
|
|
|
"$(SRCROOT)/json_binder_test_bool.t.h",
|
|
"$(SRCROOT)/json_binder_test_bool.t.h",
|
|
|
"$(SRCROOT)/json_binder_object.t.h",
|
|
"$(SRCROOT)/json_binder_object.t.h",
|
|
|
"$(SRCROOT)/json_binder_custom.t.h",
|
|
"$(SRCROOT)/json_binder_custom.t.h",
|
|
|
|
|
+ "$(SRCROOT)/json_binder_polymorphic.t.h",
|
|
|
);
|
|
);
|
|
|
outputPaths = (
|
|
outputPaths = (
|
|
|
"$(SRCDIR)/json_tc.cpp",
|
|
"$(SRCDIR)/json_tc.cpp",
|
|
|
);
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
shellPath = /bin/sh;
|
|
shellPath = /bin/sh;
|
|
|
- shellScript = "cxxtestgen --error-printer -o json_tc.cpp json_binder_value_int.t.h json_binder_value_string.t.h json_binder_value_double.t.h json_binder_terminate.t.h json_binder_tuple.t.h json_binder_collection.t.h json_binder_test_bool.t.h json_binder_object.t.h json_binder_custom.t.h";
|
|
|
|
|
|
|
+ shellScript = "cxxtestgen --error-printer -o json_tc.cpp json_binder_value_int.t.h json_binder_value_string.t.h json_binder_value_double.t.h json_binder_terminate.t.h json_binder_tuple.t.h json_binder_collection.t.h json_binder_test_bool.t.h json_binder_object.t.h json_binder_custom.t.h json_binder_polymorphic.t.h\n";
|
|
|
};
|
|
};
|
|
|
/* End PBXShellScriptBuildPhase section */
|
|
/* End PBXShellScriptBuildPhase section */
|
|
|
|
|
|