|
|
@@ -7,43 +7,105 @@
|
|
|
objects = {
|
|
|
|
|
|
/* Begin PBXBuildFile section */
|
|
|
- CD0E428F1D9B39B1002FFED1 /* matrix_tc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD0E428C1D9B394E002FFED1 /* matrix_tc.cpp */; };
|
|
|
+ CD0C59BA20C4124700454F82 /* matrix_dummy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD0C59B920C4124700454F82 /* matrix_dummy.cpp */; };
|
|
|
+ CD0C59BB20C4124D00454F82 /* matrix.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CD0E428D1D9B3955002FFED1 /* matrix.hpp */; };
|
|
|
+ CD0C59BC20C4124D00454F82 /* matrix_helpers.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CD0E428E1D9B3955002FFED1 /* matrix_helpers.hpp */; };
|
|
|
+ CD0C59D620C412AD00454F82 /* libmatrix.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CD0C59B520C4123700454F82 /* libmatrix.dylib */; };
|
|
|
+ CD0C59DE20C412C400454F82 /* GoogleMock.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CD0C59C520C4127400454F82 /* GoogleMock.framework */; };
|
|
|
+ CD0C59DF20C412C800454F82 /* matrix_test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD0C59CC20C4128F00454F82 /* matrix_test.cpp */; };
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
-/* Begin PBXCopyFilesBuildPhase section */
|
|
|
- CD0E42771D9B38A9002FFED1 /* CopyFiles */ = {
|
|
|
- isa = PBXCopyFilesBuildPhase;
|
|
|
- buildActionMask = 2147483647;
|
|
|
- dstPath = /usr/share/man/man1/;
|
|
|
- dstSubfolderSpec = 0;
|
|
|
- files = (
|
|
|
- );
|
|
|
- runOnlyForDeploymentPostprocessing = 1;
|
|
|
+/* Begin PBXContainerItemProxy section */
|
|
|
+ CD0C59C420C4127400454F82 /* PBXContainerItemProxy */ = {
|
|
|
+ isa = PBXContainerItemProxy;
|
|
|
+ containerPortal = CD0C59BD20C4127400454F82 /* GoogleMock.xcodeproj */;
|
|
|
+ proxyType = 2;
|
|
|
+ remoteGlobalIDString = 05818F861A685AEA0072A469;
|
|
|
+ remoteInfo = GoogleMock;
|
|
|
+ };
|
|
|
+ CD0C59C620C4127400454F82 /* PBXContainerItemProxy */ = {
|
|
|
+ isa = PBXContainerItemProxy;
|
|
|
+ containerPortal = CD0C59BD20C4127400454F82 /* GoogleMock.xcodeproj */;
|
|
|
+ proxyType = 2;
|
|
|
+ remoteGlobalIDString = 05E96ABD1A68600C00204102;
|
|
|
+ remoteInfo = gmock;
|
|
|
+ };
|
|
|
+ CD0C59C820C4127400454F82 /* PBXContainerItemProxy */ = {
|
|
|
+ isa = PBXContainerItemProxy;
|
|
|
+ containerPortal = CD0C59BD20C4127400454F82 /* GoogleMock.xcodeproj */;
|
|
|
+ proxyType = 2;
|
|
|
+ remoteGlobalIDString = 05E96B1F1A68634900204102;
|
|
|
+ remoteInfo = gtest;
|
|
|
+ };
|
|
|
+ CD0C59CA20C4127400454F82 /* PBXContainerItemProxy */ = {
|
|
|
+ isa = PBXContainerItemProxy;
|
|
|
+ containerPortal = CD0C59BD20C4127400454F82 /* GoogleMock.xcodeproj */;
|
|
|
+ proxyType = 2;
|
|
|
+ remoteGlobalIDString = 05818F901A685AEA0072A469;
|
|
|
+ remoteInfo = GoogleMockTests;
|
|
|
+ };
|
|
|
+ CD0C59D720C412AD00454F82 /* PBXContainerItemProxy */ = {
|
|
|
+ isa = PBXContainerItemProxy;
|
|
|
+ containerPortal = CD0E42711D9B38A9002FFED1 /* Project object */;
|
|
|
+ proxyType = 1;
|
|
|
+ remoteGlobalIDString = CD0C59B420C4123700454F82;
|
|
|
+ remoteInfo = matrix;
|
|
|
};
|
|
|
-/* End PBXCopyFilesBuildPhase section */
|
|
|
+ CD0C59DC20C412BF00454F82 /* PBXContainerItemProxy */ = {
|
|
|
+ isa = PBXContainerItemProxy;
|
|
|
+ containerPortal = CD0C59BD20C4127400454F82 /* GoogleMock.xcodeproj */;
|
|
|
+ proxyType = 1;
|
|
|
+ remoteGlobalIDString = 05818F851A685AEA0072A469;
|
|
|
+ remoteInfo = GoogleMock;
|
|
|
+ };
|
|
|
+/* End PBXContainerItemProxy section */
|
|
|
|
|
|
/* Begin PBXFileReference section */
|
|
|
- CD0E42791D9B38A9002FFED1 /* matrix_tc */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = matrix_tc; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
- CD0E428B1D9B3943002FFED1 /* matrix.t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = matrix.t.h; sourceTree = "<group>"; };
|
|
|
- CD0E428C1D9B394E002FFED1 /* matrix_tc.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = matrix_tc.cpp; sourceTree = "<group>"; };
|
|
|
+ CD0C59B520C4123700454F82 /* libmatrix.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libmatrix.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
+ CD0C59B920C4124700454F82 /* matrix_dummy.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = matrix_dummy.cpp; sourceTree = "<group>"; };
|
|
|
+ CD0C59BD20C4127400454F82 /* GoogleMock.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = GoogleMock.xcodeproj; path = "../../../gmock-xcode-master/GoogleMock.xcodeproj"; sourceTree = "<group>"; };
|
|
|
+ CD0C59CC20C4128F00454F82 /* matrix_test.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = matrix_test.cpp; sourceTree = "<group>"; };
|
|
|
+ CD0C59D120C412AD00454F82 /* matrix_test.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = matrix_test.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
+ CD0C59D520C412AD00454F82 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = matrix_test/Info.plist; sourceTree = "<group>"; };
|
|
|
CD0E428D1D9B3955002FFED1 /* matrix.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = matrix.hpp; sourceTree = "<group>"; };
|
|
|
CD0E428E1D9B3955002FFED1 /* matrix_helpers.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = matrix_helpers.hpp; sourceTree = "<group>"; };
|
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
|
- CD0E42761D9B38A9002FFED1 /* Frameworks */ = {
|
|
|
+ CD0C59B220C4123700454F82 /* Frameworks */ = {
|
|
|
+ isa = PBXFrameworksBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ files = (
|
|
|
+ );
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ };
|
|
|
+ CD0C59CE20C412AD00454F82 /* Frameworks */ = {
|
|
|
isa = PBXFrameworksBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
+ CD0C59DE20C412C400454F82 /* GoogleMock.framework in Frameworks */,
|
|
|
+ CD0C59D620C412AD00454F82 /* libmatrix.dylib in Frameworks */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
|
|
/* Begin PBXGroup section */
|
|
|
+ CD0C59BE20C4127400454F82 /* Products */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ CD0C59C520C4127400454F82 /* GoogleMock.framework */,
|
|
|
+ CD0C59C720C4127400454F82 /* gmock.framework */,
|
|
|
+ CD0C59C920C4127400454F82 /* gtest.framework */,
|
|
|
+ CD0C59CB20C4127400454F82 /* GoogleMockTests.xctest */,
|
|
|
+ );
|
|
|
+ name = Products;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
CD0E42701D9B38A9002FFED1 = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ CD0C59BD20C4127400454F82 /* GoogleMock.xcodeproj */,
|
|
|
CD78202F1E44F424001D22E5 /* src */,
|
|
|
CD7820301E44F42B001D22E5 /* test */,
|
|
|
CD0E427A1D9B38A9002FFED1 /* Products */,
|
|
|
@@ -53,7 +115,8 @@
|
|
|
CD0E427A1D9B38A9002FFED1 /* Products */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- CD0E42791D9B38A9002FFED1 /* matrix_tc */,
|
|
|
+ CD0C59B520C4123700454F82 /* libmatrix.dylib */,
|
|
|
+ CD0C59D120C412AD00454F82 /* matrix_test.xctest */,
|
|
|
);
|
|
|
name = Products;
|
|
|
sourceTree = "<group>";
|
|
|
@@ -63,6 +126,7 @@
|
|
|
children = (
|
|
|
CD0E428D1D9B3955002FFED1 /* matrix.hpp */,
|
|
|
CD0E428E1D9B3955002FFED1 /* matrix_helpers.hpp */,
|
|
|
+ CD0C59B920C4124700454F82 /* matrix_dummy.cpp */,
|
|
|
);
|
|
|
name = src;
|
|
|
sourceTree = "<group>";
|
|
|
@@ -70,32 +134,62 @@
|
|
|
CD7820301E44F42B001D22E5 /* test */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- CD0E428B1D9B3943002FFED1 /* matrix.t.h */,
|
|
|
- CD0E428C1D9B394E002FFED1 /* matrix_tc.cpp */,
|
|
|
+ CD0C59D520C412AD00454F82 /* Info.plist */,
|
|
|
+ CD0C59CC20C4128F00454F82 /* matrix_test.cpp */,
|
|
|
);
|
|
|
name = test;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
/* End PBXGroup section */
|
|
|
|
|
|
+/* Begin PBXHeadersBuildPhase section */
|
|
|
+ CD0C59B320C4123700454F82 /* Headers */ = {
|
|
|
+ isa = PBXHeadersBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ files = (
|
|
|
+ CD0C59BB20C4124D00454F82 /* matrix.hpp in Headers */,
|
|
|
+ CD0C59BC20C4124D00454F82 /* matrix_helpers.hpp in Headers */,
|
|
|
+ );
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ };
|
|
|
+/* End PBXHeadersBuildPhase section */
|
|
|
+
|
|
|
/* Begin PBXNativeTarget section */
|
|
|
- CD0E42781D9B38A9002FFED1 /* matrix_tc */ = {
|
|
|
+ CD0C59B420C4123700454F82 /* matrix */ = {
|
|
|
isa = PBXNativeTarget;
|
|
|
- buildConfigurationList = CD0E42801D9B38A9002FFED1 /* Build configuration list for PBXNativeTarget "matrix_tc" */;
|
|
|
+ buildConfigurationList = CD0C59B820C4123800454F82 /* Build configuration list for PBXNativeTarget "matrix" */;
|
|
|
buildPhases = (
|
|
|
- CD0E42901D9B39BC002FFED1 /* Run Script */,
|
|
|
- CD0E42751D9B38A9002FFED1 /* Sources */,
|
|
|
- CD0E42761D9B38A9002FFED1 /* Frameworks */,
|
|
|
- CD0E42771D9B38A9002FFED1 /* CopyFiles */,
|
|
|
+ CD0C59B120C4123700454F82 /* Sources */,
|
|
|
+ CD0C59B220C4123700454F82 /* Frameworks */,
|
|
|
+ CD0C59B320C4123700454F82 /* Headers */,
|
|
|
);
|
|
|
buildRules = (
|
|
|
);
|
|
|
dependencies = (
|
|
|
);
|
|
|
- name = matrix_tc;
|
|
|
+ name = matrix;
|
|
|
productName = matrix;
|
|
|
- productReference = CD0E42791D9B38A9002FFED1 /* matrix_tc */;
|
|
|
- productType = "com.apple.product-type.tool";
|
|
|
+ productReference = CD0C59B520C4123700454F82 /* libmatrix.dylib */;
|
|
|
+ productType = "com.apple.product-type.library.dynamic";
|
|
|
+ };
|
|
|
+ CD0C59D020C412AD00454F82 /* matrix_test */ = {
|
|
|
+ isa = PBXNativeTarget;
|
|
|
+ buildConfigurationList = CD0C59D920C412AD00454F82 /* Build configuration list for PBXNativeTarget "matrix_test" */;
|
|
|
+ buildPhases = (
|
|
|
+ CD0C59CD20C412AD00454F82 /* Sources */,
|
|
|
+ CD0C59CE20C412AD00454F82 /* Frameworks */,
|
|
|
+ CD0C59CF20C412AD00454F82 /* Resources */,
|
|
|
+ );
|
|
|
+ buildRules = (
|
|
|
+ );
|
|
|
+ dependencies = (
|
|
|
+ CD0C59DD20C412BF00454F82 /* PBXTargetDependency */,
|
|
|
+ CD0C59D820C412AD00454F82 /* PBXTargetDependency */,
|
|
|
+ );
|
|
|
+ name = matrix_test;
|
|
|
+ productName = matrix_test;
|
|
|
+ productReference = CD0C59D120C412AD00454F82 /* matrix_test.xctest */;
|
|
|
+ productType = "com.apple.product-type.bundle.unit-test";
|
|
|
};
|
|
|
/* End PBXNativeTarget section */
|
|
|
|
|
|
@@ -106,7 +200,10 @@
|
|
|
LastUpgradeCheck = 0720;
|
|
|
ORGANIZATIONNAME = "Sam Jaffe";
|
|
|
TargetAttributes = {
|
|
|
- CD0E42781D9B38A9002FFED1 = {
|
|
|
+ CD0C59B420C4123700454F82 = {
|
|
|
+ CreatedOnToolsVersion = 7.2.1;
|
|
|
+ };
|
|
|
+ CD0C59D020C412AD00454F82 = {
|
|
|
CreatedOnToolsVersion = 7.2.1;
|
|
|
};
|
|
|
};
|
|
|
@@ -121,44 +218,136 @@
|
|
|
mainGroup = CD0E42701D9B38A9002FFED1;
|
|
|
productRefGroup = CD0E427A1D9B38A9002FFED1 /* Products */;
|
|
|
projectDirPath = "";
|
|
|
+ projectReferences = (
|
|
|
+ {
|
|
|
+ ProductGroup = CD0C59BE20C4127400454F82 /* Products */;
|
|
|
+ ProjectRef = CD0C59BD20C4127400454F82 /* GoogleMock.xcodeproj */;
|
|
|
+ },
|
|
|
+ );
|
|
|
projectRoot = "";
|
|
|
targets = (
|
|
|
- CD0E42781D9B38A9002FFED1 /* matrix_tc */,
|
|
|
+ CD0C59B420C4123700454F82 /* matrix */,
|
|
|
+ CD0C59D020C412AD00454F82 /* matrix_test */,
|
|
|
);
|
|
|
};
|
|
|
/* End PBXProject section */
|
|
|
|
|
|
-/* Begin PBXShellScriptBuildPhase section */
|
|
|
- CD0E42901D9B39BC002FFED1 /* Run Script */ = {
|
|
|
- isa = PBXShellScriptBuildPhase;
|
|
|
+/* Begin PBXReferenceProxy section */
|
|
|
+ CD0C59C520C4127400454F82 /* GoogleMock.framework */ = {
|
|
|
+ isa = PBXReferenceProxy;
|
|
|
+ fileType = wrapper.framework;
|
|
|
+ path = GoogleMock.framework;
|
|
|
+ remoteRef = CD0C59C420C4127400454F82 /* PBXContainerItemProxy */;
|
|
|
+ sourceTree = BUILT_PRODUCTS_DIR;
|
|
|
+ };
|
|
|
+ CD0C59C720C4127400454F82 /* gmock.framework */ = {
|
|
|
+ isa = PBXReferenceProxy;
|
|
|
+ fileType = wrapper.framework;
|
|
|
+ path = gmock.framework;
|
|
|
+ remoteRef = CD0C59C620C4127400454F82 /* PBXContainerItemProxy */;
|
|
|
+ sourceTree = BUILT_PRODUCTS_DIR;
|
|
|
+ };
|
|
|
+ CD0C59C920C4127400454F82 /* gtest.framework */ = {
|
|
|
+ isa = PBXReferenceProxy;
|
|
|
+ fileType = wrapper.framework;
|
|
|
+ path = gtest.framework;
|
|
|
+ remoteRef = CD0C59C820C4127400454F82 /* PBXContainerItemProxy */;
|
|
|
+ sourceTree = BUILT_PRODUCTS_DIR;
|
|
|
+ };
|
|
|
+ CD0C59CB20C4127400454F82 /* GoogleMockTests.xctest */ = {
|
|
|
+ isa = PBXReferenceProxy;
|
|
|
+ fileType = wrapper.cfbundle;
|
|
|
+ path = GoogleMockTests.xctest;
|
|
|
+ remoteRef = CD0C59CA20C4127400454F82 /* PBXContainerItemProxy */;
|
|
|
+ sourceTree = BUILT_PRODUCTS_DIR;
|
|
|
+ };
|
|
|
+/* End PBXReferenceProxy section */
|
|
|
+
|
|
|
+/* Begin PBXResourcesBuildPhase section */
|
|
|
+ CD0C59CF20C412AD00454F82 /* Resources */ = {
|
|
|
+ isa = PBXResourcesBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
);
|
|
|
- inputPaths = (
|
|
|
- "$(SRCROOT)/matrix.t.h",
|
|
|
- );
|
|
|
- name = "Run Script";
|
|
|
- outputPaths = (
|
|
|
- "$(DERIVED_FILE_DIR)/matrix_tc.cpp",
|
|
|
- );
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
- shellPath = /bin/sh;
|
|
|
- shellScript = "cxxtestgen --error-printer -o matrix_tc.cpp matrix.t.h";
|
|
|
};
|
|
|
-/* End PBXShellScriptBuildPhase section */
|
|
|
+/* End PBXResourcesBuildPhase section */
|
|
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
|
- CD0E42751D9B38A9002FFED1 /* Sources */ = {
|
|
|
+ CD0C59B120C4123700454F82 /* Sources */ = {
|
|
|
+ isa = PBXSourcesBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ files = (
|
|
|
+ CD0C59BA20C4124700454F82 /* matrix_dummy.cpp in Sources */,
|
|
|
+ );
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ };
|
|
|
+ CD0C59CD20C412AD00454F82 /* Sources */ = {
|
|
|
isa = PBXSourcesBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
- CD0E428F1D9B39B1002FFED1 /* matrix_tc.cpp in Sources */,
|
|
|
+ CD0C59DF20C412C800454F82 /* matrix_test.cpp in Sources */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
|
|
+/* Begin PBXTargetDependency section */
|
|
|
+ CD0C59D820C412AD00454F82 /* PBXTargetDependency */ = {
|
|
|
+ isa = PBXTargetDependency;
|
|
|
+ target = CD0C59B420C4123700454F82 /* matrix */;
|
|
|
+ targetProxy = CD0C59D720C412AD00454F82 /* PBXContainerItemProxy */;
|
|
|
+ };
|
|
|
+ CD0C59DD20C412BF00454F82 /* PBXTargetDependency */ = {
|
|
|
+ isa = PBXTargetDependency;
|
|
|
+ name = GoogleMock;
|
|
|
+ targetProxy = CD0C59DC20C412BF00454F82 /* PBXContainerItemProxy */;
|
|
|
+ };
|
|
|
+/* End PBXTargetDependency section */
|
|
|
+
|
|
|
/* Begin XCBuildConfiguration section */
|
|
|
+ CD0C59B620C4123800454F82 /* Debug */ = {
|
|
|
+ isa = XCBuildConfiguration;
|
|
|
+ buildSettings = {
|
|
|
+ DYLIB_COMPATIBILITY_VERSION = 1;
|
|
|
+ DYLIB_CURRENT_VERSION = 1;
|
|
|
+ EXECUTABLE_PREFIX = lib;
|
|
|
+ PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
+ };
|
|
|
+ name = Debug;
|
|
|
+ };
|
|
|
+ CD0C59B720C4123800454F82 /* Release */ = {
|
|
|
+ isa = XCBuildConfiguration;
|
|
|
+ buildSettings = {
|
|
|
+ DYLIB_COMPATIBILITY_VERSION = 1;
|
|
|
+ DYLIB_CURRENT_VERSION = 1;
|
|
|
+ EXECUTABLE_PREFIX = lib;
|
|
|
+ PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
+ };
|
|
|
+ name = Release;
|
|
|
+ };
|
|
|
+ CD0C59DA20C412AD00454F82 /* Debug */ = {
|
|
|
+ isa = XCBuildConfiguration;
|
|
|
+ buildSettings = {
|
|
|
+ COMBINE_HIDPI_IMAGES = YES;
|
|
|
+ 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)";
|
|
|
+ };
|
|
|
+ name = Debug;
|
|
|
+ };
|
|
|
+ CD0C59DB20C412AD00454F82 /* Release */ = {
|
|
|
+ isa = XCBuildConfiguration;
|
|
|
+ buildSettings = {
|
|
|
+ COMBINE_HIDPI_IMAGES = YES;
|
|
|
+ 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)";
|
|
|
+ };
|
|
|
+ name = Release;
|
|
|
+ };
|
|
|
CD0E427E1D9B38A9002FFED1 /* Debug */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
|
buildSettings = {
|
|
|
@@ -199,6 +388,8 @@
|
|
|
MTL_ENABLE_DEBUG_INFO = YES;
|
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
|
SDKROOT = macosx;
|
|
|
+ USER_HEADER_SEARCH_PATHS = "../../paradigm/declarative ../";
|
|
|
+ WARNING_CFLAGS = "-Wno-gnu-zero-variadic-macro-arguments";
|
|
|
};
|
|
|
name = Debug;
|
|
|
};
|
|
|
@@ -235,44 +426,35 @@
|
|
|
MACOSX_DEPLOYMENT_TARGET = 10.10;
|
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
|
SDKROOT = macosx;
|
|
|
- };
|
|
|
- name = Release;
|
|
|
- };
|
|
|
- CD0E42811D9B38A9002FFED1 /* Debug */ = {
|
|
|
- isa = XCBuildConfiguration;
|
|
|
- buildSettings = {
|
|
|
- HEADER_SEARCH_PATHS = "${HOME}/Documents/Programming/Resources/cxxtest-4.4/";
|
|
|
- PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
- USER_HEADER_SEARCH_PATHS = "../../**";
|
|
|
- };
|
|
|
- name = Debug;
|
|
|
- };
|
|
|
- CD0E42821D9B38A9002FFED1 /* Release */ = {
|
|
|
- isa = XCBuildConfiguration;
|
|
|
- buildSettings = {
|
|
|
- HEADER_SEARCH_PATHS = "${HOME}/Documents/Programming/Resources/cxxtest-4.4/";
|
|
|
- PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
- USER_HEADER_SEARCH_PATHS = "../../**";
|
|
|
+ USER_HEADER_SEARCH_PATHS = "../../paradigm/declarative ../";
|
|
|
+ WARNING_CFLAGS = "-Wno-gnu-zero-variadic-macro-arguments";
|
|
|
};
|
|
|
name = Release;
|
|
|
};
|
|
|
/* End XCBuildConfiguration section */
|
|
|
|
|
|
/* Begin XCConfigurationList section */
|
|
|
- CD0E42741D9B38A9002FFED1 /* Build configuration list for PBXProject "matrix" */ = {
|
|
|
+ CD0C59B820C4123800454F82 /* Build configuration list for PBXNativeTarget "matrix" */ = {
|
|
|
isa = XCConfigurationList;
|
|
|
buildConfigurations = (
|
|
|
- CD0E427E1D9B38A9002FFED1 /* Debug */,
|
|
|
- CD0E427F1D9B38A9002FFED1 /* Release */,
|
|
|
+ CD0C59B620C4123800454F82 /* Debug */,
|
|
|
+ CD0C59B720C4123800454F82 /* Release */,
|
|
|
+ );
|
|
|
+ defaultConfigurationIsVisible = 0;
|
|
|
+ };
|
|
|
+ CD0C59D920C412AD00454F82 /* Build configuration list for PBXNativeTarget "matrix_test" */ = {
|
|
|
+ isa = XCConfigurationList;
|
|
|
+ buildConfigurations = (
|
|
|
+ CD0C59DA20C412AD00454F82 /* Debug */,
|
|
|
+ CD0C59DB20C412AD00454F82 /* Release */,
|
|
|
);
|
|
|
defaultConfigurationIsVisible = 0;
|
|
|
- defaultConfigurationName = Release;
|
|
|
};
|
|
|
- CD0E42801D9B38A9002FFED1 /* Build configuration list for PBXNativeTarget "matrix_tc" */ = {
|
|
|
+ CD0E42741D9B38A9002FFED1 /* Build configuration list for PBXProject "matrix" */ = {
|
|
|
isa = XCConfigurationList;
|
|
|
buildConfigurations = (
|
|
|
- CD0E42811D9B38A9002FFED1 /* Debug */,
|
|
|
- CD0E42821D9B38A9002FFED1 /* Release */,
|
|
|
+ CD0E427E1D9B38A9002FFED1 /* Debug */,
|
|
|
+ CD0E427F1D9B38A9002FFED1 /* Release */,
|
|
|
);
|
|
|
defaultConfigurationIsVisible = 0;
|
|
|
defaultConfigurationName = Release;
|