|
|
@@ -7,16 +7,30 @@
|
|
|
objects = {
|
|
|
|
|
|
/* Begin PBXBuildFile section */
|
|
|
- CD2973D31D7B684400E37217 /* expect.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CD2973D21D7B684400E37217 /* expect.hpp */; };
|
|
|
+ CD3A75F51E2597A8008C6DC2 /* expect_tc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD3A75F31E2597A8008C6DC2 /* expect_tc.cpp */; };
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
+/* Begin PBXCopyFilesBuildPhase section */
|
|
|
+ CD3A75E91E259748008C6DC2 /* CopyFiles */ = {
|
|
|
+ isa = PBXCopyFilesBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ dstPath = /usr/share/man/man1/;
|
|
|
+ dstSubfolderSpec = 0;
|
|
|
+ files = (
|
|
|
+ );
|
|
|
+ runOnlyForDeploymentPostprocessing = 1;
|
|
|
+ };
|
|
|
+/* End PBXCopyFilesBuildPhase section */
|
|
|
+
|
|
|
/* Begin PBXFileReference section */
|
|
|
- CD2973C41D7B67EF00E37217 /* libexpect.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libexpect.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
CD2973D21D7B684400E37217 /* expect.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = expect.hpp; sourceTree = "<group>"; };
|
|
|
+ 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>"; };
|
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
|
- CD2973C11D7B67EF00E37217 /* Frameworks */ = {
|
|
|
+ CD3A75E81E259748008C6DC2 /* Frameworks */ = {
|
|
|
isa = PBXFrameworksBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
@@ -29,7 +43,8 @@
|
|
|
CD2973BB1D7B67EF00E37217 = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- CD2973D21D7B684400E37217 /* expect.hpp */,
|
|
|
+ CD3A75F71E25B2FF008C6DC2 /* src */,
|
|
|
+ CD3A75F61E25B2FB008C6DC2 /* test */,
|
|
|
CD2973C51D7B67EF00E37217 /* Products */,
|
|
|
);
|
|
|
sourceTree = "<group>";
|
|
|
@@ -37,41 +52,48 @@
|
|
|
CD2973C51D7B67EF00E37217 /* Products */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- CD2973C41D7B67EF00E37217 /* libexpect.dylib */,
|
|
|
+ CD3A75EB1E259748008C6DC2 /* expect_tc */,
|
|
|
);
|
|
|
name = Products;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
-/* End PBXGroup section */
|
|
|
-
|
|
|
-/* Begin PBXHeadersBuildPhase section */
|
|
|
- CD2973C21D7B67EF00E37217 /* Headers */ = {
|
|
|
- isa = PBXHeadersBuildPhase;
|
|
|
- buildActionMask = 2147483647;
|
|
|
- files = (
|
|
|
- CD2973D31D7B684400E37217 /* expect.hpp in Headers */,
|
|
|
+ CD3A75F61E25B2FB008C6DC2 /* test */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ CD3A75E51E2596B9008C6DC2 /* expect.t.h */,
|
|
|
+ CD3A75F31E2597A8008C6DC2 /* expect_tc.cpp */,
|
|
|
);
|
|
|
- runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ name = test;
|
|
|
+ sourceTree = "<group>";
|
|
|
};
|
|
|
-/* End PBXHeadersBuildPhase section */
|
|
|
+ CD3A75F71E25B2FF008C6DC2 /* src */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ CD2973D21D7B684400E37217 /* expect.hpp */,
|
|
|
+ );
|
|
|
+ name = src;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+/* End PBXGroup section */
|
|
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
|
- CD2973C31D7B67EF00E37217 /* expect */ = {
|
|
|
+ CD3A75EA1E259748008C6DC2 /* expect_tc */ = {
|
|
|
isa = PBXNativeTarget;
|
|
|
- buildConfigurationList = CD2973CF1D7B67EF00E37217 /* Build configuration list for PBXNativeTarget "expect" */;
|
|
|
+ buildConfigurationList = CD3A75EF1E259748008C6DC2 /* Build configuration list for PBXNativeTarget "expect_tc" */;
|
|
|
buildPhases = (
|
|
|
- CD2973C01D7B67EF00E37217 /* Sources */,
|
|
|
- CD2973C11D7B67EF00E37217 /* Frameworks */,
|
|
|
- CD2973C21D7B67EF00E37217 /* Headers */,
|
|
|
+ CD3A75F21E259771008C6DC2 /* ShellScript */,
|
|
|
+ CD3A75E71E259748008C6DC2 /* Sources */,
|
|
|
+ CD3A75E81E259748008C6DC2 /* Frameworks */,
|
|
|
+ CD3A75E91E259748008C6DC2 /* CopyFiles */,
|
|
|
);
|
|
|
buildRules = (
|
|
|
);
|
|
|
dependencies = (
|
|
|
);
|
|
|
- name = expect;
|
|
|
- productName = expect;
|
|
|
- productReference = CD2973C41D7B67EF00E37217 /* libexpect.dylib */;
|
|
|
- productType = "com.apple.product-type.library.dynamic";
|
|
|
+ name = expect_tc;
|
|
|
+ productName = expect_tc;
|
|
|
+ productReference = CD3A75EB1E259748008C6DC2 /* expect_tc */;
|
|
|
+ productType = "com.apple.product-type.tool";
|
|
|
};
|
|
|
/* End PBXNativeTarget section */
|
|
|
|
|
|
@@ -82,7 +104,7 @@
|
|
|
LastUpgradeCheck = 0720;
|
|
|
ORGANIZATIONNAME = "Sam Jaffe";
|
|
|
TargetAttributes = {
|
|
|
- CD2973C31D7B67EF00E37217 = {
|
|
|
+ CD3A75EA1E259748008C6DC2 = {
|
|
|
CreatedOnToolsVersion = 7.2.1;
|
|
|
};
|
|
|
};
|
|
|
@@ -99,16 +121,35 @@
|
|
|
projectDirPath = "";
|
|
|
projectRoot = "";
|
|
|
targets = (
|
|
|
- CD2973C31D7B67EF00E37217 /* expect */,
|
|
|
+ CD3A75EA1E259748008C6DC2 /* expect_tc */,
|
|
|
);
|
|
|
};
|
|
|
/* End PBXProject section */
|
|
|
|
|
|
+/* Begin PBXShellScriptBuildPhase section */
|
|
|
+ CD3A75F21E259771008C6DC2 /* ShellScript */ = {
|
|
|
+ isa = PBXShellScriptBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ files = (
|
|
|
+ );
|
|
|
+ inputPaths = (
|
|
|
+ "$(SRCROOT)/expect.t.h",
|
|
|
+ );
|
|
|
+ outputPaths = (
|
|
|
+ "$(SRCROOT)/expect_tc.cpp",
|
|
|
+ );
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ shellPath = /bin/sh;
|
|
|
+ shellScript = "cxxtestgen --error-printer -o expect_tc.cpp expect.t.h";
|
|
|
+ };
|
|
|
+/* End PBXShellScriptBuildPhase section */
|
|
|
+
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
|
- CD2973C01D7B67EF00E37217 /* Sources */ = {
|
|
|
+ CD3A75E71E259748008C6DC2 /* Sources */ = {
|
|
|
isa = PBXSourcesBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
+ CD3A75F51E2597A8008C6DC2 /* expect_tc.cpp in Sources */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
|
@@ -194,28 +235,18 @@
|
|
|
};
|
|
|
name = Release;
|
|
|
};
|
|
|
- CD2973D01D7B67EF00E37217 /* Debug */ = {
|
|
|
+ CD3A75F01E259748008C6DC2 /* Debug */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
|
buildSettings = {
|
|
|
- DYLIB_COMPATIBILITY_VERSION = 1;
|
|
|
- DYLIB_CURRENT_VERSION = 1;
|
|
|
- EXECUTABLE_PREFIX = lib;
|
|
|
- GCC_ENABLE_CPP_EXCEPTIONS = YES;
|
|
|
- GCC_ENABLE_CPP_RTTI = YES;
|
|
|
- GCC_SYMBOLS_PRIVATE_EXTERN = YES;
|
|
|
+ HEADER_SEARCH_PATHS = /usr/local/include/;
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
};
|
|
|
name = Debug;
|
|
|
};
|
|
|
- CD2973D11D7B67EF00E37217 /* Release */ = {
|
|
|
+ CD3A75F11E259748008C6DC2 /* Release */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
|
buildSettings = {
|
|
|
- DYLIB_COMPATIBILITY_VERSION = 1;
|
|
|
- DYLIB_CURRENT_VERSION = 1;
|
|
|
- EXECUTABLE_PREFIX = lib;
|
|
|
- GCC_ENABLE_CPP_EXCEPTIONS = YES;
|
|
|
- GCC_ENABLE_CPP_RTTI = YES;
|
|
|
- GCC_SYMBOLS_PRIVATE_EXTERN = YES;
|
|
|
+ HEADER_SEARCH_PATHS = /usr/local/include/;
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
};
|
|
|
name = Release;
|
|
|
@@ -232,11 +263,11 @@
|
|
|
defaultConfigurationIsVisible = 0;
|
|
|
defaultConfigurationName = Release;
|
|
|
};
|
|
|
- CD2973CF1D7B67EF00E37217 /* Build configuration list for PBXNativeTarget "expect" */ = {
|
|
|
+ CD3A75EF1E259748008C6DC2 /* Build configuration list for PBXNativeTarget "expect_tc" */ = {
|
|
|
isa = XCConfigurationList;
|
|
|
buildConfigurations = (
|
|
|
- CD2973D01D7B67EF00E37217 /* Debug */,
|
|
|
- CD2973D11D7B67EF00E37217 /* Release */,
|
|
|
+ CD3A75F01E259748008C6DC2 /* Debug */,
|
|
|
+ CD3A75F11E259748008C6DC2 /* Release */,
|
|
|
);
|
|
|
defaultConfigurationIsVisible = 0;
|
|
|
};
|