|
@@ -9,6 +9,7 @@
|
|
|
/* Begin PBXBuildFile section */
|
|
/* Begin PBXBuildFile section */
|
|
|
CD2FF9072310BE8500ABA548 /* reflection_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD5535251EEC689700108F81 /* reflection_test.cxx */; };
|
|
CD2FF9072310BE8500ABA548 /* reflection_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD5535251EEC689700108F81 /* reflection_test.cxx */; };
|
|
|
CD2FF9092310BE9200ABA548 /* GoogleMock.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CD2FF8F32310BE6D00ABA548 /* GoogleMock.framework */; };
|
|
CD2FF9092310BE9200ABA548 /* GoogleMock.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CD2FF8F32310BE6D00ABA548 /* GoogleMock.framework */; };
|
|
|
|
|
+ CD86DE33289FED0C00647685 /* context_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD86DE32289FED0C00647685 /* context_test.cxx */; };
|
|
|
CDA9561B28726949006ACEC2 /* reflection in Headers */ = {isa = PBXBuildFile; fileRef = CDA95611287266E5006ACEC2 /* reflection */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
CDA9561B28726949006ACEC2 /* reflection in Headers */ = {isa = PBXBuildFile; fileRef = CDA95611287266E5006ACEC2 /* reflection */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
|
CDA9561E28731972006ACEC2 /* object_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CDA9561D28731972006ACEC2 /* object_test.cxx */; };
|
|
CDA9561E28731972006ACEC2 /* object_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CDA9561D28731972006ACEC2 /* object_test.cxx */; };
|
|
|
CDA956D9287493FE006ACEC2 /* typecast_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CDA956D8287493FE006ACEC2 /* typecast_test.cxx */; };
|
|
CDA956D9287493FE006ACEC2 /* typecast_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CDA956D8287493FE006ACEC2 /* typecast_test.cxx */; };
|
|
@@ -50,6 +51,8 @@
|
|
|
CD2FF8FE2310BE7C00ABA548 /* reflection-test.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "reflection-test.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
CD2FF8FE2310BE7C00ABA548 /* reflection-test.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "reflection-test.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
CD2FF9032310BE7C00ABA548 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
CD2FF9032310BE7C00ABA548 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
|
CD5535251EEC689700108F81 /* reflection_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = reflection_test.cxx; sourceTree = "<group>"; };
|
|
CD5535251EEC689700108F81 /* reflection_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = reflection_test.cxx; sourceTree = "<group>"; };
|
|
|
|
|
+ CD86DE2D289F55A100647685 /* context.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = context.h; sourceTree = "<group>"; };
|
|
|
|
|
+ CD86DE32289FED0C00647685 /* context_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = context_test.cxx; sourceTree = "<group>"; };
|
|
|
CDA9560A28726665006ACEC2 /* reflection.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = reflection.h; sourceTree = "<group>"; };
|
|
CDA9560A28726665006ACEC2 /* reflection.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = reflection.h; sourceTree = "<group>"; };
|
|
|
CDA9560F287266C9006ACEC2 /* forward.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = forward.h; sourceTree = "<group>"; };
|
|
CDA9560F287266C9006ACEC2 /* forward.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = forward.h; sourceTree = "<group>"; };
|
|
|
CDA95610287266CE006ACEC2 /* object.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = object.h; sourceTree = "<group>"; };
|
|
CDA95610287266CE006ACEC2 /* object.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = object.h; sourceTree = "<group>"; };
|
|
@@ -134,6 +137,7 @@
|
|
|
children = (
|
|
children = (
|
|
|
CD5535251EEC689700108F81 /* reflection_test.cxx */,
|
|
CD5535251EEC689700108F81 /* reflection_test.cxx */,
|
|
|
CDA9561D28731972006ACEC2 /* object_test.cxx */,
|
|
CDA9561D28731972006ACEC2 /* object_test.cxx */,
|
|
|
|
|
+ CD86DE32289FED0C00647685 /* context_test.cxx */,
|
|
|
CDA956D8287493FE006ACEC2 /* typecast_test.cxx */,
|
|
CDA956D8287493FE006ACEC2 /* typecast_test.cxx */,
|
|
|
CDA9561C28726A68006ACEC2 /* xcode_gtest_helper.h */,
|
|
CDA9561C28726A68006ACEC2 /* xcode_gtest_helper.h */,
|
|
|
);
|
|
);
|
|
@@ -153,6 +157,7 @@
|
|
|
children = (
|
|
children = (
|
|
|
CDA9560A28726665006ACEC2 /* reflection.h */,
|
|
CDA9560A28726665006ACEC2 /* reflection.h */,
|
|
|
CDA9560F287266C9006ACEC2 /* forward.h */,
|
|
CDA9560F287266C9006ACEC2 /* forward.h */,
|
|
|
|
|
+ CD86DE2D289F55A100647685 /* context.h */,
|
|
|
CDA9561228726723006ACEC2 /* proxy.h */,
|
|
CDA9561228726723006ACEC2 /* proxy.h */,
|
|
|
CDA95610287266CE006ACEC2 /* object.h */,
|
|
CDA95610287266CE006ACEC2 /* object.h */,
|
|
|
CDA956D32873E1C7006ACEC2 /* typecast.h */,
|
|
CDA956D32873E1C7006ACEC2 /* typecast.h */,
|
|
@@ -299,6 +304,7 @@
|
|
|
buildActionMask = 2147483647;
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
files = (
|
|
|
CDA956D9287493FE006ACEC2 /* typecast_test.cxx in Sources */,
|
|
CDA956D9287493FE006ACEC2 /* typecast_test.cxx in Sources */,
|
|
|
|
|
+ CD86DE33289FED0C00647685 /* context_test.cxx in Sources */,
|
|
|
CDA9561E28731972006ACEC2 /* object_test.cxx in Sources */,
|
|
CDA9561E28731972006ACEC2 /* object_test.cxx in Sources */,
|
|
|
CD2FF9072310BE8500ABA548 /* reflection_test.cxx in Sources */,
|
|
CD2FF9072310BE8500ABA548 /* reflection_test.cxx in Sources */,
|
|
|
);
|
|
);
|