268 lines
8.6 KiB
Plaintext
268 lines
8.6 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 46;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
0750BF3A192CF9BB00F0FFA9 /* udcli.c in Sources */ = {isa = PBXBuildFile; fileRef = 0750BF39192CF9BB00F0FFA9 /* udcli.c */; };
|
|
0750BF3C192CFA6100F0FFA9 /* libudis.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 0750BF3B192CFA6100F0FFA9 /* libudis.a */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXCopyFilesBuildPhase section */
|
|
0750BF2B192CF98400F0FFA9 /* CopyFiles */ = {
|
|
isa = PBXCopyFilesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
dstPath = /usr/share/man/man1/;
|
|
dstSubfolderSpec = 0;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 1;
|
|
};
|
|
/* End PBXCopyFilesBuildPhase section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
0750BF2D192CF98400F0FFA9 /* udcli */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = udcli; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
0750BF39192CF9BB00F0FFA9 /* udcli.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = udcli.c; path = ../../udcli/udcli.c; sourceTree = SOURCE_ROOT; };
|
|
0750BF3B192CFA6100F0FFA9 /* libudis.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libudis.a; path = "../../../../Library/Developer/Xcode/DerivedData/udis-cxhtywlfqipmbpakmbnrzkfnbegd/Build/Products/Debug/libudis.a"; sourceTree = "<group>"; };
|
|
0750BF3E192CFB0300F0FFA9 /* sample_input */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = sample_input; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
0750BF2A192CF98400F0FFA9 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
0750BF3C192CFA6100F0FFA9 /* libudis.a in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
0750BF24192CF98400F0FFA9 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
0750BF3D192CFAEE00F0FFA9 /* sample */,
|
|
0750BF3B192CFA6100F0FFA9 /* libudis.a */,
|
|
0750BF2F192CF98400F0FFA9 /* udcli */,
|
|
0750BF2E192CF98400F0FFA9 /* Products */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
0750BF2E192CF98400F0FFA9 /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
0750BF2D192CF98400F0FFA9 /* udcli */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
0750BF2F192CF98400F0FFA9 /* udcli */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
0750BF39192CF9BB00F0FFA9 /* udcli.c */,
|
|
);
|
|
path = udcli;
|
|
sourceTree = "<group>";
|
|
};
|
|
0750BF3D192CFAEE00F0FFA9 /* sample */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
0750BF3E192CFB0300F0FFA9 /* sample_input */,
|
|
);
|
|
name = sample;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
0750BF2C192CF98400F0FFA9 /* udcli */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 0750BF36192CF98400F0FFA9 /* Build configuration list for PBXNativeTarget "udcli" */;
|
|
buildPhases = (
|
|
0750BF29192CF98400F0FFA9 /* Sources */,
|
|
0750BF2A192CF98400F0FFA9 /* Frameworks */,
|
|
0750BF2B192CF98400F0FFA9 /* CopyFiles */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = udcli;
|
|
productName = udcli;
|
|
productReference = 0750BF2D192CF98400F0FFA9 /* udcli */;
|
|
productType = "com.apple.product-type.tool";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
0750BF25192CF98400F0FFA9 /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
LastUpgradeCheck = 0510;
|
|
ORGANIZATIONNAME = "Cryptic Apps";
|
|
};
|
|
buildConfigurationList = 0750BF28192CF98400F0FFA9 /* Build configuration list for PBXProject "udcli" */;
|
|
compatibilityVersion = "Xcode 3.2";
|
|
developmentRegion = English;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
);
|
|
mainGroup = 0750BF24192CF98400F0FFA9;
|
|
productRefGroup = 0750BF2E192CF98400F0FFA9 /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
0750BF2C192CF98400F0FFA9 /* udcli */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
0750BF29192CF98400F0FFA9 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
0750BF3A192CF9BB00F0FFA9 /* udcli.c in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
0750BF34192CF98400F0FFA9 /* 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__DUPLICATE_METHOD_MATCH = YES;
|
|
COPY_PHASE_STRIP = NO;
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
"DEBUG=1",
|
|
"$(inherited)",
|
|
);
|
|
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
|
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;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
HEADER_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
|
|
$PROJECT_DIR/../libudis86,
|
|
);
|
|
MACOSX_DEPLOYMENT_TARGET = 10.9;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
SDKROOT = macosx;
|
|
};
|
|
name = Debug;
|
|
};
|
|
0750BF35192CF98400F0FFA9 /* 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__DUPLICATE_METHOD_MATCH = YES;
|
|
COPY_PHASE_STRIP = YES;
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
ENABLE_NS_ASSERTIONS = NO;
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_ENABLE_OBJC_EXCEPTIONS = 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;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
HEADER_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
|
|
$PROJECT_DIR/../libudis86,
|
|
);
|
|
MACOSX_DEPLOYMENT_TARGET = 10.9;
|
|
SDKROOT = macosx;
|
|
};
|
|
name = Release;
|
|
};
|
|
0750BF37192CF98400F0FFA9 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
HEADER_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
|
|
$PROJECT_DIR/../..,
|
|
);
|
|
LIBRARY_SEARCH_PATHS = "$(inherited)";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
};
|
|
name = Debug;
|
|
};
|
|
0750BF38192CF98400F0FFA9 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
HEADER_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
|
|
$PROJECT_DIR/../..,
|
|
);
|
|
LIBRARY_SEARCH_PATHS = "$(inherited)";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
0750BF28192CF98400F0FFA9 /* Build configuration list for PBXProject "udcli" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
0750BF34192CF98400F0FFA9 /* Debug */,
|
|
0750BF35192CF98400F0FFA9 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
0750BF36192CF98400F0FFA9 /* Build configuration list for PBXNativeTarget "udcli" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
0750BF37192CF98400F0FFA9 /* Debug */,
|
|
0750BF38192CF98400F0FFA9 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = 0750BF25192CF98400F0FFA9 /* Project object */;
|
|
}
|