CloverBootloader/CloverPackage/utils/boot1-install/boot1-inst.xcodeproj/project.pbxproj
Sergey Isakov e38ac68c9f 32bit target is no more supported in Mojave
Signed-off-by: Sergey Isakov <isakov-sl@bk.ru>
2019-09-09 07:34:41 +03:00

260 lines
9.1 KiB
Plaintext

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
129263AE1A31CD23005F1426 /* DiskArbitration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 129263AD1A31CD23005F1426 /* DiskArbitration.framework */; };
129263B11A31CD2B005F1426 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 129263B01A31CD2B005F1426 /* CoreFoundation.framework */; };
129263B31A31CD34005F1426 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 129263B21A31CD34005F1426 /* IOKit.framework */; };
12F2E5541A3102E80058A333 /* boot1-install.c in Sources */ = {isa = PBXBuildFile; fileRef = 12F2E5531A3102E80058A333 /* boot1-install.c */; };
/* End PBXBuildFile section */
/* Begin PBXCopyFilesBuildPhase section */
12F2E5451A30F7E70058A333 /* CopyFiles */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = /usr/share/man/man1/;
dstSubfolderSpec = 0;
files = (
);
runOnlyForDeploymentPostprocessing = 1;
};
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
129263AD1A31CD23005F1426 /* DiskArbitration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = DiskArbitration.framework; path = System/Library/Frameworks/DiskArbitration.framework; sourceTree = SDKROOT; };
129263B01A31CD2B005F1426 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = System/Library/Frameworks/CoreFoundation.framework; sourceTree = SDKROOT; };
129263B21A31CD34005F1426 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = System/Library/Frameworks/IOKit.framework; sourceTree = SDKROOT; };
12F2E5471A30F7E70058A333 /* boot1-install */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "boot1-install"; sourceTree = BUILT_PRODUCTS_DIR; };
12F2E5531A3102E80058A333 /* boot1-install.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "boot1-install.c"; sourceTree = SOURCE_ROOT; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
12F2E5441A30F7E70058A333 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
129263B31A31CD34005F1426 /* IOKit.framework in Frameworks */,
129263B11A31CD2B005F1426 /* CoreFoundation.framework in Frameworks */,
129263AE1A31CD23005F1426 /* DiskArbitration.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
12F2E53E1A30F7E70058A333 = {
isa = PBXGroup;
children = (
129263B21A31CD34005F1426 /* IOKit.framework */,
129263B01A31CD2B005F1426 /* CoreFoundation.framework */,
129263AD1A31CD23005F1426 /* DiskArbitration.framework */,
12F2E5491A30F7E70058A333 /* boot1-inst */,
12F2E5481A30F7E70058A333 /* Products */,
);
sourceTree = "<group>";
};
12F2E5481A30F7E70058A333 /* Products */ = {
isa = PBXGroup;
children = (
12F2E5471A30F7E70058A333 /* boot1-install */,
);
name = Products;
sourceTree = "<group>";
};
12F2E5491A30F7E70058A333 /* boot1-inst */ = {
isa = PBXGroup;
children = (
12F2E5531A3102E80058A333 /* boot1-install.c */,
);
path = "boot1-inst";
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
12F2E5461A30F7E70058A333 /* boot1-install */ = {
isa = PBXNativeTarget;
buildConfigurationList = 12F2E54E1A30F7E70058A333 /* Build configuration list for PBXNativeTarget "boot1-install" */;
buildPhases = (
12F2E5431A30F7E70058A333 /* Sources */,
12F2E5441A30F7E70058A333 /* Frameworks */,
12F2E5451A30F7E70058A333 /* CopyFiles */,
);
buildRules = (
);
dependencies = (
);
name = "boot1-install";
productName = "boot1-inst";
productReference = 12F2E5471A30F7E70058A333 /* boot1-install */;
productType = "com.apple.product-type.tool";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
12F2E53F1A30F7E70058A333 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0610;
ORGANIZATIONNAME = Slice;
TargetAttributes = {
12F2E5461A30F7E70058A333 = {
CreatedOnToolsVersion = 6.1.1;
};
};
};
buildConfigurationList = 12F2E5421A30F7E70058A333 /* Build configuration list for PBXProject "boot1-inst" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
English,
en,
);
mainGroup = 12F2E53E1A30F7E70058A333;
productRefGroup = 12F2E5481A30F7E70058A333 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
12F2E5461A30F7E70058A333 /* boot1-install */,
);
};
/* End PBXProject section */
/* Begin PBXSourcesBuildPhase section */
12F2E5431A30F7E70058A333 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
12F2E5541A3102E80058A333 /* boot1-install.c in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin XCBuildConfiguration section */
12F2E54C1A30F7E70058A333 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
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;
COPY_PHASE_STRIP = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
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;
MACOSX_DEPLOYMENT_TARGET = 10.6;
MTL_ENABLE_DEBUG_INFO = YES;
SDKROOT = macosx;
};
name = Debug;
};
12F2E54D1A30F7E70058A333 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
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;
COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
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;
MACOSX_DEPLOYMENT_TARGET = 10.6;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = macosx;
};
name = Release;
};
12F2E54F1A30F7E70058A333 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = "";
};
name = Debug;
};
12F2E5501A30F7E70058A333 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
GCC_OPTIMIZATION_LEVEL = s;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = "";
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
12F2E5421A30F7E70058A333 /* Build configuration list for PBXProject "boot1-inst" */ = {
isa = XCConfigurationList;
buildConfigurations = (
12F2E54C1A30F7E70058A333 /* Debug */,
12F2E54D1A30F7E70058A333 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
12F2E54E1A30F7E70058A333 /* Build configuration list for PBXNativeTarget "boot1-install" */ = {
isa = XCConfigurationList;
buildConfigurations = (
12F2E54F1A30F7E70058A333 /* Debug */,
12F2E5501A30F7E70058A333 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 12F2E53F1A30F7E70058A333 /* Project object */;
}