|
@@ -8,46 +8,29 @@
|
|
|
|
|
|
|
|
/* Begin PBXBuildFile section */
|
|
/* Begin PBXBuildFile section */
|
|
|
CD0E42491D9B3673002FFED1 /* vector.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CD0E42481D9B3673002FFED1 /* vector.hpp */; };
|
|
CD0E42491D9B3673002FFED1 /* vector.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CD0E42481D9B3673002FFED1 /* vector.hpp */; };
|
|
|
- CD37862D1CFA121C00BE89B2 /* matrix.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CD37862C1CFA121C00BE89B2 /* matrix.hpp */; };
|
|
|
|
|
CD3AC71E1D2C0AF8002B4BB0 /* shape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD3AC71C1D2C0AF8002B4BB0 /* shape.cpp */; };
|
|
CD3AC71E1D2C0AF8002B4BB0 /* shape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD3AC71C1D2C0AF8002B4BB0 /* shape.cpp */; };
|
|
|
CD3AC71F1D2C0AF8002B4BB0 /* shape.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CD3AC71D1D2C0AF8002B4BB0 /* shape.hpp */; };
|
|
CD3AC71F1D2C0AF8002B4BB0 /* shape.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CD3AC71D1D2C0AF8002B4BB0 /* shape.hpp */; };
|
|
|
CD3C808A1D66469400ACC795 /* math_fwd.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CD3AC6FA1D2C0558002B4BB0 /* math_fwd.hpp */; };
|
|
CD3C808A1D66469400ACC795 /* math_fwd.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CD3AC6FA1D2C0558002B4BB0 /* math_fwd.hpp */; };
|
|
|
- CD3C809A1D6654C200ACC795 /* matrix_tc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD3C80981D6654C200ACC795 /* matrix_tc.cpp */; };
|
|
|
|
|
CD3C809F1D675AB100ACC795 /* angle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD3C809D1D675AB100ACC795 /* angle.cpp */; };
|
|
CD3C809F1D675AB100ACC795 /* angle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD3C809D1D675AB100ACC795 /* angle.cpp */; };
|
|
|
CD3C80A01D675AB100ACC795 /* angle.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CD3C809E1D675AB100ACC795 /* angle.hpp */; };
|
|
CD3C80A01D675AB100ACC795 /* angle.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CD3C809E1D675AB100ACC795 /* angle.hpp */; };
|
|
|
- CD3C80B11D67B79B00ACC795 /* libmath.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CD3786181CF9F61100BE89B2 /* libmath.dylib */; };
|
|
|
|
|
- CD3C80B91D6884D700ACC795 /* matrix_helpers.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CD3C80B81D6884D700ACC795 /* matrix_helpers.hpp */; };
|
|
|
|
|
CD3C80BC1D68902300ACC795 /* common.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD3C80BA1D68902300ACC795 /* common.cpp */; };
|
|
CD3C80BC1D68902300ACC795 /* common.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD3C80BA1D68902300ACC795 /* common.cpp */; };
|
|
|
CD3C80BD1D68902300ACC795 /* common.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CD3C80BB1D68902300ACC795 /* common.hpp */; };
|
|
CD3C80BD1D68902300ACC795 /* common.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CD3C80BB1D68902300ACC795 /* common.hpp */; };
|
|
|
|
|
+ CD3DA3DD1D9B3F85001B53A0 /* matrix_helpers.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CD3DA3DB1D9B3F85001B53A0 /* matrix_helpers.hpp */; };
|
|
|
|
|
+ CD3DA3DE1D9B3F85001B53A0 /* matrix.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CD3DA3DC1D9B3F85001B53A0 /* matrix.hpp */; };
|
|
|
/* End PBXBuildFile section */
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
|
|
-/* Begin PBXCopyFilesBuildPhase section */
|
|
|
|
|
- CD3C808F1D6654A400ACC795 /* CopyFiles */ = {
|
|
|
|
|
- isa = PBXCopyFilesBuildPhase;
|
|
|
|
|
- buildActionMask = 2147483647;
|
|
|
|
|
- dstPath = /usr/share/man/man1/;
|
|
|
|
|
- dstSubfolderSpec = 0;
|
|
|
|
|
- files = (
|
|
|
|
|
- );
|
|
|
|
|
- runOnlyForDeploymentPostprocessing = 1;
|
|
|
|
|
- };
|
|
|
|
|
-/* End PBXCopyFilesBuildPhase section */
|
|
|
|
|
-
|
|
|
|
|
/* Begin PBXFileReference section */
|
|
/* Begin PBXFileReference section */
|
|
|
CD0E42481D9B3673002FFED1 /* vector.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = vector.hpp; path = vector/vector.hpp; sourceTree = "<group>"; };
|
|
CD0E42481D9B3673002FFED1 /* vector.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = vector.hpp; path = vector/vector.hpp; sourceTree = "<group>"; };
|
|
|
CD3786181CF9F61100BE89B2 /* libmath.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libmath.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
CD3786181CF9F61100BE89B2 /* libmath.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libmath.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
- CD37862C1CFA121C00BE89B2 /* matrix.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = matrix.hpp; sourceTree = "<group>"; };
|
|
|
|
|
CD3AC6FA1D2C0558002B4BB0 /* math_fwd.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = math_fwd.hpp; sourceTree = "<group>"; };
|
|
CD3AC6FA1D2C0558002B4BB0 /* math_fwd.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = math_fwd.hpp; sourceTree = "<group>"; };
|
|
|
CD3AC71C1D2C0AF8002B4BB0 /* shape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = shape.cpp; sourceTree = "<group>"; };
|
|
CD3AC71C1D2C0AF8002B4BB0 /* shape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = shape.cpp; sourceTree = "<group>"; };
|
|
|
CD3AC71D1D2C0AF8002B4BB0 /* shape.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = shape.hpp; sourceTree = "<group>"; };
|
|
CD3AC71D1D2C0AF8002B4BB0 /* shape.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = shape.hpp; sourceTree = "<group>"; };
|
|
|
- CD3C80911D6654A400ACC795 /* matrix_tc */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = matrix_tc; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
|
|
- CD3C80981D6654C200ACC795 /* matrix_tc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = matrix_tc.cpp; sourceTree = "<group>"; };
|
|
|
|
|
- CD3C80991D6654C200ACC795 /* matrix.t.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = matrix.t.h; sourceTree = "<group>"; };
|
|
|
|
|
CD3C809D1D675AB100ACC795 /* angle.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = angle.cpp; sourceTree = "<group>"; };
|
|
CD3C809D1D675AB100ACC795 /* angle.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = angle.cpp; sourceTree = "<group>"; };
|
|
|
CD3C809E1D675AB100ACC795 /* angle.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = angle.hpp; sourceTree = "<group>"; };
|
|
CD3C809E1D675AB100ACC795 /* angle.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = angle.hpp; sourceTree = "<group>"; };
|
|
|
- CD3C80B81D6884D700ACC795 /* matrix_helpers.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = matrix_helpers.hpp; sourceTree = "<group>"; };
|
|
|
|
|
CD3C80BA1D68902300ACC795 /* common.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = common.cpp; sourceTree = "<group>"; };
|
|
CD3C80BA1D68902300ACC795 /* common.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = common.cpp; sourceTree = "<group>"; };
|
|
|
CD3C80BB1D68902300ACC795 /* common.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = common.hpp; sourceTree = "<group>"; };
|
|
CD3C80BB1D68902300ACC795 /* common.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = common.hpp; sourceTree = "<group>"; };
|
|
|
|
|
+ CD3DA3DB1D9B3F85001B53A0 /* matrix_helpers.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = matrix_helpers.hpp; path = matrix/matrix_helpers.hpp; sourceTree = "<group>"; };
|
|
|
|
|
+ CD3DA3DC1D9B3F85001B53A0 /* matrix.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = matrix.hpp; path = matrix/matrix.hpp; sourceTree = "<group>"; };
|
|
|
/* End PBXFileReference section */
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
@@ -58,14 +41,6 @@
|
|
|
);
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
};
|
|
|
- CD3C808E1D6654A400ACC795 /* Frameworks */ = {
|
|
|
|
|
- isa = PBXFrameworksBuildPhase;
|
|
|
|
|
- buildActionMask = 2147483647;
|
|
|
|
|
- files = (
|
|
|
|
|
- CD3C80B11D67B79B00ACC795 /* libmath.dylib in Frameworks */,
|
|
|
|
|
- );
|
|
|
|
|
- runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
|
- };
|
|
|
|
|
/* End PBXFrameworksBuildPhase section */
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
|
|
|
|
/* Begin PBXGroup section */
|
|
/* Begin PBXGroup section */
|
|
@@ -82,7 +57,6 @@
|
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
children = (
|
|
|
CD3786181CF9F61100BE89B2 /* libmath.dylib */,
|
|
CD3786181CF9F61100BE89B2 /* libmath.dylib */,
|
|
|
- CD3C80911D6654A400ACC795 /* matrix_tc */,
|
|
|
|
|
);
|
|
);
|
|
|
name = Products;
|
|
name = Products;
|
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
@@ -90,10 +64,10 @@
|
|
|
CD3786321CFA304800BE89B2 /* src */ = {
|
|
CD3786321CFA304800BE89B2 /* src */ = {
|
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
children = (
|
|
|
- CD0E42481D9B3673002FFED1 /* vector.hpp */,
|
|
|
|
|
CD3AC6FA1D2C0558002B4BB0 /* math_fwd.hpp */,
|
|
CD3AC6FA1D2C0558002B4BB0 /* math_fwd.hpp */,
|
|
|
- CD37862C1CFA121C00BE89B2 /* matrix.hpp */,
|
|
|
|
|
- CD3C80B81D6884D700ACC795 /* matrix_helpers.hpp */,
|
|
|
|
|
|
|
+ CD0E42481D9B3673002FFED1 /* vector.hpp */,
|
|
|
|
|
+ CD3DA3DB1D9B3F85001B53A0 /* matrix_helpers.hpp */,
|
|
|
|
|
+ CD3DA3DC1D9B3F85001B53A0 /* matrix.hpp */,
|
|
|
CD3AC71C1D2C0AF8002B4BB0 /* shape.cpp */,
|
|
CD3AC71C1D2C0AF8002B4BB0 /* shape.cpp */,
|
|
|
CD3AC71D1D2C0AF8002B4BB0 /* shape.hpp */,
|
|
CD3AC71D1D2C0AF8002B4BB0 /* shape.hpp */,
|
|
|
CD3C809D1D675AB100ACC795 /* angle.cpp */,
|
|
CD3C809D1D675AB100ACC795 /* angle.cpp */,
|
|
@@ -107,8 +81,6 @@
|
|
|
CD3C80791D66440200ACC795 /* test */ = {
|
|
CD3C80791D66440200ACC795 /* test */ = {
|
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
children = (
|
|
|
- CD3C80991D6654C200ACC795 /* matrix.t.h */,
|
|
|
|
|
- CD3C80981D6654C200ACC795 /* matrix_tc.cpp */,
|
|
|
|
|
);
|
|
);
|
|
|
name = test;
|
|
name = test;
|
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
@@ -120,13 +92,13 @@
|
|
|
isa = PBXHeadersBuildPhase;
|
|
isa = PBXHeadersBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
files = (
|
|
|
|
|
+ CD3DA3DE1D9B3F85001B53A0 /* matrix.hpp in Headers */,
|
|
|
CD3AC71F1D2C0AF8002B4BB0 /* shape.hpp in Headers */,
|
|
CD3AC71F1D2C0AF8002B4BB0 /* shape.hpp in Headers */,
|
|
|
- CD37862D1CFA121C00BE89B2 /* matrix.hpp in Headers */,
|
|
|
|
|
CD3C80A01D675AB100ACC795 /* angle.hpp in Headers */,
|
|
CD3C80A01D675AB100ACC795 /* angle.hpp in Headers */,
|
|
|
CD0E42491D9B3673002FFED1 /* vector.hpp in Headers */,
|
|
CD0E42491D9B3673002FFED1 /* vector.hpp in Headers */,
|
|
|
CD3C808A1D66469400ACC795 /* math_fwd.hpp in Headers */,
|
|
CD3C808A1D66469400ACC795 /* math_fwd.hpp in Headers */,
|
|
|
CD3C80BD1D68902300ACC795 /* common.hpp in Headers */,
|
|
CD3C80BD1D68902300ACC795 /* common.hpp in Headers */,
|
|
|
- CD3C80B91D6884D700ACC795 /* matrix_helpers.hpp in Headers */,
|
|
|
|
|
|
|
+ CD3DA3DD1D9B3F85001B53A0 /* matrix_helpers.hpp in Headers */,
|
|
|
);
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
};
|
|
@@ -150,24 +122,6 @@
|
|
|
productReference = CD3786181CF9F61100BE89B2 /* libmath.dylib */;
|
|
productReference = CD3786181CF9F61100BE89B2 /* libmath.dylib */;
|
|
|
productType = "com.apple.product-type.library.dynamic";
|
|
productType = "com.apple.product-type.library.dynamic";
|
|
|
};
|
|
};
|
|
|
- CD3C80901D6654A400ACC795 /* matrix_tc */ = {
|
|
|
|
|
- isa = PBXNativeTarget;
|
|
|
|
|
- buildConfigurationList = CD3C80951D6654A400ACC795 /* Build configuration list for PBXNativeTarget "matrix_tc" */;
|
|
|
|
|
- buildPhases = (
|
|
|
|
|
- CD3C809B1D66556900ACC795 /* ShellScript */,
|
|
|
|
|
- CD3C808D1D6654A400ACC795 /* Sources */,
|
|
|
|
|
- CD3C808E1D6654A400ACC795 /* Frameworks */,
|
|
|
|
|
- CD3C808F1D6654A400ACC795 /* CopyFiles */,
|
|
|
|
|
- );
|
|
|
|
|
- buildRules = (
|
|
|
|
|
- );
|
|
|
|
|
- dependencies = (
|
|
|
|
|
- );
|
|
|
|
|
- name = matrix_tc;
|
|
|
|
|
- productName = matrix_tc;
|
|
|
|
|
- productReference = CD3C80911D6654A400ACC795 /* matrix_tc */;
|
|
|
|
|
- productType = "com.apple.product-type.tool";
|
|
|
|
|
- };
|
|
|
|
|
/* End PBXNativeTarget section */
|
|
/* End PBXNativeTarget section */
|
|
|
|
|
|
|
|
/* Begin PBXProject section */
|
|
/* Begin PBXProject section */
|
|
@@ -180,9 +134,6 @@
|
|
|
CD3786171CF9F61100BE89B2 = {
|
|
CD3786171CF9F61100BE89B2 = {
|
|
|
CreatedOnToolsVersion = 7.2.1;
|
|
CreatedOnToolsVersion = 7.2.1;
|
|
|
};
|
|
};
|
|
|
- CD3C80901D6654A400ACC795 = {
|
|
|
|
|
- CreatedOnToolsVersion = 7.2.1;
|
|
|
|
|
- };
|
|
|
|
|
};
|
|
};
|
|
|
};
|
|
};
|
|
|
buildConfigurationList = CD3786131CF9F61100BE89B2 /* Build configuration list for PBXProject "math" */;
|
|
buildConfigurationList = CD3786131CF9F61100BE89B2 /* Build configuration list for PBXProject "math" */;
|
|
@@ -198,28 +149,10 @@
|
|
|
projectRoot = "";
|
|
projectRoot = "";
|
|
|
targets = (
|
|
targets = (
|
|
|
CD3786171CF9F61100BE89B2 /* math */,
|
|
CD3786171CF9F61100BE89B2 /* math */,
|
|
|
- CD3C80901D6654A400ACC795 /* matrix_tc */,
|
|
|
|
|
);
|
|
);
|
|
|
};
|
|
};
|
|
|
/* End PBXProject section */
|
|
/* End PBXProject section */
|
|
|
|
|
|
|
|
-/* Begin PBXShellScriptBuildPhase section */
|
|
|
|
|
- CD3C809B1D66556900ACC795 /* ShellScript */ = {
|
|
|
|
|
- isa = PBXShellScriptBuildPhase;
|
|
|
|
|
- buildActionMask = 2147483647;
|
|
|
|
|
- files = (
|
|
|
|
|
- );
|
|
|
|
|
- inputPaths = (
|
|
|
|
|
- "$(SRCROOT)/matrix.t.h",
|
|
|
|
|
- );
|
|
|
|
|
- outputPaths = (
|
|
|
|
|
- );
|
|
|
|
|
- runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
|
- shellPath = /bin/sh;
|
|
|
|
|
- shellScript = "cxxtestgen --error-printer -o matrix_tc.cpp matrix.t.h";
|
|
|
|
|
- };
|
|
|
|
|
-/* End PBXShellScriptBuildPhase section */
|
|
|
|
|
-
|
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
|
CD3786141CF9F61100BE89B2 /* Sources */ = {
|
|
CD3786141CF9F61100BE89B2 /* Sources */ = {
|
|
|
isa = PBXSourcesBuildPhase;
|
|
isa = PBXSourcesBuildPhase;
|
|
@@ -231,14 +164,6 @@
|
|
|
);
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
};
|
|
|
- CD3C808D1D6654A400ACC795 /* Sources */ = {
|
|
|
|
|
- isa = PBXSourcesBuildPhase;
|
|
|
|
|
- buildActionMask = 2147483647;
|
|
|
|
|
- files = (
|
|
|
|
|
- CD3C809A1D6654C200ACC795 /* matrix_tc.cpp in Sources */,
|
|
|
|
|
- );
|
|
|
|
|
- runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
|
- };
|
|
|
|
|
/* End PBXSourcesBuildPhase section */
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
/* Begin XCBuildConfiguration section */
|
|
@@ -349,28 +274,6 @@
|
|
|
};
|
|
};
|
|
|
name = Release;
|
|
name = Release;
|
|
|
};
|
|
};
|
|
|
- CD3C80961D6654A400ACC795 /* Debug */ = {
|
|
|
|
|
- isa = XCBuildConfiguration;
|
|
|
|
|
- buildSettings = {
|
|
|
|
|
- GCC_GENERATE_TEST_COVERAGE_FILES = YES;
|
|
|
|
|
- GCC_INSTRUMENT_PROGRAM_FLOW_ARCS = YES;
|
|
|
|
|
- HEADER_SEARCH_PATHS = /usr/local/include;
|
|
|
|
|
- PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
|
|
- USER_HEADER_SEARCH_PATHS = ..;
|
|
|
|
|
- };
|
|
|
|
|
- name = Debug;
|
|
|
|
|
- };
|
|
|
|
|
- CD3C80971D6654A400ACC795 /* Release */ = {
|
|
|
|
|
- isa = XCBuildConfiguration;
|
|
|
|
|
- buildSettings = {
|
|
|
|
|
- GCC_GENERATE_TEST_COVERAGE_FILES = NO;
|
|
|
|
|
- GCC_INSTRUMENT_PROGRAM_FLOW_ARCS = NO;
|
|
|
|
|
- HEADER_SEARCH_PATHS = /usr/local/include;
|
|
|
|
|
- PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
|
|
- USER_HEADER_SEARCH_PATHS = ..;
|
|
|
|
|
- };
|
|
|
|
|
- name = Release;
|
|
|
|
|
- };
|
|
|
|
|
/* End XCBuildConfiguration section */
|
|
/* End XCBuildConfiguration section */
|
|
|
|
|
|
|
|
/* Begin XCConfigurationList section */
|
|
/* Begin XCConfigurationList section */
|
|
@@ -392,15 +295,6 @@
|
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationIsVisible = 0;
|
|
|
defaultConfigurationName = Release;
|
|
defaultConfigurationName = Release;
|
|
|
};
|
|
};
|
|
|
- CD3C80951D6654A400ACC795 /* Build configuration list for PBXNativeTarget "matrix_tc" */ = {
|
|
|
|
|
- isa = XCConfigurationList;
|
|
|
|
|
- buildConfigurations = (
|
|
|
|
|
- CD3C80961D6654A400ACC795 /* Debug */,
|
|
|
|
|
- CD3C80971D6654A400ACC795 /* Release */,
|
|
|
|
|
- );
|
|
|
|
|
- defaultConfigurationIsVisible = 0;
|
|
|
|
|
- defaultConfigurationName = Release;
|
|
|
|
|
- };
|
|
|
|
|
/* End XCConfigurationList section */
|
|
/* End XCConfigurationList section */
|
|
|
};
|
|
};
|
|
|
rootObject = CD3786101CF9F61100BE89B2 /* Project object */;
|
|
rootObject = CD3786101CF9F61100BE89B2 /* Project object */;
|