|
|
@@ -7,33 +7,55 @@
|
|
|
objects = {
|
|
|
|
|
|
/* Begin PBXBuildFile section */
|
|
|
- CD3A75F51E2597A8008C6DC2 /* expect_tc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD3A75F31E2597A8008C6DC2 /* expect_tc.cpp */; };
|
|
|
+ CDEC1E92235248410091D9F2 /* expect_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD3A75E51E2596B9008C6DC2 /* expect_test.cxx */; };
|
|
|
+ CDEC1E94235248470091D9F2 /* GoogleMock.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CDEC1DAF2351673C0091D9F2 /* GoogleMock.framework */; };
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
-/* Begin PBXCopyFilesBuildPhase section */
|
|
|
- CD3A75E91E259748008C6DC2 /* CopyFiles */ = {
|
|
|
- isa = PBXCopyFilesBuildPhase;
|
|
|
- buildActionMask = 2147483647;
|
|
|
- dstPath = /usr/share/man/man1/;
|
|
|
- dstSubfolderSpec = 0;
|
|
|
- files = (
|
|
|
- );
|
|
|
- runOnlyForDeploymentPostprocessing = 1;
|
|
|
+/* Begin PBXContainerItemProxy section */
|
|
|
+ CDEC1DAE2351673C0091D9F2 /* PBXContainerItemProxy */ = {
|
|
|
+ isa = PBXContainerItemProxy;
|
|
|
+ containerPortal = CDEC1DA72351673C0091D9F2 /* GoogleMock.xcodeproj */;
|
|
|
+ proxyType = 2;
|
|
|
+ remoteGlobalIDString = 05818F861A685AEA0072A469;
|
|
|
+ remoteInfo = GoogleMock;
|
|
|
+ };
|
|
|
+ CDEC1DB02351673C0091D9F2 /* PBXContainerItemProxy */ = {
|
|
|
+ isa = PBXContainerItemProxy;
|
|
|
+ containerPortal = CDEC1DA72351673C0091D9F2 /* GoogleMock.xcodeproj */;
|
|
|
+ proxyType = 2;
|
|
|
+ remoteGlobalIDString = 05E96ABD1A68600C00204102;
|
|
|
+ remoteInfo = gmock;
|
|
|
};
|
|
|
-/* End PBXCopyFilesBuildPhase section */
|
|
|
+ CDEC1DB22351673C0091D9F2 /* PBXContainerItemProxy */ = {
|
|
|
+ isa = PBXContainerItemProxy;
|
|
|
+ containerPortal = CDEC1DA72351673C0091D9F2 /* GoogleMock.xcodeproj */;
|
|
|
+ proxyType = 2;
|
|
|
+ remoteGlobalIDString = 05E96B1F1A68634900204102;
|
|
|
+ remoteInfo = gtest;
|
|
|
+ };
|
|
|
+ CDEC1DB42351673C0091D9F2 /* PBXContainerItemProxy */ = {
|
|
|
+ isa = PBXContainerItemProxy;
|
|
|
+ containerPortal = CDEC1DA72351673C0091D9F2 /* GoogleMock.xcodeproj */;
|
|
|
+ proxyType = 2;
|
|
|
+ remoteGlobalIDString = 05818F901A685AEA0072A469;
|
|
|
+ remoteInfo = GoogleMockTests;
|
|
|
+ };
|
|
|
+/* End PBXContainerItemProxy section */
|
|
|
|
|
|
/* Begin PBXFileReference section */
|
|
|
- CD3A75E51E2596B9008C6DC2 /* expect.t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = expect.t.h; sourceTree = "<group>"; };
|
|
|
- CD3A75EB1E259748008C6DC2 /* expect_tc */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = expect_tc; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
- CD3A75F31E2597A8008C6DC2 /* expect_tc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = expect_tc.cpp; sourceTree = "<group>"; };
|
|
|
+ CD3A75E51E2596B9008C6DC2 /* expect_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = expect_test.cxx; sourceTree = "<group>"; };
|
|
|
CDAA170221A3A8AB007BBA11 /* expect */ = {isa = PBXFileReference; lastKnownFileType = folder; name = expect; path = include/expect; sourceTree = "<group>"; };
|
|
|
+ CDEC1DA72351673C0091D9F2 /* GoogleMock.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = GoogleMock.xcodeproj; path = "../../../../gmock-xcode-master/GoogleMock.xcodeproj"; sourceTree = "<group>"; };
|
|
|
+ CDEC1E8A235248390091D9F2 /* expect-test.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "expect-test.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
+ CDEC1E8E235248390091D9F2 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
|
- CD3A75E81E259748008C6DC2 /* Frameworks */ = {
|
|
|
+ CDEC1E87235248390091D9F2 /* Frameworks */ = {
|
|
|
isa = PBXFrameworksBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
+ CDEC1E94235248470091D9F2 /* GoogleMock.framework in Frameworks */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
|
@@ -43,16 +65,19 @@
|
|
|
CD2973BB1D7B67EF00E37217 = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ CDEC1DA72351673C0091D9F2 /* GoogleMock.xcodeproj */,
|
|
|
CDAA170221A3A8AB007BBA11 /* expect */,
|
|
|
CD3A75F61E25B2FB008C6DC2 /* test */,
|
|
|
+ CDEC1E8B235248390091D9F2 /* expect-test */,
|
|
|
CD2973C51D7B67EF00E37217 /* Products */,
|
|
|
+ CDEC1E93235248470091D9F2 /* Frameworks */,
|
|
|
);
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
CD2973C51D7B67EF00E37217 /* Products */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- CD3A75EB1E259748008C6DC2 /* expect_tc */,
|
|
|
+ CDEC1E8A235248390091D9F2 /* expect-test.xctest */,
|
|
|
);
|
|
|
name = Products;
|
|
|
sourceTree = "<group>";
|
|
|
@@ -60,32 +85,56 @@
|
|
|
CD3A75F61E25B2FB008C6DC2 /* test */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- CD3A75E51E2596B9008C6DC2 /* expect.t.h */,
|
|
|
- CD3A75F31E2597A8008C6DC2 /* expect_tc.cpp */,
|
|
|
+ CD3A75E51E2596B9008C6DC2 /* expect_test.cxx */,
|
|
|
);
|
|
|
path = test;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
+ CDEC1DA82351673C0091D9F2 /* Products */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ CDEC1DAF2351673C0091D9F2 /* GoogleMock.framework */,
|
|
|
+ CDEC1DB12351673C0091D9F2 /* gmock.framework */,
|
|
|
+ CDEC1DB32351673C0091D9F2 /* gtest.framework */,
|
|
|
+ CDEC1DB52351673C0091D9F2 /* GoogleMockTests.xctest */,
|
|
|
+ );
|
|
|
+ name = Products;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ CDEC1E8B235248390091D9F2 /* expect-test */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ CDEC1E8E235248390091D9F2 /* Info.plist */,
|
|
|
+ );
|
|
|
+ path = "expect-test";
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ CDEC1E93235248470091D9F2 /* Frameworks */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ );
|
|
|
+ name = Frameworks;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
/* End PBXGroup section */
|
|
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
|
- CD3A75EA1E259748008C6DC2 /* expect_tc */ = {
|
|
|
+ CDEC1E89235248390091D9F2 /* expect-test */ = {
|
|
|
isa = PBXNativeTarget;
|
|
|
- buildConfigurationList = CD3A75EF1E259748008C6DC2 /* Build configuration list for PBXNativeTarget "expect_tc" */;
|
|
|
+ buildConfigurationList = CDEC1E8F235248390091D9F2 /* Build configuration list for PBXNativeTarget "expect-test" */;
|
|
|
buildPhases = (
|
|
|
- CD3A75F21E259771008C6DC2 /* ShellScript */,
|
|
|
- CD3A75E71E259748008C6DC2 /* Sources */,
|
|
|
- CD3A75E81E259748008C6DC2 /* Frameworks */,
|
|
|
- CD3A75E91E259748008C6DC2 /* CopyFiles */,
|
|
|
+ CDEC1E86235248390091D9F2 /* Sources */,
|
|
|
+ CDEC1E87235248390091D9F2 /* Frameworks */,
|
|
|
+ CDEC1E88235248390091D9F2 /* Resources */,
|
|
|
);
|
|
|
buildRules = (
|
|
|
);
|
|
|
dependencies = (
|
|
|
);
|
|
|
- name = expect_tc;
|
|
|
- productName = expect_tc;
|
|
|
- productReference = CD3A75EB1E259748008C6DC2 /* expect_tc */;
|
|
|
- productType = "com.apple.product-type.tool";
|
|
|
+ name = "expect-test";
|
|
|
+ productName = "expect-test";
|
|
|
+ productReference = CDEC1E8A235248390091D9F2 /* expect-test.xctest */;
|
|
|
+ productType = "com.apple.product-type.bundle.unit-test";
|
|
|
};
|
|
|
/* End PBXNativeTarget section */
|
|
|
|
|
|
@@ -93,11 +142,12 @@
|
|
|
CD2973BC1D7B67EF00E37217 /* Project object */ = {
|
|
|
isa = PBXProject;
|
|
|
attributes = {
|
|
|
- LastUpgradeCheck = 1030;
|
|
|
+ LastUpgradeCheck = 1110;
|
|
|
ORGANIZATIONNAME = "Sam Jaffe";
|
|
|
TargetAttributes = {
|
|
|
- CD3A75EA1E259748008C6DC2 = {
|
|
|
- CreatedOnToolsVersion = 7.2.1;
|
|
|
+ CDEC1E89235248390091D9F2 = {
|
|
|
+ CreatedOnToolsVersion = 11.1;
|
|
|
+ ProvisioningStyle = Automatic;
|
|
|
};
|
|
|
};
|
|
|
};
|
|
|
@@ -112,37 +162,66 @@
|
|
|
mainGroup = CD2973BB1D7B67EF00E37217;
|
|
|
productRefGroup = CD2973C51D7B67EF00E37217 /* Products */;
|
|
|
projectDirPath = "";
|
|
|
+ projectReferences = (
|
|
|
+ {
|
|
|
+ ProductGroup = CDEC1DA82351673C0091D9F2 /* Products */;
|
|
|
+ ProjectRef = CDEC1DA72351673C0091D9F2 /* GoogleMock.xcodeproj */;
|
|
|
+ },
|
|
|
+ );
|
|
|
projectRoot = "";
|
|
|
targets = (
|
|
|
- CD3A75EA1E259748008C6DC2 /* expect_tc */,
|
|
|
+ CDEC1E89235248390091D9F2 /* expect-test */,
|
|
|
);
|
|
|
};
|
|
|
/* End PBXProject section */
|
|
|
|
|
|
-/* Begin PBXShellScriptBuildPhase section */
|
|
|
- CD3A75F21E259771008C6DC2 /* ShellScript */ = {
|
|
|
- isa = PBXShellScriptBuildPhase;
|
|
|
+/* Begin PBXReferenceProxy section */
|
|
|
+ CDEC1DAF2351673C0091D9F2 /* GoogleMock.framework */ = {
|
|
|
+ isa = PBXReferenceProxy;
|
|
|
+ fileType = wrapper.framework;
|
|
|
+ path = GoogleMock.framework;
|
|
|
+ remoteRef = CDEC1DAE2351673C0091D9F2 /* PBXContainerItemProxy */;
|
|
|
+ sourceTree = BUILT_PRODUCTS_DIR;
|
|
|
+ };
|
|
|
+ CDEC1DB12351673C0091D9F2 /* gmock.framework */ = {
|
|
|
+ isa = PBXReferenceProxy;
|
|
|
+ fileType = wrapper.framework;
|
|
|
+ path = gmock.framework;
|
|
|
+ remoteRef = CDEC1DB02351673C0091D9F2 /* PBXContainerItemProxy */;
|
|
|
+ sourceTree = BUILT_PRODUCTS_DIR;
|
|
|
+ };
|
|
|
+ CDEC1DB32351673C0091D9F2 /* gtest.framework */ = {
|
|
|
+ isa = PBXReferenceProxy;
|
|
|
+ fileType = wrapper.framework;
|
|
|
+ path = gtest.framework;
|
|
|
+ remoteRef = CDEC1DB22351673C0091D9F2 /* PBXContainerItemProxy */;
|
|
|
+ sourceTree = BUILT_PRODUCTS_DIR;
|
|
|
+ };
|
|
|
+ CDEC1DB52351673C0091D9F2 /* GoogleMockTests.xctest */ = {
|
|
|
+ isa = PBXReferenceProxy;
|
|
|
+ fileType = wrapper.cfbundle;
|
|
|
+ path = GoogleMockTests.xctest;
|
|
|
+ remoteRef = CDEC1DB42351673C0091D9F2 /* PBXContainerItemProxy */;
|
|
|
+ sourceTree = BUILT_PRODUCTS_DIR;
|
|
|
+ };
|
|
|
+/* End PBXReferenceProxy section */
|
|
|
+
|
|
|
+/* Begin PBXResourcesBuildPhase section */
|
|
|
+ CDEC1E88235248390091D9F2 /* Resources */ = {
|
|
|
+ isa = PBXResourcesBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
);
|
|
|
- inputPaths = (
|
|
|
- "$(SRCROOT)/expect.t.h",
|
|
|
- );
|
|
|
- outputPaths = (
|
|
|
- "$(SRCROOT)/expect_tc.cpp",
|
|
|
- );
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
- shellPath = /bin/sh;
|
|
|
- shellScript = "cd test\ncxxtestgen --error-printer -o expect_tc.cpp expect.t.h\n";
|
|
|
};
|
|
|
-/* End PBXShellScriptBuildPhase section */
|
|
|
+/* End PBXResourcesBuildPhase section */
|
|
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
|
- CD3A75E71E259748008C6DC2 /* Sources */ = {
|
|
|
+ CDEC1E86235248390091D9F2 /* Sources */ = {
|
|
|
isa = PBXSourcesBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
- CD3A75F51E2597A8008C6DC2 /* expect_tc.cpp in Sources */,
|
|
|
+ CDEC1E92235248410091D9F2 /* expect_test.cxx in Sources */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
|
@@ -200,6 +279,7 @@
|
|
|
MTL_ENABLE_DEBUG_INFO = YES;
|
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
|
SDKROOT = macosx;
|
|
|
+ USER_HEADER_SEARCH_PATHS = ./include/;
|
|
|
};
|
|
|
name = Debug;
|
|
|
};
|
|
|
@@ -247,21 +327,49 @@
|
|
|
MACOSX_DEPLOYMENT_TARGET = 10.10;
|
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
|
SDKROOT = macosx;
|
|
|
+ USER_HEADER_SEARCH_PATHS = ./include/;
|
|
|
};
|
|
|
name = Release;
|
|
|
};
|
|
|
- CD3A75F01E259748008C6DC2 /* Debug */ = {
|
|
|
+ CDEC1E90235248390091D9F2 /* Debug */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
|
buildSettings = {
|
|
|
- HEADER_SEARCH_PATHS = /usr/local/include/;
|
|
|
+ CLANG_ANALYZER_NONNULL = YES;
|
|
|
+ CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
|
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
|
+ CLANG_ENABLE_OBJC_WEAK = YES;
|
|
|
+ CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
|
+ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
|
+ CODE_SIGN_STYLE = Automatic;
|
|
|
+ COMBINE_HIDPI_IMAGES = YES;
|
|
|
+ GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
|
+ INFOPLIST_FILE = "expect-test/Info.plist";
|
|
|
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
|
|
|
+ MACOSX_DEPLOYMENT_TARGET = 10.14;
|
|
|
+ MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
|
|
+ MTL_FAST_MATH = YES;
|
|
|
+ PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.expect-test";
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
};
|
|
|
name = Debug;
|
|
|
};
|
|
|
- CD3A75F11E259748008C6DC2 /* Release */ = {
|
|
|
+ CDEC1E91235248390091D9F2 /* Release */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
|
buildSettings = {
|
|
|
- HEADER_SEARCH_PATHS = /usr/local/include/;
|
|
|
+ CLANG_ANALYZER_NONNULL = YES;
|
|
|
+ CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
|
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
|
+ CLANG_ENABLE_OBJC_WEAK = YES;
|
|
|
+ CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
|
+ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
|
+ CODE_SIGN_STYLE = Automatic;
|
|
|
+ COMBINE_HIDPI_IMAGES = YES;
|
|
|
+ GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
|
+ INFOPLIST_FILE = "expect-test/Info.plist";
|
|
|
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
|
|
|
+ MACOSX_DEPLOYMENT_TARGET = 10.14;
|
|
|
+ MTL_FAST_MATH = YES;
|
|
|
+ PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.expect-test";
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
};
|
|
|
name = Release;
|
|
|
@@ -278,11 +386,11 @@
|
|
|
defaultConfigurationIsVisible = 0;
|
|
|
defaultConfigurationName = Release;
|
|
|
};
|
|
|
- CD3A75EF1E259748008C6DC2 /* Build configuration list for PBXNativeTarget "expect_tc" */ = {
|
|
|
+ CDEC1E8F235248390091D9F2 /* Build configuration list for PBXNativeTarget "expect-test" */ = {
|
|
|
isa = XCConfigurationList;
|
|
|
buildConfigurations = (
|
|
|
- CD3A75F01E259748008C6DC2 /* Debug */,
|
|
|
- CD3A75F11E259748008C6DC2 /* Release */,
|
|
|
+ CDEC1E90235248390091D9F2 /* Debug */,
|
|
|
+ CDEC1E91235248390091D9F2 /* Release */,
|
|
|
);
|
|
|
defaultConfigurationIsVisible = 0;
|
|
|
defaultConfigurationName = Release;
|