|
|
@@ -11,8 +11,8 @@
|
|
|
CD70491520C48B8C007C944C /* GoogleMock.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CD7048FB20C48B30007C944C /* GoogleMock.framework */; };
|
|
|
CDE8546724DF5051006FE7C7 /* opaque_typedef in Resources */ = {isa = PBXBuildFile; fileRef = CDE8546624DF5051006FE7C7 /* opaque_typedef */; };
|
|
|
CDE8547324DF80EE006FE7C7 /* opaque_typedef_comparable_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CDE8547224DF80EE006FE7C7 /* opaque_typedef_comparable_test.cxx */; };
|
|
|
- CDE8547524DF8110006FE7C7 /* opaque_typedef_adhoc_arithmatic_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CDE8547424DF8110006FE7C7 /* opaque_typedef_adhoc_arithmatic_test.cxx */; };
|
|
|
- CDE8547724DF8A6A006FE7C7 /* opaque_typedef_arithmatic_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CDE8547624DF8A6A006FE7C7 /* opaque_typedef_arithmatic_test.cxx */; };
|
|
|
+ CDE8547524DF8110006FE7C7 /* opaque_typedef_adhoc_arithmetic_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CDE8547424DF8110006FE7C7 /* opaque_typedef_adhoc_arithmetic_test.cxx */; };
|
|
|
+ CDE8547724DF8A6A006FE7C7 /* opaque_typedef_arithmetic_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CDE8547624DF8A6A006FE7C7 /* opaque_typedef_arithmetic_test.cxx */; };
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
|
@@ -60,8 +60,8 @@
|
|
|
CD70490B20C48B75007C944C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
|
CDE8546624DF5051006FE7C7 /* opaque_typedef */ = {isa = PBXFileReference; lastKnownFileType = folder; name = opaque_typedef; path = include/opaque_typedef; sourceTree = "<group>"; };
|
|
|
CDE8547224DF80EE006FE7C7 /* opaque_typedef_comparable_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = opaque_typedef_comparable_test.cxx; sourceTree = "<group>"; };
|
|
|
- CDE8547424DF8110006FE7C7 /* opaque_typedef_adhoc_arithmatic_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = opaque_typedef_adhoc_arithmatic_test.cxx; sourceTree = "<group>"; };
|
|
|
- CDE8547624DF8A6A006FE7C7 /* opaque_typedef_arithmatic_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = opaque_typedef_arithmatic_test.cxx; sourceTree = "<group>"; };
|
|
|
+ CDE8547424DF8110006FE7C7 /* opaque_typedef_adhoc_arithmetic_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = opaque_typedef_adhoc_arithmetic_test.cxx; sourceTree = "<group>"; };
|
|
|
+ CDE8547624DF8A6A006FE7C7 /* opaque_typedef_arithmetic_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = opaque_typedef_arithmetic_test.cxx; sourceTree = "<group>"; };
|
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
|
@@ -100,8 +100,8 @@
|
|
|
children = (
|
|
|
CD7048F020C48AE4007C944C /* opaque_typedef_conversion_test.cxx */,
|
|
|
CDE8547224DF80EE006FE7C7 /* opaque_typedef_comparable_test.cxx */,
|
|
|
- CDE8547424DF8110006FE7C7 /* opaque_typedef_adhoc_arithmatic_test.cxx */,
|
|
|
- CDE8547624DF8A6A006FE7C7 /* opaque_typedef_arithmatic_test.cxx */,
|
|
|
+ CDE8547424DF8110006FE7C7 /* opaque_typedef_adhoc_arithmetic_test.cxx */,
|
|
|
+ CDE8547624DF8A6A006FE7C7 /* opaque_typedef_arithmetic_test.cxx */,
|
|
|
);
|
|
|
path = test;
|
|
|
sourceTree = "<group>";
|
|
|
@@ -231,9 +231,9 @@
|
|
|
isa = PBXSourcesBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
- CDE8547524DF8110006FE7C7 /* opaque_typedef_adhoc_arithmatic_test.cxx in Sources */,
|
|
|
+ CDE8547524DF8110006FE7C7 /* opaque_typedef_adhoc_arithmetic_test.cxx in Sources */,
|
|
|
CDE8547324DF80EE006FE7C7 /* opaque_typedef_comparable_test.cxx in Sources */,
|
|
|
- CDE8547724DF8A6A006FE7C7 /* opaque_typedef_arithmatic_test.cxx in Sources */,
|
|
|
+ CDE8547724DF8A6A006FE7C7 /* opaque_typedef_arithmetic_test.cxx in Sources */,
|
|
|
CD70491220C48B7C007C944C /* opaque_typedef_conversion_test.cxx in Sources */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|