|
|
@@ -7,9 +7,58 @@
|
|
|
objects = {
|
|
|
|
|
|
/* Begin PBXBuildFile section */
|
|
|
- 0E5DFDFB1BB4D5070063976E /* vector_tc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0E5DFDDA1BB4D3360063976E /* vector_tc.cpp */; };
|
|
|
+ CD0C599220C31D0000454F82 /* vector.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CDFFC7A81D62296200E9528B /* vector.hpp */; };
|
|
|
+ CD0C599C20C31D1900454F82 /* libvector.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CD0C598E20C31CF600454F82 /* libvector.dylib */; };
|
|
|
+ CD0C59A420C31D2B00454F82 /* GoogleMock.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CD0C598220C31CC300454F82 /* GoogleMock.framework */; };
|
|
|
+ CD0C59A520C31D3B00454F82 /* vector_test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD0C598920C31CD300454F82 /* vector_test.cpp */; };
|
|
|
+ CD0C59B020C31E6600454F82 /* vector_dummy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD0C59AF20C31E6600454F82 /* vector_dummy.cpp */; };
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
+/* Begin PBXContainerItemProxy section */
|
|
|
+ CD0C598120C31CC300454F82 /* PBXContainerItemProxy */ = {
|
|
|
+ isa = PBXContainerItemProxy;
|
|
|
+ containerPortal = CD0C597A20C31CC300454F82 /* GoogleMock.xcodeproj */;
|
|
|
+ proxyType = 2;
|
|
|
+ remoteGlobalIDString = 05818F861A685AEA0072A469;
|
|
|
+ remoteInfo = GoogleMock;
|
|
|
+ };
|
|
|
+ CD0C598320C31CC300454F82 /* PBXContainerItemProxy */ = {
|
|
|
+ isa = PBXContainerItemProxy;
|
|
|
+ containerPortal = CD0C597A20C31CC300454F82 /* GoogleMock.xcodeproj */;
|
|
|
+ proxyType = 2;
|
|
|
+ remoteGlobalIDString = 05E96ABD1A68600C00204102;
|
|
|
+ remoteInfo = gmock;
|
|
|
+ };
|
|
|
+ CD0C598520C31CC300454F82 /* PBXContainerItemProxy */ = {
|
|
|
+ isa = PBXContainerItemProxy;
|
|
|
+ containerPortal = CD0C597A20C31CC300454F82 /* GoogleMock.xcodeproj */;
|
|
|
+ proxyType = 2;
|
|
|
+ remoteGlobalIDString = 05E96B1F1A68634900204102;
|
|
|
+ remoteInfo = gtest;
|
|
|
+ };
|
|
|
+ CD0C598720C31CC300454F82 /* PBXContainerItemProxy */ = {
|
|
|
+ isa = PBXContainerItemProxy;
|
|
|
+ containerPortal = CD0C597A20C31CC300454F82 /* GoogleMock.xcodeproj */;
|
|
|
+ proxyType = 2;
|
|
|
+ remoteGlobalIDString = 05818F901A685AEA0072A469;
|
|
|
+ remoteInfo = GoogleMockTests;
|
|
|
+ };
|
|
|
+ CD0C599D20C31D1900454F82 /* PBXContainerItemProxy */ = {
|
|
|
+ isa = PBXContainerItemProxy;
|
|
|
+ containerPortal = 0E5DFDD11BB4D3360063976E /* Project object */;
|
|
|
+ proxyType = 1;
|
|
|
+ remoteGlobalIDString = CD0C598D20C31CF600454F82;
|
|
|
+ remoteInfo = vector;
|
|
|
+ };
|
|
|
+ CD0C59A220C31D2600454F82 /* PBXContainerItemProxy */ = {
|
|
|
+ isa = PBXContainerItemProxy;
|
|
|
+ containerPortal = CD0C597A20C31CC300454F82 /* GoogleMock.xcodeproj */;
|
|
|
+ proxyType = 1;
|
|
|
+ remoteGlobalIDString = 05818F851A685AEA0072A469;
|
|
|
+ remoteInfo = GoogleMock;
|
|
|
+ };
|
|
|
+/* End PBXContainerItemProxy section */
|
|
|
+
|
|
|
/* Begin PBXCopyFilesBuildPhase section */
|
|
|
0E5DFDF11BB4D5040063976E /* CopyFiles */ = {
|
|
|
isa = PBXCopyFilesBuildPhase;
|
|
|
@@ -23,9 +72,13 @@
|
|
|
/* End PBXCopyFilesBuildPhase section */
|
|
|
|
|
|
/* Begin PBXFileReference section */
|
|
|
- 0E5DFDDA1BB4D3360063976E /* vector_tc.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = vector_tc.cpp; sourceTree = "<group>"; };
|
|
|
- 0E5DFDDB1BB4D3360063976E /* vector.t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vector.t.h; sourceTree = "<group>"; };
|
|
|
0E5DFDF31BB4D5040063976E /* vector_tc */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = vector_tc; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
+ CD0C597A20C31CC300454F82 /* GoogleMock.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = GoogleMock.xcodeproj; path = "../../../gmock-xcode-master/GoogleMock.xcodeproj"; sourceTree = "<group>"; };
|
|
|
+ CD0C598920C31CD300454F82 /* vector_test.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = vector_test.cpp; sourceTree = "<group>"; };
|
|
|
+ CD0C598E20C31CF600454F82 /* libvector.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libvector.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
+ CD0C599720C31D1900454F82 /* vector_test.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = vector_test.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
+ CD0C599B20C31D1900454F82 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = vector_test/Info.plist; sourceTree = "<group>"; };
|
|
|
+ CD0C59AF20C31E6600454F82 /* vector_dummy.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vector_dummy.cpp; sourceTree = "<group>"; };
|
|
|
CDFFC7A81D62296200E9528B /* vector.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = vector.hpp; sourceTree = "<group>"; };
|
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
@@ -37,12 +90,29 @@
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
|
+ CD0C598B20C31CF600454F82 /* Frameworks */ = {
|
|
|
+ isa = PBXFrameworksBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ files = (
|
|
|
+ );
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ };
|
|
|
+ CD0C599420C31D1900454F82 /* Frameworks */ = {
|
|
|
+ isa = PBXFrameworksBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ files = (
|
|
|
+ CD0C59A420C31D2B00454F82 /* GoogleMock.framework in Frameworks */,
|
|
|
+ CD0C599C20C31D1900454F82 /* libvector.dylib in Frameworks */,
|
|
|
+ );
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ };
|
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
|
|
/* Begin PBXGroup section */
|
|
|
0E5DFDD01BB4D3360063976E = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ CD0C597A20C31CC300454F82 /* GoogleMock.xcodeproj */,
|
|
|
CD78202D1E44F40F001D22E5 /* src */,
|
|
|
CD78202E1E44F414001D22E5 /* test */,
|
|
|
0E5DFDF41BB4D5040063976E /* Products */,
|
|
|
@@ -53,6 +123,19 @@
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
0E5DFDF31BB4D5040063976E /* vector_tc */,
|
|
|
+ CD0C598E20C31CF600454F82 /* libvector.dylib */,
|
|
|
+ CD0C599720C31D1900454F82 /* vector_test.xctest */,
|
|
|
+ );
|
|
|
+ name = Products;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ CD0C597B20C31CC300454F82 /* Products */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ CD0C598220C31CC300454F82 /* GoogleMock.framework */,
|
|
|
+ CD0C598420C31CC300454F82 /* gmock.framework */,
|
|
|
+ CD0C598620C31CC300454F82 /* gtest.framework */,
|
|
|
+ CD0C598820C31CC300454F82 /* GoogleMockTests.xctest */,
|
|
|
);
|
|
|
name = Products;
|
|
|
sourceTree = "<group>";
|
|
|
@@ -61,6 +144,7 @@
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
CDFFC7A81D62296200E9528B /* vector.hpp */,
|
|
|
+ CD0C59AF20C31E6600454F82 /* vector_dummy.cpp */,
|
|
|
);
|
|
|
name = src;
|
|
|
sourceTree = "<group>";
|
|
|
@@ -68,14 +152,25 @@
|
|
|
CD78202E1E44F414001D22E5 /* test */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- 0E5DFDDB1BB4D3360063976E /* vector.t.h */,
|
|
|
- 0E5DFDDA1BB4D3360063976E /* vector_tc.cpp */,
|
|
|
+ CD0C598920C31CD300454F82 /* vector_test.cpp */,
|
|
|
+ CD0C599B20C31D1900454F82 /* Info.plist */,
|
|
|
);
|
|
|
name = test;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
/* End PBXGroup section */
|
|
|
|
|
|
+/* Begin PBXHeadersBuildPhase section */
|
|
|
+ CD0C598C20C31CF600454F82 /* Headers */ = {
|
|
|
+ isa = PBXHeadersBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ files = (
|
|
|
+ CD0C599220C31D0000454F82 /* vector.hpp in Headers */,
|
|
|
+ );
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ };
|
|
|
+/* End PBXHeadersBuildPhase section */
|
|
|
+
|
|
|
/* Begin PBXNativeTarget section */
|
|
|
0E5DFDF21BB4D5040063976E /* vector_tc */ = {
|
|
|
isa = PBXNativeTarget;
|
|
|
@@ -95,6 +190,42 @@
|
|
|
productReference = 0E5DFDF31BB4D5040063976E /* vector_tc */;
|
|
|
productType = "com.apple.product-type.tool";
|
|
|
};
|
|
|
+ CD0C598D20C31CF600454F82 /* vector */ = {
|
|
|
+ isa = PBXNativeTarget;
|
|
|
+ buildConfigurationList = CD0C598F20C31CF700454F82 /* Build configuration list for PBXNativeTarget "vector" */;
|
|
|
+ buildPhases = (
|
|
|
+ CD0C598A20C31CF600454F82 /* Sources */,
|
|
|
+ CD0C598B20C31CF600454F82 /* Frameworks */,
|
|
|
+ CD0C598C20C31CF600454F82 /* Headers */,
|
|
|
+ );
|
|
|
+ buildRules = (
|
|
|
+ );
|
|
|
+ dependencies = (
|
|
|
+ );
|
|
|
+ name = vector;
|
|
|
+ productName = vector;
|
|
|
+ productReference = CD0C598E20C31CF600454F82 /* libvector.dylib */;
|
|
|
+ productType = "com.apple.product-type.library.dynamic";
|
|
|
+ };
|
|
|
+ CD0C599620C31D1900454F82 /* vector_test */ = {
|
|
|
+ isa = PBXNativeTarget;
|
|
|
+ buildConfigurationList = CD0C599F20C31D1900454F82 /* Build configuration list for PBXNativeTarget "vector_test" */;
|
|
|
+ buildPhases = (
|
|
|
+ CD0C599320C31D1900454F82 /* Sources */,
|
|
|
+ CD0C599420C31D1900454F82 /* Frameworks */,
|
|
|
+ CD0C599520C31D1900454F82 /* Resources */,
|
|
|
+ );
|
|
|
+ buildRules = (
|
|
|
+ );
|
|
|
+ dependencies = (
|
|
|
+ CD0C59A320C31D2600454F82 /* PBXTargetDependency */,
|
|
|
+ CD0C599E20C31D1900454F82 /* PBXTargetDependency */,
|
|
|
+ );
|
|
|
+ name = vector_test;
|
|
|
+ productName = vector_test;
|
|
|
+ productReference = CD0C599720C31D1900454F82 /* vector_test.xctest */;
|
|
|
+ productType = "com.apple.product-type.bundle.unit-test";
|
|
|
+ };
|
|
|
/* End PBXNativeTarget section */
|
|
|
|
|
|
/* Begin PBXProject section */
|
|
|
@@ -106,6 +237,12 @@
|
|
|
0E5DFDF21BB4D5040063976E = {
|
|
|
CreatedOnToolsVersion = 7.0;
|
|
|
};
|
|
|
+ CD0C598D20C31CF600454F82 = {
|
|
|
+ CreatedOnToolsVersion = 7.2.1;
|
|
|
+ };
|
|
|
+ CD0C599620C31D1900454F82 = {
|
|
|
+ CreatedOnToolsVersion = 7.2.1;
|
|
|
+ };
|
|
|
};
|
|
|
};
|
|
|
buildConfigurationList = 0E5DFDD41BB4D3360063976E /* Build configuration list for PBXProject "vector" */;
|
|
|
@@ -118,13 +255,62 @@
|
|
|
mainGroup = 0E5DFDD01BB4D3360063976E;
|
|
|
productRefGroup = 0E5DFDF41BB4D5040063976E /* Products */;
|
|
|
projectDirPath = "";
|
|
|
+ projectReferences = (
|
|
|
+ {
|
|
|
+ ProductGroup = CD0C597B20C31CC300454F82 /* Products */;
|
|
|
+ ProjectRef = CD0C597A20C31CC300454F82 /* GoogleMock.xcodeproj */;
|
|
|
+ },
|
|
|
+ );
|
|
|
projectRoot = "";
|
|
|
targets = (
|
|
|
0E5DFDF21BB4D5040063976E /* vector_tc */,
|
|
|
+ CD0C598D20C31CF600454F82 /* vector */,
|
|
|
+ CD0C599620C31D1900454F82 /* vector_test */,
|
|
|
);
|
|
|
};
|
|
|
/* End PBXProject section */
|
|
|
|
|
|
+/* Begin PBXReferenceProxy section */
|
|
|
+ CD0C598220C31CC300454F82 /* GoogleMock.framework */ = {
|
|
|
+ isa = PBXReferenceProxy;
|
|
|
+ fileType = wrapper.framework;
|
|
|
+ path = GoogleMock.framework;
|
|
|
+ remoteRef = CD0C598120C31CC300454F82 /* PBXContainerItemProxy */;
|
|
|
+ sourceTree = BUILT_PRODUCTS_DIR;
|
|
|
+ };
|
|
|
+ CD0C598420C31CC300454F82 /* gmock.framework */ = {
|
|
|
+ isa = PBXReferenceProxy;
|
|
|
+ fileType = wrapper.framework;
|
|
|
+ path = gmock.framework;
|
|
|
+ remoteRef = CD0C598320C31CC300454F82 /* PBXContainerItemProxy */;
|
|
|
+ sourceTree = BUILT_PRODUCTS_DIR;
|
|
|
+ };
|
|
|
+ CD0C598620C31CC300454F82 /* gtest.framework */ = {
|
|
|
+ isa = PBXReferenceProxy;
|
|
|
+ fileType = wrapper.framework;
|
|
|
+ path = gtest.framework;
|
|
|
+ remoteRef = CD0C598520C31CC300454F82 /* PBXContainerItemProxy */;
|
|
|
+ sourceTree = BUILT_PRODUCTS_DIR;
|
|
|
+ };
|
|
|
+ CD0C598820C31CC300454F82 /* GoogleMockTests.xctest */ = {
|
|
|
+ isa = PBXReferenceProxy;
|
|
|
+ fileType = wrapper.cfbundle;
|
|
|
+ path = GoogleMockTests.xctest;
|
|
|
+ remoteRef = CD0C598720C31CC300454F82 /* PBXContainerItemProxy */;
|
|
|
+ sourceTree = BUILT_PRODUCTS_DIR;
|
|
|
+ };
|
|
|
+/* End PBXReferenceProxy section */
|
|
|
+
|
|
|
+/* Begin PBXResourcesBuildPhase section */
|
|
|
+ CD0C599520C31D1900454F82 /* Resources */ = {
|
|
|
+ isa = PBXResourcesBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ files = (
|
|
|
+ );
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ };
|
|
|
+/* End PBXResourcesBuildPhase section */
|
|
|
+
|
|
|
/* Begin PBXShellScriptBuildPhase section */
|
|
|
CD35DCF11D6130E700BE3686 /* Run Script */ = {
|
|
|
isa = PBXShellScriptBuildPhase;
|
|
|
@@ -149,12 +335,40 @@
|
|
|
isa = PBXSourcesBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
- 0E5DFDFB1BB4D5070063976E /* vector_tc.cpp in Sources */,
|
|
|
+ );
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ };
|
|
|
+ CD0C598A20C31CF600454F82 /* Sources */ = {
|
|
|
+ isa = PBXSourcesBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ files = (
|
|
|
+ CD0C59B020C31E6600454F82 /* vector_dummy.cpp in Sources */,
|
|
|
+ );
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ };
|
|
|
+ CD0C599320C31D1900454F82 /* Sources */ = {
|
|
|
+ isa = PBXSourcesBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ files = (
|
|
|
+ CD0C59A520C31D3B00454F82 /* vector_test.cpp in Sources */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
|
|
+/* Begin PBXTargetDependency section */
|
|
|
+ CD0C599E20C31D1900454F82 /* PBXTargetDependency */ = {
|
|
|
+ isa = PBXTargetDependency;
|
|
|
+ target = CD0C598D20C31CF600454F82 /* vector */;
|
|
|
+ targetProxy = CD0C599D20C31D1900454F82 /* PBXContainerItemProxy */;
|
|
|
+ };
|
|
|
+ CD0C59A320C31D2600454F82 /* PBXTargetDependency */ = {
|
|
|
+ isa = PBXTargetDependency;
|
|
|
+ name = GoogleMock;
|
|
|
+ targetProxy = CD0C59A220C31D2600454F82 /* PBXContainerItemProxy */;
|
|
|
+ };
|
|
|
+/* End PBXTargetDependency section */
|
|
|
+
|
|
|
/* Begin XCBuildConfiguration section */
|
|
|
0E5DFDD21BB4D3360063976E /* Debug */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
|
@@ -165,6 +379,8 @@
|
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
|
SDKROOT = macosx;
|
|
|
+ USER_HEADER_SEARCH_PATHS = ../../paradigm/declarative;
|
|
|
+ WARNING_CFLAGS = "-Wno-gnu-zero-variadic-macro-arguments";
|
|
|
};
|
|
|
name = Debug;
|
|
|
};
|
|
|
@@ -175,6 +391,8 @@
|
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
|
SDKROOT = macosx;
|
|
|
+ USER_HEADER_SEARCH_PATHS = ../../paradigm/declarative;
|
|
|
+ WARNING_CFLAGS = "-Wno-gnu-zero-variadic-macro-arguments";
|
|
|
};
|
|
|
name = Release;
|
|
|
};
|
|
|
@@ -216,7 +434,6 @@
|
|
|
MTL_ENABLE_DEBUG_INFO = YES;
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
SDKROOT = macosx;
|
|
|
- USER_HEADER_SEARCH_PATHS = "../../**";
|
|
|
};
|
|
|
name = Debug;
|
|
|
};
|
|
|
@@ -253,7 +470,168 @@
|
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
SDKROOT = macosx;
|
|
|
- USER_HEADER_SEARCH_PATHS = "../../**";
|
|
|
+ };
|
|
|
+ name = Release;
|
|
|
+ };
|
|
|
+ CD0C599020C31CF700454F82 /* Debug */ = {
|
|
|
+ isa = XCBuildConfiguration;
|
|
|
+ buildSettings = {
|
|
|
+ ALWAYS_SEARCH_USER_PATHS = NO;
|
|
|
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
|
+ CLANG_CXX_LIBRARY = "libc++";
|
|
|
+ CLANG_ENABLE_MODULES = YES;
|
|
|
+ CLANG_ENABLE_OBJC_ARC = YES;
|
|
|
+ CLANG_WARN_BOOL_CONVERSION = YES;
|
|
|
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
|
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
|
+ CLANG_WARN_EMPTY_BODY = YES;
|
|
|
+ CLANG_WARN_ENUM_CONVERSION = YES;
|
|
|
+ CLANG_WARN_INT_CONVERSION = YES;
|
|
|
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
|
+ CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
|
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
|
+ CODE_SIGN_IDENTITY = "-";
|
|
|
+ DEBUG_INFORMATION_FORMAT = dwarf;
|
|
|
+ DYLIB_COMPATIBILITY_VERSION = 1;
|
|
|
+ DYLIB_CURRENT_VERSION = 1;
|
|
|
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
|
+ EXECUTABLE_PREFIX = lib;
|
|
|
+ GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
|
+ GCC_DYNAMIC_NO_PIC = NO;
|
|
|
+ GCC_NO_COMMON_BLOCKS = YES;
|
|
|
+ GCC_OPTIMIZATION_LEVEL = 0;
|
|
|
+ GCC_PREPROCESSOR_DEFINITIONS = (
|
|
|
+ "DEBUG=1",
|
|
|
+ "$(inherited)",
|
|
|
+ );
|
|
|
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
|
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
|
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
|
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
|
+ GCC_WARN_UNUSED_FUNCTION = YES;
|
|
|
+ MACOSX_DEPLOYMENT_TARGET = 10.10;
|
|
|
+ MTL_ENABLE_DEBUG_INFO = YES;
|
|
|
+ PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
+ };
|
|
|
+ name = Debug;
|
|
|
+ };
|
|
|
+ CD0C599120C31CF700454F82 /* Release */ = {
|
|
|
+ isa = XCBuildConfiguration;
|
|
|
+ buildSettings = {
|
|
|
+ ALWAYS_SEARCH_USER_PATHS = NO;
|
|
|
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
|
+ CLANG_CXX_LIBRARY = "libc++";
|
|
|
+ CLANG_ENABLE_MODULES = YES;
|
|
|
+ CLANG_ENABLE_OBJC_ARC = YES;
|
|
|
+ CLANG_WARN_BOOL_CONVERSION = YES;
|
|
|
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
|
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
|
+ CLANG_WARN_EMPTY_BODY = YES;
|
|
|
+ CLANG_WARN_ENUM_CONVERSION = YES;
|
|
|
+ CLANG_WARN_INT_CONVERSION = YES;
|
|
|
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
|
+ CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
|
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
|
+ CODE_SIGN_IDENTITY = "-";
|
|
|
+ COPY_PHASE_STRIP = NO;
|
|
|
+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
|
+ DYLIB_COMPATIBILITY_VERSION = 1;
|
|
|
+ DYLIB_CURRENT_VERSION = 1;
|
|
|
+ ENABLE_NS_ASSERTIONS = NO;
|
|
|
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
|
+ EXECUTABLE_PREFIX = lib;
|
|
|
+ GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
|
+ GCC_NO_COMMON_BLOCKS = YES;
|
|
|
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
|
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
|
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
|
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
|
+ GCC_WARN_UNUSED_FUNCTION = YES;
|
|
|
+ MACOSX_DEPLOYMENT_TARGET = 10.10;
|
|
|
+ MTL_ENABLE_DEBUG_INFO = NO;
|
|
|
+ PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
+ };
|
|
|
+ name = Release;
|
|
|
+ };
|
|
|
+ CD0C59A020C31D1900454F82 /* Debug */ = {
|
|
|
+ isa = XCBuildConfiguration;
|
|
|
+ buildSettings = {
|
|
|
+ ALWAYS_SEARCH_USER_PATHS = NO;
|
|
|
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
|
+ CLANG_CXX_LIBRARY = "libc++";
|
|
|
+ CLANG_ENABLE_MODULES = YES;
|
|
|
+ CLANG_ENABLE_OBJC_ARC = YES;
|
|
|
+ CLANG_WARN_BOOL_CONVERSION = YES;
|
|
|
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
|
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
|
+ CLANG_WARN_EMPTY_BODY = YES;
|
|
|
+ CLANG_WARN_ENUM_CONVERSION = YES;
|
|
|
+ CLANG_WARN_INT_CONVERSION = YES;
|
|
|
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
|
+ CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
|
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
|
+ CODE_SIGN_IDENTITY = "-";
|
|
|
+ COMBINE_HIDPI_IMAGES = YES;
|
|
|
+ DEBUG_INFORMATION_FORMAT = dwarf;
|
|
|
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
|
+ GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
|
+ GCC_DYNAMIC_NO_PIC = NO;
|
|
|
+ GCC_NO_COMMON_BLOCKS = YES;
|
|
|
+ GCC_OPTIMIZATION_LEVEL = 0;
|
|
|
+ GCC_PREPROCESSOR_DEFINITIONS = (
|
|
|
+ "DEBUG=1",
|
|
|
+ "$(inherited)",
|
|
|
+ );
|
|
|
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
|
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
|
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
|
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
|
+ GCC_WARN_UNUSED_FUNCTION = YES;
|
|
|
+ INFOPLIST_FILE = vector_test/Info.plist;
|
|
|
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
|
|
|
+ MACOSX_DEPLOYMENT_TARGET = 10.10;
|
|
|
+ MTL_ENABLE_DEBUG_INFO = YES;
|
|
|
+ PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.vector-test";
|
|
|
+ PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
+ };
|
|
|
+ name = Debug;
|
|
|
+ };
|
|
|
+ CD0C59A120C31D1900454F82 /* Release */ = {
|
|
|
+ isa = XCBuildConfiguration;
|
|
|
+ buildSettings = {
|
|
|
+ ALWAYS_SEARCH_USER_PATHS = NO;
|
|
|
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
|
+ CLANG_CXX_LIBRARY = "libc++";
|
|
|
+ CLANG_ENABLE_MODULES = YES;
|
|
|
+ CLANG_ENABLE_OBJC_ARC = YES;
|
|
|
+ CLANG_WARN_BOOL_CONVERSION = YES;
|
|
|
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
|
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
|
+ CLANG_WARN_EMPTY_BODY = YES;
|
|
|
+ CLANG_WARN_ENUM_CONVERSION = YES;
|
|
|
+ CLANG_WARN_INT_CONVERSION = YES;
|
|
|
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
|
+ CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
|
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
|
+ CODE_SIGN_IDENTITY = "-";
|
|
|
+ COMBINE_HIDPI_IMAGES = YES;
|
|
|
+ COPY_PHASE_STRIP = NO;
|
|
|
+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
|
+ ENABLE_NS_ASSERTIONS = NO;
|
|
|
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
|
+ GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
|
+ GCC_NO_COMMON_BLOCKS = YES;
|
|
|
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
|
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
|
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
|
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
|
+ GCC_WARN_UNUSED_FUNCTION = YES;
|
|
|
+ INFOPLIST_FILE = vector_test/Info.plist;
|
|
|
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
|
|
|
+ MACOSX_DEPLOYMENT_TARGET = 10.10;
|
|
|
+ MTL_ENABLE_DEBUG_INFO = NO;
|
|
|
+ PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.vector-test";
|
|
|
+ PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
};
|
|
|
name = Release;
|
|
|
};
|
|
|
@@ -278,6 +656,24 @@
|
|
|
defaultConfigurationIsVisible = 0;
|
|
|
defaultConfigurationName = Release;
|
|
|
};
|
|
|
+ CD0C598F20C31CF700454F82 /* Build configuration list for PBXNativeTarget "vector" */ = {
|
|
|
+ isa = XCConfigurationList;
|
|
|
+ buildConfigurations = (
|
|
|
+ CD0C599020C31CF700454F82 /* Debug */,
|
|
|
+ CD0C599120C31CF700454F82 /* Release */,
|
|
|
+ );
|
|
|
+ defaultConfigurationIsVisible = 0;
|
|
|
+ defaultConfigurationName = Release;
|
|
|
+ };
|
|
|
+ CD0C599F20C31D1900454F82 /* Build configuration list for PBXNativeTarget "vector_test" */ = {
|
|
|
+ isa = XCConfigurationList;
|
|
|
+ buildConfigurations = (
|
|
|
+ CD0C59A020C31D1900454F82 /* Debug */,
|
|
|
+ CD0C59A120C31D1900454F82 /* Release */,
|
|
|
+ );
|
|
|
+ defaultConfigurationIsVisible = 0;
|
|
|
+ defaultConfigurationName = Release;
|
|
|
+ };
|
|
|
/* End XCConfigurationList section */
|
|
|
};
|
|
|
rootObject = 0E5DFDD11BB4D3360063976E /* Project object */;
|