|
|
@@ -10,7 +10,7 @@
|
|
|
CD2FF9072310BE8500ABA548 /* reflection_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD5535251EEC689700108F81 /* reflection_test.cxx */; };
|
|
|
CD2FF9092310BE9200ABA548 /* GoogleMock.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CD2FF8F32310BE6D00ABA548 /* GoogleMock.framework */; };
|
|
|
CD86DE33289FED0C00647685 /* context_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD86DE32289FED0C00647685 /* context_test.cxx */; };
|
|
|
- CDA8565129A3EFA6007493E8 /* scope.h in Headers */ = {isa = PBXBuildFile; fileRef = CDA8565029A3EFA6007493E8 /* scope.h */; };
|
|
|
+ CDA8565129A3EFA6007493E8 /* property.h in Headers */ = {isa = PBXBuildFile; fileRef = CDA8565029A3EFA6007493E8 /* property.h */; };
|
|
|
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 */; };
|
|
|
CDA956D9287493FE006ACEC2 /* typecast_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CDA956D8287493FE006ACEC2 /* typecast_test.cxx */; };
|
|
|
@@ -54,7 +54,7 @@
|
|
|
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>"; };
|
|
|
- CDA8565029A3EFA6007493E8 /* scope.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = scope.h; sourceTree = "<group>"; };
|
|
|
+ CDA8565029A3EFA6007493E8 /* property.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = property.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>"; };
|
|
|
CDA95610287266CE006ACEC2 /* object.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = object.h; sourceTree = "<group>"; };
|
|
|
@@ -162,7 +162,7 @@
|
|
|
CD86DE2D289F55A100647685 /* context.h */,
|
|
|
CDA9561228726723006ACEC2 /* proxy.h */,
|
|
|
CDA95610287266CE006ACEC2 /* object.h */,
|
|
|
- CDA8565029A3EFA6007493E8 /* scope.h */,
|
|
|
+ CDA8565029A3EFA6007493E8 /* property.h */,
|
|
|
CDA956D32873E1C7006ACEC2 /* typecast.h */,
|
|
|
);
|
|
|
path = reflection;
|
|
|
@@ -176,7 +176,7 @@
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
CDA9561B28726949006ACEC2 /* reflection in Headers */,
|
|
|
- CDA8565129A3EFA6007493E8 /* scope.h in Headers */,
|
|
|
+ CDA8565129A3EFA6007493E8 /* property.h in Headers */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|