// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 42; objects = { /* Begin PBXBuildFile section */ 089C1680FE841241C02AAC07 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C167DFE841241C02AAC07 /* InfoPlist.strings */; }; 1A224C40FF42367911CA2CB7 /* KeyLargoATA.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A224C3EFF42367911CA2CB7 /* KeyLargoATA.h */; }; 1A224C41FF42367911CA2CB7 /* KeyLargoATA.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A224C3FFF42367911CA2CB7 /* KeyLargoATA.cpp */; settings = {ATTRIBUTES = (); }; }; /* End PBXBuildFile section */ /* Begin PBXBuildStyle section */ 06AA1265FFB2107B11CA28AA /* Development */ = { isa = PBXBuildStyle; 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; }; name = Development; }; 06AA1266FFB2107B11CA28AA /* Deployment */ = { isa = PBXBuildStyle; buildSettings = { COPY_PHASE_STRIP = YES; GCC_ENABLE_FIX_AND_CONTINUE = NO; ZERO_LINK = NO; }; name = Deployment; }; /* End PBXBuildStyle section */ /* Begin PBXBundleTarget section */ 089C1673FE841209C02AAC07 /* KeyLargoATA */ = { isa = PBXBundleTarget; buildConfigurationList = A5601BFD08E243F600DAE41B /* Build configuration list for PBXBundleTarget "KeyLargoATA" */; buildPhases = ( 06AA1267FFB2110C11CA28AA /* ShellScript */, 089C1674FE841209C02AAC07 /* Headers */, 089C1675FE841209C02AAC07 /* Resources */, 089C1676FE841209C02AAC07 /* Sources */, 089C1677FE841209C02AAC07 /* Frameworks */, 089C1679FE841209C02AAC07 /* Rez */, 06AA1264FFB2107B11CA28AA /* ShellScript */, ); buildSettings = { FRAMEWORK_SEARCH_PATHS = ""; HEADER_SEARCH_PATHS = ""; INSTALL_PATH = "$(SYSTEM_LIBRARY_DIR)/Extensions"; KERNEL_MODULE = YES; LIBRARY_SEARCH_PATHS = ""; MODULE_IOKIT = YES; MODULE_NAME = com.apple.driver.KeyLargoATA; MODULE_VERSION = 1.1.0f1; OTHER_CFLAGS = ""; OTHER_LDFLAGS = ""; OTHER_REZFLAGS = ""; PRODUCT_NAME = KeyLargoATA; SECTORDER_FLAGS = ""; VALID_ARCHS = ppc; WARNING_CFLAGS = ( "-Wmost", "-Wno-four-char-constants", "-Wno-unknown-pragmas", ); WRAPPER_EXTENSION = kext; }; dependencies = ( ); name = KeyLargoATA; productInstallPath = "$(SYSTEM_LIBRARY_DIR)/Extensions"; productName = KeyLargoATA; productReference = 0B81C263FFB7832611CA28AA /* KeyLargoATA.kext */; productSettingsXML = " CFBundleDevelopmentRegion English CFBundleExecutable KeyLargoATA CFBundleGetInfoString Key Largo ATA Driver CFBundleIconFile CFBundleIdentifier com.apple.driver.KeyLargoATA CFBundleInfoDictionaryVersion 6.0 CFBundleName KeyLargoATA CFBundlePackageType KEXT CFBundleShortVersionString 1.1.1 CFBundleSignature ???? CFBundleVersion 1.1.1f1 IOKitPersonalities KeyLargoATA CFBundleIdentifier com.apple.driver.KeyLargoATA IOClass KeyLargoATA IONameMatch keylargo-ata IOProviderClass AppleMacIODevice OSBundleLibraries com.apple.iokit.IOATAFamily 1.5.1 com.apple.kernel.iokit 1.0.0 com.apple.kernel.libkern 1.0.0 OSBundleRequired Local-Root "; }; /* End PBXBundleTarget section */ /* Begin PBXFileReference section */ 089C167EFE841241C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = ""; }; 0B81C263FFB7832611CA28AA /* KeyLargoATA.kext */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; path = KeyLargoATA.kext; sourceTree = BUILT_PRODUCTS_DIR; }; 1A224C3EFF42367911CA2CB7 /* KeyLargoATA.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = KeyLargoATA.h; sourceTree = ""; }; 1A224C3FFF42367911CA2CB7 /* KeyLargoATA.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = KeyLargoATA.cpp; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ 089C1677FE841209C02AAC07 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ 089C166AFE841209C02AAC07 /* KeyLargoATA */ = { isa = PBXGroup; children = ( 247142CAFF3F8F9811CA285C /* Source */, 089C167CFE841241C02AAC07 /* Resources */, 19C28FB6FE9D52B211CA2CBB /* Products */, ); name = KeyLargoATA; sourceTree = ""; }; 089C167CFE841241C02AAC07 /* Resources */ = { isa = PBXGroup; children = ( 089C167DFE841241C02AAC07 /* InfoPlist.strings */, ); name = Resources; sourceTree = ""; }; 19C28FB6FE9D52B211CA2CBB /* Products */ = { isa = PBXGroup; children = ( 0B81C263FFB7832611CA28AA /* KeyLargoATA.kext */, ); name = Products; sourceTree = ""; }; 247142CAFF3F8F9811CA285C /* Source */ = { isa = PBXGroup; children = ( 1A224C3EFF42367911CA2CB7 /* KeyLargoATA.h */, 1A224C3FFF42367911CA2CB7 /* KeyLargoATA.cpp */, ); name = Source; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ 089C1674FE841209C02AAC07 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( 1A224C40FF42367911CA2CB7 /* KeyLargoATA.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXHeadersBuildPhase section */ /* Begin PBXProject section */ 089C1669FE841209C02AAC07 /* Project object */ = { isa = PBXProject; buildConfigurationList = A5601C0108E243F600DAE41B /* Build configuration list for PBXProject "KeyLargoATA" */; buildSettings = { }; buildStyles = ( 06AA1265FFB2107B11CA28AA /* Development */, 06AA1266FFB2107B11CA28AA /* Deployment */, ); hasScannedForEncodings = 0; mainGroup = 089C166AFE841209C02AAC07 /* KeyLargoATA */; projectDirPath = ""; targets = ( 089C1673FE841209C02AAC07 /* KeyLargoATA */, ); }; /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ 089C1675FE841209C02AAC07 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( 089C1680FE841241C02AAC07 /* InfoPlist.strings in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXResourcesBuildPhase section */ /* Begin PBXRezBuildPhase section */ 089C1679FE841209C02AAC07 /* Rez */ = { isa = PBXRezBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXRezBuildPhase section */ /* Begin PBXShellScriptBuildPhase section */ 06AA1264FFB2107B11CA28AA /* ShellScript */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "script=\"${SYSTEM_DEVELOPER_DIR}/ProjectBuilder Extras/Kernel Extension Support/KEXTPostprocess\";\nif [ -x \"$script\" ]; then\n . \"$script\"\nfi"; }; 06AA1267FFB2110C11CA28AA /* ShellScript */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "script=\"${SYSTEM_DEVELOPER_DIR}/ProjectBuilder Extras/Kernel Extension Support/KEXTPreprocess\";\nif [ -x \"$script\" ]; then\n . \"$script\"\nfi"; }; /* End PBXShellScriptBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ 089C1676FE841209C02AAC07 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( 1A224C41FF42367911CA2CB7 /* KeyLargoATA.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXVariantGroup section */ 089C167DFE841241C02AAC07 /* InfoPlist.strings */ = { isa = PBXVariantGroup; children = ( 089C167EFE841241C02AAC07 /* English */, ); name = InfoPlist.strings; sourceTree = ""; }; /* End PBXVariantGroup section */ /* Begin XCBuildConfiguration section */ A5601BFE08E243F600DAE41B /* Development */ = { isa = XCBuildConfiguration; buildSettings = { COPY_PHASE_STRIP = NO; FRAMEWORK_SEARCH_PATHS = ""; GCC_DYNAMIC_NO_PIC = NO; GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_OPTIMIZATION_LEVEL = 0; HEADER_SEARCH_PATHS = ""; INSTALL_PATH = "$(SYSTEM_LIBRARY_DIR)/Extensions"; KERNEL_MODULE = YES; LIBRARY_SEARCH_PATHS = ""; MODULE_IOKIT = YES; MODULE_NAME = com.apple.driver.KeyLargoATA; MODULE_VERSION = 1.1.1f1; OPTIMIZATION_CFLAGS = "-O0"; OTHER_CFLAGS = ""; OTHER_LDFLAGS = ""; OTHER_REZFLAGS = ""; PRODUCT_NAME = KeyLargoATA; SECTORDER_FLAGS = ""; VALID_ARCHS = ppc; WARNING_CFLAGS = ( "-Wmost", "-Wno-four-char-constants", "-Wno-unknown-pragmas", ); WRAPPER_EXTENSION = kext; ZERO_LINK = YES; }; name = Development; }; A5601BFF08E243F600DAE41B /* Deployment */ = { isa = XCBuildConfiguration; buildSettings = { COPY_PHASE_STRIP = YES; FRAMEWORK_SEARCH_PATHS = ""; GCC_ENABLE_FIX_AND_CONTINUE = NO; HEADER_SEARCH_PATHS = ""; INSTALL_PATH = "$(SYSTEM_LIBRARY_DIR)/Extensions"; KERNEL_MODULE = YES; LIBRARY_SEARCH_PATHS = ""; MODULE_IOKIT = YES; MODULE_NAME = com.apple.driver.KeyLargoATA; MODULE_VERSION = 1.1.0f1; OTHER_CFLAGS = ""; OTHER_LDFLAGS = ""; OTHER_REZFLAGS = ""; PRODUCT_NAME = KeyLargoATA; SECTORDER_FLAGS = ""; VALID_ARCHS = ppc; WARNING_CFLAGS = ( "-Wmost", "-Wno-four-char-constants", "-Wno-unknown-pragmas", ); WRAPPER_EXTENSION = kext; ZERO_LINK = NO; }; name = Deployment; }; A5601C0008E243F600DAE41B /* Default */ = { isa = XCBuildConfiguration; buildSettings = { FRAMEWORK_SEARCH_PATHS = ""; HEADER_SEARCH_PATHS = ""; INSTALL_PATH = "$(SYSTEM_LIBRARY_DIR)/Extensions"; KERNEL_MODULE = YES; LIBRARY_SEARCH_PATHS = ""; MODULE_IOKIT = YES; MODULE_NAME = com.apple.driver.KeyLargoATA; MODULE_VERSION = 1.1.0f1; OTHER_CFLAGS = ""; OTHER_LDFLAGS = ""; OTHER_REZFLAGS = ""; PRODUCT_NAME = KeyLargoATA; SECTORDER_FLAGS = ""; VALID_ARCHS = ppc; WARNING_CFLAGS = ( "-Wmost", "-Wno-four-char-constants", "-Wno-unknown-pragmas", ); WRAPPER_EXTENSION = kext; }; name = Default; }; A5601C0208E243F600DAE41B /* Development */ = { isa = XCBuildConfiguration; buildSettings = { }; name = Development; }; A5601C0308E243F600DAE41B /* Deployment */ = { isa = XCBuildConfiguration; buildSettings = { }; name = Deployment; }; A5601C0408E243F600DAE41B /* Default */ = { isa = XCBuildConfiguration; buildSettings = { }; name = Default; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ A5601BFD08E243F600DAE41B /* Build configuration list for PBXBundleTarget "KeyLargoATA" */ = { isa = XCConfigurationList; buildConfigurations = ( A5601BFE08E243F600DAE41B /* Development */, A5601BFF08E243F600DAE41B /* Deployment */, A5601C0008E243F600DAE41B /* Default */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Default; }; A5601C0108E243F600DAE41B /* Build configuration list for PBXProject "KeyLargoATA" */ = { isa = XCConfigurationList; buildConfigurations = ( A5601C0208E243F600DAE41B /* Development */, A5601C0308E243F600DAE41B /* Deployment */, A5601C0408E243F600DAE41B /* Default */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Default; }; /* End XCConfigurationList section */ }; rootObject = 089C1669FE841209C02AAC07 /* Project object */; }