Sample Code

OSX Driver and Kext Samples/ CDROMSample/ CDROMSample/ CDROMSample.xcodeproj/ project.pbxproj/

// !$*UTF8*$!
{
	archiveVersion = 1;
	classes = {
	};
	objectVersion = 46;
	objects = {

/* Begin PBXBuildFile section */
		8482F08B1366377E007DB389 /* CDROMSample.c in Sources */ = {isa = PBXBuildFile; fileRef = 8482F08A1366377E007DB389 /* CDROMSample.c */; };
		8482F09F1366383E007DB389 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8482F09E1366383E007DB389 /* CoreFoundation.framework */; };
		8482F0A113663857007DB389 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8482F0A013663857007DB389 /* IOKit.framework */; };
/* End PBXBuildFile section */

/* Begin PBXCopyFilesBuildPhase section */
		8482F0841366377E007DB389 /* CopyFiles */ = {
			isa = PBXCopyFilesBuildPhase;
			buildActionMask = 2147483647;
			dstPath = /usr/share/man/man1/;
			dstSubfolderSpec = 0;
			files = (
			);
			runOnlyForDeploymentPostprocessing = 1;
		};
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
		8482F0861366377E007DB389 /* CDROMSample */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = CDROMSample; sourceTree = BUILT_PRODUCTS_DIR; };
		8482F08A1366377E007DB389 /* CDROMSample.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CDROMSample.c; sourceTree = "<group>"; };
		8482F09E1366383E007DB389 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = System/Library/Frameworks/CoreFoundation.framework; sourceTree = SDKROOT; };
		8482F0A013663857007DB389 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = System/Library/Frameworks/IOKit.framework; sourceTree = SDKROOT; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
		8482F0831366377E007DB389 /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
				8482F09F1366383E007DB389 /* CoreFoundation.framework in Frameworks */,
				8482F0A113663857007DB389 /* IOKit.framework in Frameworks */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
		8482F07B1366377E007DB389 = {
			isa = PBXGroup;
			children = (
				8482F0891366377E007DB389 /* CDROMSample */,
				8482F0A21366386F007DB389 /* Frameworks */,
				8482F0871366377E007DB389 /* Products */,
			);
			sourceTree = "<group>";
		};
		8482F0871366377E007DB389 /* Products */ = {
			isa = PBXGroup;
			children = (
				8482F0861366377E007DB389 /* CDROMSample */,
			);
			name = Products;
			sourceTree = "<group>";
		};
		8482F0891366377E007DB389 /* CDROMSample */ = {
			isa = PBXGroup;
			children = (
				8482F08A1366377E007DB389 /* CDROMSample.c */,
			);
			path = CDROMSample;
			sourceTree = "<group>";
		};
		8482F0A21366386F007DB389 /* Frameworks */ = {
			isa = PBXGroup;
			children = (
				8482F09E1366383E007DB389 /* CoreFoundation.framework */,
				8482F0A013663857007DB389 /* IOKit.framework */,
			);
			name = Frameworks;
			sourceTree = "<group>";
		};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
		8482F0851366377E007DB389 /* CDROMSample */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = 8482F08F1366377E007DB389 /* Build configuration list for PBXNativeTarget "CDROMSample" */;
			buildPhases = (
				8482F0821366377E007DB389 /* Sources */,
				8482F0831366377E007DB389 /* Frameworks */,
				8482F0841366377E007DB389 /* CopyFiles */,
			);
			buildRules = (
			);
			dependencies = (
			);
			name = CDROMSample;
			productName = CDROMSample;
			productReference = 8482F0861366377E007DB389 /* CDROMSample */;
			productType = "com.apple.product-type.tool";
		};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
		8482F07D1366377E007DB389 /* Project object */ = {
			isa = PBXProject;
			buildConfigurationList = 8482F0801366377E007DB389 /* Build configuration list for PBXProject "CDROMSample" */;
			compatibilityVersion = "Xcode 3.2";
			developmentRegion = English;
			hasScannedForEncodings = 0;
			knownRegions = (
				en,
			);
			mainGroup = 8482F07B1366377E007DB389;
			productRefGroup = 8482F0871366377E007DB389 /* Products */;
			projectDirPath = "";
			projectRoot = "";
			targets = (
				8482F0851366377E007DB389 /* CDROMSample */,
			);
		};
/* End PBXProject section */

/* Begin PBXSourcesBuildPhase section */
		8482F0821366377E007DB389 /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				8482F08B1366377E007DB389 /* CDROMSample.c in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
		8482F08D1366377E007DB389 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
				GCC_C_LANGUAGE_STANDARD = gnu99;
				GCC_OPTIMIZATION_LEVEL = 0;
				GCC_PREPROCESSOR_DEFINITIONS = DEBUG;
				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
				GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
				GCC_WARN_ABOUT_RETURN_TYPE = YES;
				GCC_WARN_UNUSED_VARIABLE = YES;
				MACOSX_DEPLOYMENT_TARGET = 10.6;
				ONLY_ACTIVE_ARCH = YES;
				SDKROOT = macosx;
			};
			name = Debug;
		};
		8482F08E1366377E007DB389 /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
				GCC_C_LANGUAGE_STANDARD = gnu99;
				GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
				GCC_WARN_ABOUT_RETURN_TYPE = YES;
				GCC_WARN_UNUSED_VARIABLE = YES;
				MACOSX_DEPLOYMENT_TARGET = 10.6;
				SDKROOT = macosx;
			};
			name = Release;
		};
		8482F0901366377E007DB389 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				COPY_PHASE_STRIP = NO;
				GCC_DYNAMIC_NO_PIC = NO;
				GCC_ENABLE_OBJC_EXCEPTIONS = YES;
				PRODUCT_NAME = "$(TARGET_NAME)";
			};
			name = Debug;
		};
		8482F0911366377E007DB389 /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				COPY_PHASE_STRIP = YES;
				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
				GCC_ENABLE_OBJC_EXCEPTIONS = YES;
				PRODUCT_NAME = "$(TARGET_NAME)";
			};
			name = Release;
		};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
		8482F0801366377E007DB389 /* Build configuration list for PBXProject "CDROMSample" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				8482F08D1366377E007DB389 /* Debug */,
				8482F08E1366377E007DB389 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		8482F08F1366377E007DB389 /* Build configuration list for PBXNativeTarget "CDROMSample" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				8482F0901366377E007DB389 /* Debug */,
				8482F0911366377E007DB389 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
/* End XCConfigurationList section */
	};
	rootObject = 8482F07D1366377E007DB389 /* Project object */;
}

Our Services

  • What our customers say about us?

© 2011-2024 All Rights Reserved. Joya Systems. 4425 South Mopac Building II Suite 101 Austin, TX 78735 Tel: 800-DEV-KERNEL

Privacy Policy. Terms of use. Valid XHTML & CSS