|
|
@@ -54,7 +54,7 @@
|
|
|
/* Begin PBXFileReference section */
|
|
|
CD0C59BD20C4127400454F82 /* GoogleMock.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = GoogleMock.xcodeproj; path = "../../../gmock-xcode-master/GoogleMock.xcodeproj"; sourceTree = "<group>"; };
|
|
|
CD0C59CC20C4128F00454F82 /* matrix_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = matrix_test.cxx; sourceTree = "<group>"; };
|
|
|
- CD0C59D120C412AD00454F82 /* matrix_test.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = matrix_test.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
+ CD0C59D120C412AD00454F82 /* matrix-test.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "matrix-test.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
CD0C59E020C4314B00454F82 /* matrix_helper_test.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = matrix_helper_test.cxx; sourceTree = "<group>"; };
|
|
|
CD10426E24E8756100C0DF2A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
|
CD10426F24E8757B00C0DF2A /* math */ = {isa = PBXFileReference; lastKnownFileType = folder; name = math; path = include/math; sourceTree = "<group>"; };
|
|
|
@@ -89,7 +89,7 @@
|
|
|
CD0C59BD20C4127400454F82 /* GoogleMock.xcodeproj */,
|
|
|
CD10426F24E8757B00C0DF2A /* math */,
|
|
|
CD7820301E44F42B001D22E5 /* test */,
|
|
|
- CD10426D24E8756100C0DF2A /* matrix_test */,
|
|
|
+ CD10426D24E8756100C0DF2A /* matrix-test */,
|
|
|
CD0E427A1D9B38A9002FFED1 /* Products */,
|
|
|
);
|
|
|
sourceTree = "<group>";
|
|
|
@@ -97,17 +97,17 @@
|
|
|
CD0E427A1D9B38A9002FFED1 /* Products */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- CD0C59D120C412AD00454F82 /* matrix_test.xctest */,
|
|
|
+ CD0C59D120C412AD00454F82 /* matrix-test.xctest */,
|
|
|
);
|
|
|
name = Products;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
- CD10426D24E8756100C0DF2A /* matrix_test */ = {
|
|
|
+ CD10426D24E8756100C0DF2A /* matrix-test */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
CD10426E24E8756100C0DF2A /* Info.plist */,
|
|
|
);
|
|
|
- path = matrix_test;
|
|
|
+ path = "matrix-test";
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
CD7820301E44F42B001D22E5 /* test */ = {
|
|
|
@@ -122,9 +122,9 @@
|
|
|
/* End PBXGroup section */
|
|
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
|
- CD0C59D020C412AD00454F82 /* matrix_test */ = {
|
|
|
+ CD0C59D020C412AD00454F82 /* matrix-test */ = {
|
|
|
isa = PBXNativeTarget;
|
|
|
- buildConfigurationList = CD0C59D920C412AD00454F82 /* Build configuration list for PBXNativeTarget "matrix_test" */;
|
|
|
+ buildConfigurationList = CD0C59D920C412AD00454F82 /* Build configuration list for PBXNativeTarget "matrix-test" */;
|
|
|
buildPhases = (
|
|
|
CD0C59CD20C412AD00454F82 /* Sources */,
|
|
|
CD0C59CE20C412AD00454F82 /* Frameworks */,
|
|
|
@@ -135,9 +135,9 @@
|
|
|
dependencies = (
|
|
|
CD0C59DD20C412BF00454F82 /* PBXTargetDependency */,
|
|
|
);
|
|
|
- name = matrix_test;
|
|
|
+ name = "matrix-test";
|
|
|
productName = matrix_test;
|
|
|
- productReference = CD0C59D120C412AD00454F82 /* matrix_test.xctest */;
|
|
|
+ productReference = CD0C59D120C412AD00454F82 /* matrix-test.xctest */;
|
|
|
productType = "com.apple.product-type.bundle.unit-test";
|
|
|
};
|
|
|
/* End PBXNativeTarget section */
|
|
|
@@ -173,7 +173,7 @@
|
|
|
);
|
|
|
projectRoot = "";
|
|
|
targets = (
|
|
|
- CD0C59D020C412AD00454F82 /* matrix_test */,
|
|
|
+ CD0C59D020C412AD00454F82 /* matrix-test */,
|
|
|
);
|
|
|
};
|
|
|
/* End PBXProject section */
|
|
|
@@ -245,7 +245,7 @@
|
|
|
isa = XCBuildConfiguration;
|
|
|
buildSettings = {
|
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
|
- INFOPLIST_FILE = matrix_test/Info.plist;
|
|
|
+ INFOPLIST_FILE = "matrix-test/Info.plist";
|
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.matrix-test";
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
@@ -256,7 +256,7 @@
|
|
|
isa = XCBuildConfiguration;
|
|
|
buildSettings = {
|
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
|
- INFOPLIST_FILE = matrix_test/Info.plist;
|
|
|
+ INFOPLIST_FILE = "matrix-test/Info.plist";
|
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.matrix-test";
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
@@ -371,7 +371,7 @@
|
|
|
/* End XCBuildConfiguration section */
|
|
|
|
|
|
/* Begin XCConfigurationList section */
|
|
|
- CD0C59D920C412AD00454F82 /* Build configuration list for PBXNativeTarget "matrix_test" */ = {
|
|
|
+ CD0C59D920C412AD00454F82 /* Build configuration list for PBXNativeTarget "matrix-test" */ = {
|
|
|
isa = XCConfigurationList;
|
|
|
buildConfigurations = (
|
|
|
CD0C59DA20C412AD00454F82 /* Debug */,
|