project.pbxproj   [plain text]


// !$*UTF8*$!
{
	archiveVersion = 1;
	classes = {
	};
	objectVersion = 39;
	objects = {
		0560FFD5008B977E11CA2AA4 = {
			fileEncoding = 30;
			isa = PBXFileReference;
			lastKnownFileType = sourcecode.cpp.cpp;
			path = IODVDBlockStorageDriver.cpp;
			refType = 4;
			sourceTree = "<group>";
		};
		0560FFD6008B977E11CA2AA4 = {
			fileEncoding = 30;
			isa = PBXFileReference;
			lastKnownFileType = sourcecode.c.h;
			path = IODVDBlockStorageDevice.h;
			refType = 4;
			sourceTree = "<group>";
		};
		0560FFD7008B977E11CA2AA4 = {
			fileEncoding = 30;
			isa = PBXFileReference;
			lastKnownFileType = sourcecode.cpp.cpp;
			path = IODVDBlockStorageDevice.cpp;
			refType = 4;
			sourceTree = "<group>";
		};
		0560FFD8008B977E11CA2AA4 = {
			fileEncoding = 30;
			isa = PBXFileReference;
			lastKnownFileType = sourcecode.c.h;
			path = IODVDBlockStorageDriver.h;
			refType = 4;
			sourceTree = "<group>";
		};
		0560FFD9008B977E11CA2AA4 = {
			fileEncoding = 30;
			isa = PBXFileReference;
			lastKnownFileType = sourcecode.cpp.cpp;
			path = IODVDMedia.cpp;
			refType = 4;
			sourceTree = "<group>";
		};
		0560FFDA008B977E11CA2AA4 = {
			fileEncoding = 30;
			isa = PBXFileReference;
			lastKnownFileType = sourcecode.c.h;
			path = IODVDMedia.h;
			refType = 4;
			sourceTree = "<group>";
		};
		0560FFDB008B977E11CA2AA4 = {
			fileEncoding = 30;
			isa = PBXFileReference;
			lastKnownFileType = sourcecode.c.h;
			path = IODVDTypes.h;
			refType = 4;
			sourceTree = "<group>";
		};
//050
//051
//052
//053
//054
//060
//061
//062
//063
//064
		06AA1265FFB2107B11CA28AA = {
			buildSettings = {
				COPY_PHASE_STRIP = NO;
				GCC_DYNAMIC_NO_PIC = NO;
				GCC_ENABLE_FIX_AND_CONTINUE = YES;
				GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
				GCC_OPTIMIZATION_LEVEL = 0;
				OPTIMIZATION_CFLAGS = "-O0";
				ZERO_LINK = YES;
			};
			isa = PBXBuildStyle;
			name = Development;
		};
		06AA1266FFB2107B11CA28AA = {
			buildSettings = {
				COPY_PHASE_STRIP = YES;
				GCC_ENABLE_FIX_AND_CONTINUE = NO;
				ZERO_LINK = NO;
			};
			isa = PBXBuildStyle;
			name = Deployment;
		};
//060
//061
//062
//063
//064
//080
//081
//082
//083
//084
		089C1669FE841209C02AAC07 = {
			buildSettings = {
			};
			buildStyles = (
				06AA1265FFB2107B11CA28AA,
				06AA1266FFB2107B11CA28AA,
			);
			hasScannedForEncodings = 1;
			isa = PBXProject;
			mainGroup = 089C166AFE841209C02AAC07;
			projectDirPath = "";
			targets = (
				60BD23670736E82C00AC1192,
				60BD23820736E82C00AC1192,
			);
		};
		089C166AFE841209C02AAC07 = {
			children = (
				6058858307382A7E00193F37,
				19C28FB6FE9D52B211CA2CBB,
				089C167CFE841241C02AAC07,
				247142CAFF3F8F9811CA285C,
			);
			isa = PBXGroup;
			name = IODVDStorageFamily;
			refType = 4;
			sourceTree = "<group>";
		};
		089C167CFE841241C02AAC07 = {
			children = (
				126DFF8F01BFAFB103A87B01,
				122704CE02B8FC3603A87B01,
				122704CF02B8FC3603A87B01,
				122704D002B8FC3603A87B01,
				6D0114DB04EACC8800A87B01,
				6D0114DC04EACC8800A87B01,
				60BD23800736E82C00AC1192,
				089C167DFE841241C02AAC07,
			);
			isa = PBXGroup;
			name = Resources;
			refType = 4;
			sourceTree = "<group>";
		};
		089C167DFE841241C02AAC07 = {
			children = (
				089C167EFE841241C02AAC07,
			);
			isa = PBXVariantGroup;
			name = InfoPlist.strings;
			refType = 4;
			sourceTree = "<group>";
		};
		089C167EFE841241C02AAC07 = {
			fileEncoding = 10;
			isa = PBXFileReference;
			lastKnownFileType = text.plist.strings;
			name = English;
			path = English.lproj/InfoPlist.strings;
			refType = 4;
			sourceTree = "<group>";
		};
//080
//081
//082
//083
//084
//120
//121
//122
//123
//124
		122704CE02B8FC3603A87B01 = {
			isa = PBXFileReference;
			lastKnownFileType = image.icns;
			path = "DVD-R.icns";
			refType = 4;
			sourceTree = "<group>";
		};
		122704CF02B8FC3603A87B01 = {
			isa = PBXFileReference;
			lastKnownFileType = image.icns;
			path = "DVD-RAM.icns";
			refType = 4;
			sourceTree = "<group>";
		};
		122704D002B8FC3603A87B01 = {
			isa = PBXFileReference;
			lastKnownFileType = image.icns;
			path = "DVD-RW.icns";
			refType = 4;
			sourceTree = "<group>";
		};
		126DFF8F01BFAFB103A87B01 = {
			isa = PBXFileReference;
			lastKnownFileType = image.icns;
			path = DVD.icns;
			refType = 4;
			sourceTree = "<group>";
		};
		12BF9C9800D8588E03CA2AA4 = {
			fileEncoding = 30;
			isa = PBXFileReference;
			lastKnownFileType = sourcecode.cpp.cpp;
			path = IODVDMediaBSDClient.cpp;
			refType = 4;
			sourceTree = "<group>";
		};
		12BF9C9900D8588E03CA2AA4 = {
			fileEncoding = 30;
			isa = PBXFileReference;
			lastKnownFileType = sourcecode.c.h;
			path = IODVDMediaBSDClient.h;
			refType = 4;
			sourceTree = "<group>";
		};
//120
//121
//122
//123
//124
//190
//191
//192
//193
//194
		19C28FB6FE9D52B211CA2CBB = {
			children = (
				60BD23810736E82C00AC1192,
				60BD23930736E82C00AC1192,
			);
			isa = PBXGroup;
			name = Products;
			refType = 4;
			sourceTree = "<group>";
		};
//190
//191
//192
//193
//194
//240
//241
//242
//243
//244
		247142CAFF3F8F9811CA285C = {
			children = (
				0560FFD7008B977E11CA2AA4,
				0560FFD6008B977E11CA2AA4,
				0560FFD5008B977E11CA2AA4,
				0560FFD8008B977E11CA2AA4,
				0560FFD9008B977E11CA2AA4,
				0560FFDA008B977E11CA2AA4,
				12BF9C9800D8588E03CA2AA4,
				12BF9C9900D8588E03CA2AA4,
				0560FFDB008B977E11CA2AA4,
			);
			isa = PBXGroup;
			name = Sources;
			path = "";
			refType = 4;
			sourceTree = "<group>";
		};
//240
//241
//242
//243
//244
//600
//601
//602
//603
//604
		6058858007382A7900193F37 = {
			isa = PBXFileReference;
			lastKnownFileType = wrapper.framework;
			name = Kernel.framework;
			path = /System/Library/Frameworks/Kernel.framework;
			refType = 0;
			sourceTree = "<absolute>";
		};
		6058858307382A7E00193F37 = {
			children = (
				6058858007382A7900193F37,
			);
			isa = PBXGroup;
			name = Frameworks;
			refType = 4;
			sourceTree = "<group>";
		};
		60BD23670736E82C00AC1192 = {
			buildPhases = (
				60BD236A0736E82C00AC1192,
				60BD23700736E82C00AC1192,
				60BD23780736E82C00AC1192,
			);
			buildRules = (
			);
			buildSettings = {
				FRAMEWORK_SEARCH_PATHS = "";
				HEADER_SEARCH_PATHS = "";
				INFOPLIST_FILE = Info.plist;
				INSTALL_PATH = "$(SYSTEM_LIBRARY_DIR)/Extensions";
				KERNEL_MODULE = YES;
				LIBRARY_SEARCH_PATHS = "";
				MODULE_IOKIT = YES;
				MODULE_NAME = com.apple.iokit.IODVDStorageFamily;
				MODULE_VERSION = 1.4;
				OTHER_CFLAGS = "";
				OTHER_LDFLAGS = "";
				OTHER_REZFLAGS = "";
				PRODUCT_NAME = IODVDStorageFamily;
				SECTORDER_FLAGS = "";
				WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas";
				WRAPPER_EXTENSION = kext;
			};
			dependencies = (
				60BD23960736E82C00AC1192,
			);
			isa = PBXNativeTarget;
			name = IODVDStorageFamily;
			productInstallPath = "$(SYSTEM_LIBRARY_DIR)/Extensions";
			productName = IODVDStorageFamily;
			productReference = 60BD23810736E82C00AC1192;
			productType = "com.apple.product-type.kernel-extension.iokit";
		};
		60BD236A0736E82C00AC1192 = {
			buildActionMask = 2147483647;
			files = (
				60BD236B0736E82C00AC1192,
				60BD236C0736E82C00AC1192,
				60BD236D0736E82C00AC1192,
				60BD236E0736E82C00AC1192,
				60BD236F0736E82C00AC1192,
			);
			isa = PBXHeadersBuildPhase;
			runOnlyForDeploymentPostprocessing = 0;
		};
		60BD236B0736E82C00AC1192 = {
			fileRef = 0560FFD6008B977E11CA2AA4;
			isa = PBXBuildFile;
			settings = {
			};
		};
		60BD236C0736E82C00AC1192 = {
			fileRef = 0560FFD8008B977E11CA2AA4;
			isa = PBXBuildFile;
			settings = {
			};
		};
		60BD236D0736E82C00AC1192 = {
			fileRef = 0560FFDA008B977E11CA2AA4;
			isa = PBXBuildFile;
			settings = {
			};
		};
		60BD236E0736E82C00AC1192 = {
			fileRef = 12BF9C9900D8588E03CA2AA4;
			isa = PBXBuildFile;
			settings = {
			};
		};
		60BD236F0736E82C00AC1192 = {
			fileRef = 0560FFDB008B977E11CA2AA4;
			isa = PBXBuildFile;
			settings = {
			};
		};
		60BD23700736E82C00AC1192 = {
			buildActionMask = 2147483647;
			files = (
				60BD23720736E82C00AC1192,
				60BD23730736E82C00AC1192,
				60BD23740736E82C00AC1192,
				60BD23750736E82C00AC1192,
				60BD23760736E82C00AC1192,
				60BD23770736E82C00AC1192,
				60BD23710736E82C00AC1192,
			);
			isa = PBXResourcesBuildPhase;
			runOnlyForDeploymentPostprocessing = 0;
		};
		60BD23710736E82C00AC1192 = {
			fileRef = 089C167DFE841241C02AAC07;
			isa = PBXBuildFile;
			settings = {
			};
		};
		60BD23720736E82C00AC1192 = {
			fileRef = 126DFF8F01BFAFB103A87B01;
			isa = PBXBuildFile;
			settings = {
			};
		};
		60BD23730736E82C00AC1192 = {
			fileRef = 122704CE02B8FC3603A87B01;
			isa = PBXBuildFile;
			settings = {
			};
		};
		60BD23740736E82C00AC1192 = {
			fileRef = 122704CF02B8FC3603A87B01;
			isa = PBXBuildFile;
			settings = {
			};
		};
		60BD23750736E82C00AC1192 = {
			fileRef = 122704D002B8FC3603A87B01;
			isa = PBXBuildFile;
			settings = {
			};
		};
		60BD23760736E82C00AC1192 = {
			fileRef = 6D0114DB04EACC8800A87B01;
			isa = PBXBuildFile;
			settings = {
			};
		};
		60BD23770736E82C00AC1192 = {
			fileRef = 6D0114DC04EACC8800A87B01;
			isa = PBXBuildFile;
			settings = {
			};
		};
		60BD23780736E82C00AC1192 = {
			buildActionMask = 2147483647;
			files = (
				60BD23790736E82C00AC1192,
				60BD237A0736E82C00AC1192,
				60BD237B0736E82C00AC1192,
				60BD237C0736E82C00AC1192,
			);
			isa = PBXSourcesBuildPhase;
			runOnlyForDeploymentPostprocessing = 0;
		};
		60BD23790736E82C00AC1192 = {
			fileRef = 0560FFD7008B977E11CA2AA4;
			isa = PBXBuildFile;
			settings = {
			};
		};
		60BD237A0736E82C00AC1192 = {
			fileRef = 0560FFD5008B977E11CA2AA4;
			isa = PBXBuildFile;
			settings = {
			};
		};
		60BD237B0736E82C00AC1192 = {
			fileRef = 0560FFD9008B977E11CA2AA4;
			isa = PBXBuildFile;
			settings = {
			};
		};
		60BD237C0736E82C00AC1192 = {
			fileRef = 12BF9C9800D8588E03CA2AA4;
			isa = PBXBuildFile;
			settings = {
			};
		};
		60BD23800736E82C00AC1192 = {
			fileEncoding = 4;
			isa = PBXFileReference;
			lastKnownFileType = text.xml;
			path = Info.plist;
			refType = 4;
			sourceTree = "<group>";
		};
		60BD23810736E82C00AC1192 = {
			explicitFileType = wrapper.cfbundle;
			includeInIndex = 0;
			isa = PBXFileReference;
			path = IODVDStorageFamily.kext;
			refType = 3;
			sourceTree = BUILT_PRODUCTS_DIR;
		};
		60BD23820736E82C00AC1192 = {
			buildPhases = (
				60BD23870736E82C00AC1192,
				60BD238D0736E82C00AC1192,
				60BD23920736E82C00AC1192,
			);
			buildRules = (
			);
			buildSettings = {
				INSTALLHDRS_COPY_PHASE = YES;
				INSTALL_PATH = "$(SYSTEM_LIBRARY_DIR)/Frameworks";
				OTHER_CFLAGS = "";
				OTHER_LDFLAGS = "";
				OTHER_REZFLAGS = "";
				PRODUCT_NAME = "IODVDStorageFamily Headers";
				REZ_EXECUTABLE = YES;
				SECTORDER_FLAGS = "";
				WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas";
			};
			dependencies = (
			);
			isa = PBXNativeTarget;
			name = "IODVDStorageFamily Headers";
			productInstallPath = "$(SYSTEM_LIBRARY_DIR)/Frameworks";
			productName = "IODVDStorageFamily Headers";
			productReference = 60BD23930736E82C00AC1192;
			productType = "com.apple.product-type.tool";
		};
		60BD23870736E82C00AC1192 = {
			buildActionMask = 8;
			dstPath = "$(SYSTEM_LIBRARY_DIR)/Frameworks/Kernel.framework/Versions/A/Headers/IOKit/storage";
			dstSubfolderSpec = 0;
			files = (
				60BD23880736E82C00AC1192,
				60BD23890736E82C00AC1192,
				60BD238A0736E82C00AC1192,
				60BD238B0736E82C00AC1192,
				60BD238C0736E82C00AC1192,
			);
			isa = PBXCopyFilesBuildPhase;
			runOnlyForDeploymentPostprocessing = 1;
		};
		60BD23880736E82C00AC1192 = {
			fileRef = 0560FFD6008B977E11CA2AA4;
			isa = PBXBuildFile;
			settings = {
			};
		};
		60BD23890736E82C00AC1192 = {
			fileRef = 0560FFD8008B977E11CA2AA4;
			isa = PBXBuildFile;
			settings = {
			};
		};
		60BD238A0736E82C00AC1192 = {
			fileRef = 0560FFDA008B977E11CA2AA4;
			isa = PBXBuildFile;
			settings = {
			};
		};
		60BD238B0736E82C00AC1192 = {
			fileRef = 12BF9C9900D8588E03CA2AA4;
			isa = PBXBuildFile;
			settings = {
			};
		};
		60BD238C0736E82C00AC1192 = {
			fileRef = 0560FFDB008B977E11CA2AA4;
			isa = PBXBuildFile;
			settings = {
			};
		};
		60BD238D0736E82C00AC1192 = {
			buildActionMask = 8;
			dstPath = "$(SYSTEM_LIBRARY_DIR)/Frameworks/IOKit.framework/Versions/A/Headers/storage";
			dstSubfolderSpec = 0;
			files = (
				60BD238E0736E82C00AC1192,
				60BD238F0736E82C00AC1192,
				60BD23900736E82C00AC1192,
				60BD23910736E82C00AC1192,
			);
			isa = PBXCopyFilesBuildPhase;
			runOnlyForDeploymentPostprocessing = 1;
		};
		60BD238E0736E82C00AC1192 = {
			fileRef = 0560FFD6008B977E11CA2AA4;
			isa = PBXBuildFile;
			settings = {
			};
		};
		60BD238F0736E82C00AC1192 = {
			fileRef = 0560FFDA008B977E11CA2AA4;
			isa = PBXBuildFile;
			settings = {
			};
		};
		60BD23900736E82C00AC1192 = {
			fileRef = 12BF9C9900D8588E03CA2AA4;
			isa = PBXBuildFile;
			settings = {
			};
		};
		60BD23910736E82C00AC1192 = {
			fileRef = 0560FFDB008B977E11CA2AA4;
			isa = PBXBuildFile;
			settings = {
			};
		};
		60BD23920736E82C00AC1192 = {
			buildActionMask = 8;
			files = (
			);
			isa = PBXShellScriptBuildPhase;
			runOnlyForDeploymentPostprocessing = 1;
			shellPath = /bin/sh;
			shellScript = "headers=\"${DSTROOT}${SYSTEM_LIBRARY_DIR}/Frameworks/IOKit.framework/Versions/A/Headers/storage/*.h\";\nfor header in ${headers}; do\n    unifdef -UKERNEL \"${header}\" > \"${header}.unifdef\"\n    mv \"${header}.unifdef\" \"${header}\"\ndone";
		};
		60BD23930736E82C00AC1192 = {
			explicitFileType = "compiled.mach-o.executable";
			includeInIndex = 0;
			isa = PBXFileReference;
			path = "IODVDStorageFamily Headers";
			refType = 3;
			sourceTree = BUILT_PRODUCTS_DIR;
		};
		60BD23950736E82C00AC1192 = {
			containerPortal = 089C1669FE841209C02AAC07;
			isa = PBXContainerItemProxy;
			proxyType = 1;
			remoteGlobalIDString = 60BD23820736E82C00AC1192;
			remoteInfo = "IODVDStorageFamily Headers (Upgraded)";
		};
		60BD23960736E82C00AC1192 = {
			isa = PBXTargetDependency;
			target = 60BD23820736E82C00AC1192;
			targetProxy = 60BD23950736E82C00AC1192;
		};
//600
//601
//602
//603
//604
//6D0
//6D1
//6D2
//6D3
//6D4
		6D0114DB04EACC8800A87B01 = {
			isa = PBXFileReference;
			lastKnownFileType = image.icns;
			path = "DVD+R.icns";
			refType = 4;
			sourceTree = "<group>";
		};
		6D0114DC04EACC8800A87B01 = {
			isa = PBXFileReference;
			lastKnownFileType = image.icns;
			path = "DVD+RW.icns";
			refType = 4;
			sourceTree = "<group>";
		};
	};
	rootObject = 089C1669FE841209C02AAC07;
}