|
|
@@ -7,18 +7,30 @@
|
|
|
objects = {
|
|
|
|
|
|
/* Begin PBXBuildFile section */
|
|
|
- CD6E2CED1D84BF64002C1FB3 /* match.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD6E2CEB1D84BF64002C1FB3 /* match.cpp */; };
|
|
|
- CD6E2CEE1D84BF64002C1FB3 /* match.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CD6E2CEC1D84BF64002C1FB3 /* match.hpp */; };
|
|
|
+ CD78202B1E44DB26001D22E5 /* case_matcher_tc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD7820291E44DB26001D22E5 /* case_matcher_tc.cpp */; };
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
+/* Begin PBXCopyFilesBuildPhase section */
|
|
|
+ CD7820201E44DAD1001D22E5 /* CopyFiles */ = {
|
|
|
+ isa = PBXCopyFilesBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ dstPath = /usr/share/man/man1/;
|
|
|
+ dstSubfolderSpec = 0;
|
|
|
+ files = (
|
|
|
+ );
|
|
|
+ runOnlyForDeploymentPostprocessing = 1;
|
|
|
+ };
|
|
|
+/* End PBXCopyFilesBuildPhase section */
|
|
|
+
|
|
|
/* Begin PBXFileReference section */
|
|
|
- CD6E2CDC1D84BF3C002C1FB3 /* libcase-matcher.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = "libcase-matcher.dylib"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
- CD6E2CEB1D84BF64002C1FB3 /* match.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = match.cpp; sourceTree = "<group>"; };
|
|
|
CD6E2CEC1D84BF64002C1FB3 /* match.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = match.hpp; sourceTree = "<group>"; };
|
|
|
+ CD78201D1E44DABD001D22E5 /* match.t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = match.t.h; sourceTree = "<group>"; };
|
|
|
+ CD7820221E44DAD1001D22E5 /* case_matcher_tc */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = case_matcher_tc; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
+ CD7820291E44DB26001D22E5 /* case_matcher_tc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = case_matcher_tc.cpp; sourceTree = "<group>"; };
|
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
|
- CD6E2CD91D84BF3C002C1FB3 /* Frameworks */ = {
|
|
|
+ CD78201F1E44DAD1001D22E5 /* Frameworks */ = {
|
|
|
isa = PBXFrameworksBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
@@ -32,6 +44,7 @@
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
CD6E2CEA1D84BF45002C1FB3 /* src */,
|
|
|
+ CD78201C1E44DAAE001D22E5 /* test */,
|
|
|
CD6E2CDD1D84BF3C002C1FB3 /* Products */,
|
|
|
);
|
|
|
sourceTree = "<group>";
|
|
|
@@ -39,7 +52,7 @@
|
|
|
CD6E2CDD1D84BF3C002C1FB3 /* Products */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- CD6E2CDC1D84BF3C002C1FB3 /* libcase-matcher.dylib */,
|
|
|
+ CD7820221E44DAD1001D22E5 /* case_matcher_tc */,
|
|
|
);
|
|
|
name = Products;
|
|
|
sourceTree = "<group>";
|
|
|
@@ -47,42 +60,40 @@
|
|
|
CD6E2CEA1D84BF45002C1FB3 /* src */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- CD6E2CEB1D84BF64002C1FB3 /* match.cpp */,
|
|
|
CD6E2CEC1D84BF64002C1FB3 /* match.hpp */,
|
|
|
);
|
|
|
name = src;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
-/* End PBXGroup section */
|
|
|
-
|
|
|
-/* Begin PBXHeadersBuildPhase section */
|
|
|
- CD6E2CDA1D84BF3C002C1FB3 /* Headers */ = {
|
|
|
- isa = PBXHeadersBuildPhase;
|
|
|
- buildActionMask = 2147483647;
|
|
|
- files = (
|
|
|
- CD6E2CEE1D84BF64002C1FB3 /* match.hpp in Headers */,
|
|
|
+ CD78201C1E44DAAE001D22E5 /* test */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ CD78201D1E44DABD001D22E5 /* match.t.h */,
|
|
|
+ CD7820291E44DB26001D22E5 /* case_matcher_tc.cpp */,
|
|
|
);
|
|
|
- runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ name = test;
|
|
|
+ sourceTree = "<group>";
|
|
|
};
|
|
|
-/* End PBXHeadersBuildPhase section */
|
|
|
+/* End PBXGroup section */
|
|
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
|
- CD6E2CDB1D84BF3C002C1FB3 /* case-matcher */ = {
|
|
|
+ CD7820211E44DAD1001D22E5 /* case_matcher_tc */ = {
|
|
|
isa = PBXNativeTarget;
|
|
|
- buildConfigurationList = CD6E2CE71D84BF3C002C1FB3 /* Build configuration list for PBXNativeTarget "case-matcher" */;
|
|
|
+ buildConfigurationList = CD7820261E44DAD1001D22E5 /* Build configuration list for PBXNativeTarget "case_matcher_tc" */;
|
|
|
buildPhases = (
|
|
|
- CD6E2CD81D84BF3C002C1FB3 /* Sources */,
|
|
|
- CD6E2CD91D84BF3C002C1FB3 /* Frameworks */,
|
|
|
- CD6E2CDA1D84BF3C002C1FB3 /* Headers */,
|
|
|
+ CD78202C1E44DB3B001D22E5 /* ShellScript */,
|
|
|
+ CD78201E1E44DAD1001D22E5 /* Sources */,
|
|
|
+ CD78201F1E44DAD1001D22E5 /* Frameworks */,
|
|
|
+ CD7820201E44DAD1001D22E5 /* CopyFiles */,
|
|
|
);
|
|
|
buildRules = (
|
|
|
);
|
|
|
dependencies = (
|
|
|
);
|
|
|
- name = "case-matcher";
|
|
|
- productName = "case-matcher";
|
|
|
- productReference = CD6E2CDC1D84BF3C002C1FB3 /* libcase-matcher.dylib */;
|
|
|
- productType = "com.apple.product-type.library.dynamic";
|
|
|
+ name = case_matcher_tc;
|
|
|
+ productName = case_matcher_tc;
|
|
|
+ productReference = CD7820221E44DAD1001D22E5 /* case_matcher_tc */;
|
|
|
+ productType = "com.apple.product-type.tool";
|
|
|
};
|
|
|
/* End PBXNativeTarget section */
|
|
|
|
|
|
@@ -93,7 +104,7 @@
|
|
|
LastUpgradeCheck = 0720;
|
|
|
ORGANIZATIONNAME = "Sam Jaffe";
|
|
|
TargetAttributes = {
|
|
|
- CD6E2CDB1D84BF3C002C1FB3 = {
|
|
|
+ CD7820211E44DAD1001D22E5 = {
|
|
|
CreatedOnToolsVersion = 7.2.1;
|
|
|
};
|
|
|
};
|
|
|
@@ -110,17 +121,35 @@
|
|
|
projectDirPath = "";
|
|
|
projectRoot = "";
|
|
|
targets = (
|
|
|
- CD6E2CDB1D84BF3C002C1FB3 /* case-matcher */,
|
|
|
+ CD7820211E44DAD1001D22E5 /* case_matcher_tc */,
|
|
|
);
|
|
|
};
|
|
|
/* End PBXProject section */
|
|
|
|
|
|
+/* Begin PBXShellScriptBuildPhase section */
|
|
|
+ CD78202C1E44DB3B001D22E5 /* ShellScript */ = {
|
|
|
+ isa = PBXShellScriptBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ files = (
|
|
|
+ );
|
|
|
+ inputPaths = (
|
|
|
+ "$(SRCROOT)/match.t.h",
|
|
|
+ );
|
|
|
+ outputPaths = (
|
|
|
+ "$(SRCROOT)/case_matcher_tc.cpp",
|
|
|
+ );
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ shellPath = /bin/sh;
|
|
|
+ shellScript = "cxxtestgen --error-printer -o case_matcher_tc.cpp match.t.h";
|
|
|
+ };
|
|
|
+/* End PBXShellScriptBuildPhase section */
|
|
|
+
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
|
- CD6E2CD81D84BF3C002C1FB3 /* Sources */ = {
|
|
|
+ CD78201E1E44DAD1001D22E5 /* Sources */ = {
|
|
|
isa = PBXSourcesBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
- CD6E2CED1D84BF64002C1FB3 /* match.cpp in Sources */,
|
|
|
+ CD78202B1E44DB26001D22E5 /* case_matcher_tc.cpp in Sources */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
|
@@ -206,28 +235,18 @@
|
|
|
};
|
|
|
name = Release;
|
|
|
};
|
|
|
- CD6E2CE81D84BF3C002C1FB3 /* Debug */ = {
|
|
|
+ CD7820271E44DAD1001D22E5 /* 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;
|
|
|
};
|
|
|
- CD6E2CE91D84BF3C002C1FB3 /* Release */ = {
|
|
|
+ CD7820281E44DAD1001D22E5 /* 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;
|
|
|
@@ -244,11 +263,11 @@
|
|
|
defaultConfigurationIsVisible = 0;
|
|
|
defaultConfigurationName = Release;
|
|
|
};
|
|
|
- CD6E2CE71D84BF3C002C1FB3 /* Build configuration list for PBXNativeTarget "case-matcher" */ = {
|
|
|
+ CD7820261E44DAD1001D22E5 /* Build configuration list for PBXNativeTarget "case_matcher_tc" */ = {
|
|
|
isa = XCConfigurationList;
|
|
|
buildConfigurations = (
|
|
|
- CD6E2CE81D84BF3C002C1FB3 /* Debug */,
|
|
|
- CD6E2CE91D84BF3C002C1FB3 /* Release */,
|
|
|
+ CD7820271E44DAD1001D22E5 /* Debug */,
|
|
|
+ CD7820281E44DAD1001D22E5 /* Release */,
|
|
|
);
|
|
|
defaultConfigurationIsVisible = 0;
|
|
|
};
|