|
@@ -7,11 +7,10 @@
|
|
|
objects = {
|
|
objects = {
|
|
|
|
|
|
|
|
/* Begin PBXBuildFile section */
|
|
/* Begin PBXBuildFile section */
|
|
|
- CD3786271CF9F67B00BE89B2 /* vector.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CD3786261CF9F67B00BE89B2 /* vector.hpp */; };
|
|
|
|
|
|
|
+ CD0E42491D9B3673002FFED1 /* vector.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CD0E42481D9B3673002FFED1 /* vector.hpp */; };
|
|
|
CD37862D1CFA121C00BE89B2 /* matrix.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CD37862C1CFA121C00BE89B2 /* matrix.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 */; };
|
|
|
- CD3C80881D6645C600ACC795 /* vector_tc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD3C80871D6645C600ACC795 /* vector_tc.cpp */; };
|
|
|
|
|
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 */; };
|
|
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 */; };
|
|
@@ -23,15 +22,6 @@
|
|
|
/* End PBXBuildFile section */
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
|
|
/* Begin PBXCopyFilesBuildPhase section */
|
|
/* Begin PBXCopyFilesBuildPhase section */
|
|
|
- CD3C807E1D6645AB00ACC795 /* CopyFiles */ = {
|
|
|
|
|
- isa = PBXCopyFilesBuildPhase;
|
|
|
|
|
- buildActionMask = 2147483647;
|
|
|
|
|
- dstPath = /usr/share/man/man1/;
|
|
|
|
|
- dstSubfolderSpec = 0;
|
|
|
|
|
- files = (
|
|
|
|
|
- );
|
|
|
|
|
- runOnlyForDeploymentPostprocessing = 1;
|
|
|
|
|
- };
|
|
|
|
|
CD3C808F1D6654A400ACC795 /* CopyFiles */ = {
|
|
CD3C808F1D6654A400ACC795 /* CopyFiles */ = {
|
|
|
isa = PBXCopyFilesBuildPhase;
|
|
isa = PBXCopyFilesBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
buildActionMask = 2147483647;
|
|
@@ -44,15 +34,12 @@
|
|
|
/* End PBXCopyFilesBuildPhase section */
|
|
/* 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>"; };
|
|
|
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; };
|
|
|
- CD3786261CF9F67B00BE89B2 /* vector.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = vector.hpp; sourceTree = "<group>"; };
|
|
|
|
|
CD37862C1CFA121C00BE89B2 /* matrix.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = matrix.hpp; sourceTree = "<group>"; };
|
|
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>"; };
|
|
|
- CD3C807A1D66440A00ACC795 /* vector.t.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vector.t.h; sourceTree = "<group>"; };
|
|
|
|
|
- CD3C80801D6645AB00ACC795 /* vector_tc */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = vector_tc; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
|
|
- CD3C80871D6645C600ACC795 /* vector_tc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vector_tc.cpp; sourceTree = "<group>"; };
|
|
|
|
|
CD3C80911D6654A400ACC795 /* matrix_tc */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = matrix_tc; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
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>"; };
|
|
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>"; };
|
|
CD3C80991D6654C200ACC795 /* matrix.t.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = matrix.t.h; sourceTree = "<group>"; };
|
|
@@ -71,13 +58,6 @@
|
|
|
);
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
};
|
|
|
- CD3C807D1D6645AB00ACC795 /* Frameworks */ = {
|
|
|
|
|
- isa = PBXFrameworksBuildPhase;
|
|
|
|
|
- buildActionMask = 2147483647;
|
|
|
|
|
- files = (
|
|
|
|
|
- );
|
|
|
|
|
- runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
|
- };
|
|
|
|
|
CD3C808E1D6654A400ACC795 /* Frameworks */ = {
|
|
CD3C808E1D6654A400ACC795 /* Frameworks */ = {
|
|
|
isa = PBXFrameworksBuildPhase;
|
|
isa = PBXFrameworksBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
buildActionMask = 2147483647;
|
|
@@ -102,7 +82,6 @@
|
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
children = (
|
|
|
CD3786181CF9F61100BE89B2 /* libmath.dylib */,
|
|
CD3786181CF9F61100BE89B2 /* libmath.dylib */,
|
|
|
- CD3C80801D6645AB00ACC795 /* vector_tc */,
|
|
|
|
|
CD3C80911D6654A400ACC795 /* matrix_tc */,
|
|
CD3C80911D6654A400ACC795 /* matrix_tc */,
|
|
|
);
|
|
);
|
|
|
name = Products;
|
|
name = Products;
|
|
@@ -111,7 +90,7 @@
|
|
|
CD3786321CFA304800BE89B2 /* src */ = {
|
|
CD3786321CFA304800BE89B2 /* src */ = {
|
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
children = (
|
|
|
- CD3786261CF9F67B00BE89B2 /* vector.hpp */,
|
|
|
|
|
|
|
+ CD0E42481D9B3673002FFED1 /* vector.hpp */,
|
|
|
CD3AC6FA1D2C0558002B4BB0 /* math_fwd.hpp */,
|
|
CD3AC6FA1D2C0558002B4BB0 /* math_fwd.hpp */,
|
|
|
CD37862C1CFA121C00BE89B2 /* matrix.hpp */,
|
|
CD37862C1CFA121C00BE89B2 /* matrix.hpp */,
|
|
|
CD3C80B81D6884D700ACC795 /* matrix_helpers.hpp */,
|
|
CD3C80B81D6884D700ACC795 /* matrix_helpers.hpp */,
|
|
@@ -128,9 +107,7 @@
|
|
|
CD3C80791D66440200ACC795 /* test */ = {
|
|
CD3C80791D66440200ACC795 /* test */ = {
|
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
children = (
|
|
|
- CD3C807A1D66440A00ACC795 /* vector.t.h */,
|
|
|
|
|
CD3C80991D6654C200ACC795 /* matrix.t.h */,
|
|
CD3C80991D6654C200ACC795 /* matrix.t.h */,
|
|
|
- CD3C80871D6645C600ACC795 /* vector_tc.cpp */,
|
|
|
|
|
CD3C80981D6654C200ACC795 /* matrix_tc.cpp */,
|
|
CD3C80981D6654C200ACC795 /* matrix_tc.cpp */,
|
|
|
);
|
|
);
|
|
|
name = test;
|
|
name = test;
|
|
@@ -143,10 +120,10 @@
|
|
|
isa = PBXHeadersBuildPhase;
|
|
isa = PBXHeadersBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
files = (
|
|
|
- CD3786271CF9F67B00BE89B2 /* vector.hpp in Headers */,
|
|
|
|
|
CD3AC71F1D2C0AF8002B4BB0 /* shape.hpp in Headers */,
|
|
CD3AC71F1D2C0AF8002B4BB0 /* shape.hpp in Headers */,
|
|
|
CD37862D1CFA121C00BE89B2 /* matrix.hpp in Headers */,
|
|
CD37862D1CFA121C00BE89B2 /* matrix.hpp in Headers */,
|
|
|
CD3C80A01D675AB100ACC795 /* angle.hpp in Headers */,
|
|
CD3C80A01D675AB100ACC795 /* angle.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 */,
|
|
CD3C80B91D6884D700ACC795 /* matrix_helpers.hpp in Headers */,
|
|
@@ -173,24 +150,6 @@
|
|
|
productReference = CD3786181CF9F61100BE89B2 /* libmath.dylib */;
|
|
productReference = CD3786181CF9F61100BE89B2 /* libmath.dylib */;
|
|
|
productType = "com.apple.product-type.library.dynamic";
|
|
productType = "com.apple.product-type.library.dynamic";
|
|
|
};
|
|
};
|
|
|
- CD3C807F1D6645AB00ACC795 /* vector_tc */ = {
|
|
|
|
|
- isa = PBXNativeTarget;
|
|
|
|
|
- buildConfigurationList = CD3C80841D6645AB00ACC795 /* Build configuration list for PBXNativeTarget "vector_tc" */;
|
|
|
|
|
- buildPhases = (
|
|
|
|
|
- CD3C80891D6645ED00ACC795 /* ShellScript */,
|
|
|
|
|
- CD3C807C1D6645AB00ACC795 /* Sources */,
|
|
|
|
|
- CD3C807D1D6645AB00ACC795 /* Frameworks */,
|
|
|
|
|
- CD3C807E1D6645AB00ACC795 /* CopyFiles */,
|
|
|
|
|
- );
|
|
|
|
|
- buildRules = (
|
|
|
|
|
- );
|
|
|
|
|
- dependencies = (
|
|
|
|
|
- );
|
|
|
|
|
- name = vector_tc;
|
|
|
|
|
- productName = vector_tc;
|
|
|
|
|
- productReference = CD3C80801D6645AB00ACC795 /* vector_tc */;
|
|
|
|
|
- productType = "com.apple.product-type.tool";
|
|
|
|
|
- };
|
|
|
|
|
CD3C80901D6654A400ACC795 /* matrix_tc */ = {
|
|
CD3C80901D6654A400ACC795 /* matrix_tc */ = {
|
|
|
isa = PBXNativeTarget;
|
|
isa = PBXNativeTarget;
|
|
|
buildConfigurationList = CD3C80951D6654A400ACC795 /* Build configuration list for PBXNativeTarget "matrix_tc" */;
|
|
buildConfigurationList = CD3C80951D6654A400ACC795 /* Build configuration list for PBXNativeTarget "matrix_tc" */;
|
|
@@ -221,9 +180,6 @@
|
|
|
CD3786171CF9F61100BE89B2 = {
|
|
CD3786171CF9F61100BE89B2 = {
|
|
|
CreatedOnToolsVersion = 7.2.1;
|
|
CreatedOnToolsVersion = 7.2.1;
|
|
|
};
|
|
};
|
|
|
- CD3C807F1D6645AB00ACC795 = {
|
|
|
|
|
- CreatedOnToolsVersion = 7.2.1;
|
|
|
|
|
- };
|
|
|
|
|
CD3C80901D6654A400ACC795 = {
|
|
CD3C80901D6654A400ACC795 = {
|
|
|
CreatedOnToolsVersion = 7.2.1;
|
|
CreatedOnToolsVersion = 7.2.1;
|
|
|
};
|
|
};
|
|
@@ -242,27 +198,12 @@
|
|
|
projectRoot = "";
|
|
projectRoot = "";
|
|
|
targets = (
|
|
targets = (
|
|
|
CD3786171CF9F61100BE89B2 /* math */,
|
|
CD3786171CF9F61100BE89B2 /* math */,
|
|
|
- CD3C807F1D6645AB00ACC795 /* vector_tc */,
|
|
|
|
|
CD3C80901D6654A400ACC795 /* matrix_tc */,
|
|
CD3C80901D6654A400ACC795 /* matrix_tc */,
|
|
|
);
|
|
);
|
|
|
};
|
|
};
|
|
|
/* End PBXProject section */
|
|
/* End PBXProject section */
|
|
|
|
|
|
|
|
/* Begin PBXShellScriptBuildPhase section */
|
|
/* Begin PBXShellScriptBuildPhase section */
|
|
|
- CD3C80891D6645ED00ACC795 /* ShellScript */ = {
|
|
|
|
|
- isa = PBXShellScriptBuildPhase;
|
|
|
|
|
- buildActionMask = 2147483647;
|
|
|
|
|
- files = (
|
|
|
|
|
- );
|
|
|
|
|
- inputPaths = (
|
|
|
|
|
- "$(SRCROOT)/vector.t.h",
|
|
|
|
|
- );
|
|
|
|
|
- outputPaths = (
|
|
|
|
|
- );
|
|
|
|
|
- runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
|
- shellPath = /bin/sh;
|
|
|
|
|
- shellScript = "cxxtestgen --error-printer -o vector_tc.cpp vector.t.h";
|
|
|
|
|
- };
|
|
|
|
|
CD3C809B1D66556900ACC795 /* ShellScript */ = {
|
|
CD3C809B1D66556900ACC795 /* ShellScript */ = {
|
|
|
isa = PBXShellScriptBuildPhase;
|
|
isa = PBXShellScriptBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
buildActionMask = 2147483647;
|
|
@@ -290,14 +231,6 @@
|
|
|
);
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
};
|
|
|
- CD3C807C1D6645AB00ACC795 /* Sources */ = {
|
|
|
|
|
- isa = PBXSourcesBuildPhase;
|
|
|
|
|
- buildActionMask = 2147483647;
|
|
|
|
|
- files = (
|
|
|
|
|
- CD3C80881D6645C600ACC795 /* vector_tc.cpp in Sources */,
|
|
|
|
|
- );
|
|
|
|
|
- runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
|
- };
|
|
|
|
|
CD3C808D1D6654A400ACC795 /* Sources */ = {
|
|
CD3C808D1D6654A400ACC795 /* Sources */ = {
|
|
|
isa = PBXSourcesBuildPhase;
|
|
isa = PBXSourcesBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
buildActionMask = 2147483647;
|
|
@@ -416,26 +349,6 @@
|
|
|
};
|
|
};
|
|
|
name = Release;
|
|
name = Release;
|
|
|
};
|
|
};
|
|
|
- CD3C80851D6645AB00ACC795 /* Debug */ = {
|
|
|
|
|
- isa = XCBuildConfiguration;
|
|
|
|
|
- buildSettings = {
|
|
|
|
|
- HEADER_SEARCH_PATHS = /usr/local/include;
|
|
|
|
|
- PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
|
|
- USER_HEADER_SEARCH_PATHS = ..;
|
|
|
|
|
- };
|
|
|
|
|
- name = Debug;
|
|
|
|
|
- };
|
|
|
|
|
- CD3C80861D6645AB00ACC795 /* Release */ = {
|
|
|
|
|
- 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 = Release;
|
|
|
|
|
- };
|
|
|
|
|
CD3C80961D6654A400ACC795 /* Debug */ = {
|
|
CD3C80961D6654A400ACC795 /* Debug */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
isa = XCBuildConfiguration;
|
|
|
buildSettings = {
|
|
buildSettings = {
|
|
@@ -479,15 +392,6 @@
|
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationIsVisible = 0;
|
|
|
defaultConfigurationName = Release;
|
|
defaultConfigurationName = Release;
|
|
|
};
|
|
};
|
|
|
- CD3C80841D6645AB00ACC795 /* Build configuration list for PBXNativeTarget "vector_tc" */ = {
|
|
|
|
|
- isa = XCConfigurationList;
|
|
|
|
|
- buildConfigurations = (
|
|
|
|
|
- CD3C80851D6645AB00ACC795 /* Debug */,
|
|
|
|
|
- CD3C80861D6645AB00ACC795 /* Release */,
|
|
|
|
|
- );
|
|
|
|
|
- defaultConfigurationIsVisible = 0;
|
|
|
|
|
- defaultConfigurationName = Release;
|
|
|
|
|
- };
|
|
|
|
|
CD3C80951D6654A400ACC795 /* Build configuration list for PBXNativeTarget "matrix_tc" */ = {
|
|
CD3C80951D6654A400ACC795 /* Build configuration list for PBXNativeTarget "matrix_tc" */ = {
|
|
|
isa = XCConfigurationList;
|
|
isa = XCConfigurationList;
|
|
|
buildConfigurations = (
|
|
buildConfigurations = (
|