// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 45;
objects = {
/* Begin PBXBuildFile section */
00420FB80F57B71E000C8EB0 /* test1_main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 00420FB70F57B71E000C8EB0 /* test1_main.cpp */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
00420FB70F57B71E000C8EB0 /* test1_main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = test1_main.cpp; sourceTree = "<group>"; };
32A4FEC30562C75700D090E7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
32A4FEC40562C75800D090E7 /* test1.kext */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = test1.kext; sourceTree = BUILT_PRODUCTS_DIR; };
D27513B306A6225300ADB3A4 /* Kernel.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Kernel.framework; path = /System/Library/Frameworks/Kernel.framework; sourceTree = "<absolute>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
32A4FEBF0562C75700D090E7 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
089C166AFE841209C02AAC07 /* test1 */ = {
isa = PBXGroup;
children = (
247142CAFF3F8F9811CA285C /* Source */,
089C167CFE841241C02AAC07 /* Resources */,
D27513B306A6225300ADB3A4 /* Kernel.framework */,
19C28FB6FE9D52B211CA2CBB /* Products */,
);
name = test1;
sourceTree = "<group>";
};
089C167CFE841241C02AAC07 /* Resources */ = {
isa = PBXGroup;
children = (
32A4FEC30562C75700D090E7 /* Info.plist */,
);
name = Resources;
sourceTree = "<group>";
};
19C28FB6FE9D52B211CA2CBB /* Products */ = {
isa = PBXGroup;
children = (
32A4FEC40562C75800D090E7 /* test1.kext */,
);
name = Products;
sourceTree = "<group>";
};
247142CAFF3F8F9811CA285C /* Source */ = {
isa = PBXGroup;
children = (
00420FB70F57B71E000C8EB0 /* test1_main.cpp */,
);
name = Source;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXHeadersBuildPhase section */
32A4FEBA0562C75700D090E7 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXHeadersBuildPhase section */
/* Begin PBXNativeTarget section */
32A4FEB80562C75700D090E7 /* test1 */ = {
isa = PBXNativeTarget;
buildConfigurationList = 1DEB91C308733DAC0010E9CD /* Build configuration list for PBXNativeTarget "test1" */;
buildPhases = (
32A4FEBA0562C75700D090E7 /* Headers */,
32A4FEBB0562C75700D090E7 /* Resources */,
32A4FEBD0562C75700D090E7 /* Sources */,
32A4FEBF0562C75700D090E7 /* Frameworks */,
32A4FEC00562C75700D090E7 /* Rez */,
);
buildRules = (
);
dependencies = (
);
name = test1;
productInstallPath = "$(SYSTEM_LIBRARY_DIR)/Extensions";
productName = test1;
productReference = 32A4FEC40562C75800D090E7 /* test1.kext */;
productType = "com.apple.product-type.kernel-extension";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
089C1669FE841209C02AAC07 /* Project object */ = {
isa = PBXProject;
buildConfigurationList = 1DEB91C708733DAC0010E9CD /* Build configuration list for PBXProject "test1" */;
compatibilityVersion = "Xcode 3.1";
developmentRegion = English;
hasScannedForEncodings = 1;
knownRegions = (
en,
);
mainGroup = 089C166AFE841209C02AAC07 /* test1 */;
projectDirPath = "";
projectRoot = "";
targets = (
32A4FEB80562C75700D090E7 /* test1 */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
32A4FEBB0562C75700D090E7 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXRezBuildPhase section */
32A4FEC00562C75700D090E7 /* Rez */ = {
isa = PBXRezBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXRezBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
32A4FEBD0562C75700D090E7 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
00420FB80F57B71E000C8EB0 /* test1_main.cpp in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin XCBuildConfiguration section */
1DEB91C408733DAC0010E9CD /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
COPY_PHASE_STRIP = NO;
GCC_DYNAMIC_NO_PIC = NO;
GCC_MODEL_TUNING = G5;
GCC_OPTIMIZATION_LEVEL = 0;
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "$(SYSTEM_LIBRARY_DIR)/Extensions";
MODULE_NAME = com.yourcompany.kext.test1;
MODULE_START = test1_start;
MODULE_STOP = test1_stop;
MODULE_VERSION = 1.0.0d1;
ONLY_ACTIVE_ARCH = NO;
PRODUCT_NAME = test1;
SDKROOT = "";
WRAPPER_EXTENSION = kext;
};
name = Debug;
};
1DEB91C508733DAC0010E9CD /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
GCC_MODEL_TUNING = G5;
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "$(SYSTEM_LIBRARY_DIR)/Extensions";
MODULE_NAME = com.yourcompany.kext.test1;
MODULE_START = test1_start;
MODULE_STOP = test1_stop;
MODULE_VERSION = 1.0.0d1;
ONLY_ACTIVE_ARCH = NO;
PRODUCT_NAME = test1;
SDKROOT = "";
WRAPPER_EXTENSION = kext;
};
name = Release;
};
1DEB91C808733DAC0010E9CD /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
GCC_C_LANGUAGE_STANDARD = c99;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
ONLY_ACTIVE_ARCH = YES;
PREBINDING = NO;
SDKROOT = macosx10.5;
};
name = Debug;
};
1DEB91C908733DAC0010E9CD /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
GCC_C_LANGUAGE_STANDARD = c99;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
PREBINDING = NO;
SDKROOT = macosx10.5;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
1DEB91C308733DAC0010E9CD /* Build configuration list for PBXNativeTarget "test1" */ = {
isa = XCConfigurationList;
buildConfigurations = (
1DEB91C408733DAC0010E9CD /* Debug */,
1DEB91C508733DAC0010E9CD /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
1DEB91C708733DAC0010E9CD /* Build configuration list for PBXProject "test1" */ = {
isa = XCConfigurationList;
buildConfigurations = (
1DEB91C808733DAC0010E9CD /* Debug */,
1DEB91C908733DAC0010E9CD /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 089C1669FE841209C02AAC07 /* Project object */;
}