Sample Code

OSX Driver and Kext Samples/ HID_LED_test_tool/ HID_LED_test_tool/ HID LED test tool.xcodeproj/ project.pbxproj/

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

/* Begin PBXBuildFile section */
		8779A1B20CAD6FA1001A1F94 /* Leopard-Debug.xcconfig in CopyFiles */ = {isa = PBXBuildFile; fileRef = 8779A1A60CAD6FA1001A1F94 /* Leopard-Debug.xcconfig */; };
		8779A1B30CAD6FA1001A1F94 /* Leopard-Release.xcconfig in CopyFiles */ = {isa = PBXBuildFile; fileRef = 8779A1A70CAD6FA1001A1F94 /* Leopard-Release.xcconfig */; };
		8DD76F770486A8DE00D96B5E /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 08FB7796FE84155DC02AAC07 /* main.c */; settings = {ATTRIBUTES = (); }; };
		8DD76F790486A8DE00D96B5E /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 09AB6884FE841BABC02AAC07 /* CoreFoundation.framework */; };
		97F654410C836EAF00929D06 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 97F654400C836EAF00929D06 /* IOKit.framework */; };
		97F654510C836F4A00929D06 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 97F654500C836F4A00929D06 /* Carbon.framework */; };
/* End PBXBuildFile section */

/* Begin PBXCopyFilesBuildPhase section */
		8DD76F7B0486A8DE00D96B5E /* CopyFiles */ = {
			isa = PBXCopyFilesBuildPhase;
			buildActionMask = 8;
			dstPath = /usr/share/man/man1/;
			dstSubfolderSpec = 0;
			files = (
				8779A1B20CAD6FA1001A1F94 /* Leopard-Debug.xcconfig in CopyFiles */,
				8779A1B30CAD6FA1001A1F94 /* Leopard-Release.xcconfig in CopyFiles */,
			);
			runOnlyForDeploymentPostprocessing = 1;
		};
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
		08FB7796FE84155DC02AAC07 /* main.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; };
		09AB6884FE841BABC02AAC07 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = /System/Library/Frameworks/CoreFoundation.framework; sourceTree = "<absolute>"; };
		8779A1A60CAD6FA1001A1F94 /* Leopard-Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.xcconfig; path = "Leopard-Debug.xcconfig"; sourceTree = "<group>"; };
		8779A1A70CAD6FA1001A1F94 /* Leopard-Release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.xcconfig; path = "Leopard-Release.xcconfig"; sourceTree = "<group>"; };
		8DD76F7E0486A8DE00D96B5E /* HID LED test tool */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "HID LED test tool"; sourceTree = BUILT_PRODUCTS_DIR; };
		97F654400C836EAF00929D06 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = /System/Library/Frameworks/IOKit.framework; sourceTree = "<absolute>"; };
		97F654500C836F4A00929D06 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = "<absolute>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
		8DD76F780486A8DE00D96B5E /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
				8DD76F790486A8DE00D96B5E /* CoreFoundation.framework in Frameworks */,
				97F654410C836EAF00929D06 /* IOKit.framework in Frameworks */,
				97F654510C836F4A00929D06 /* Carbon.framework in Frameworks */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
		08FB7794FE84155DC02AAC07 /* HID LED test tool */ = {
			isa = PBXGroup;
			children = (
				8779A1A30CAD6FA1001A1F94 /* configs */,
				08FB7795FE84155DC02AAC07 /* Source */,
				08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */,
				19C28FBDFE9D53C911CA2CBB /* Products */,
			);
			name = "HID LED test tool";
			sourceTree = "<group>";
		};
		08FB7795FE84155DC02AAC07 /* Source */ = {
			isa = PBXGroup;
			children = (
				08FB7796FE84155DC02AAC07 /* main.c */,
			);
			name = Source;
			sourceTree = "<group>";
		};
		08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */ = {
			isa = PBXGroup;
			children = (
				97F654500C836F4A00929D06 /* Carbon.framework */,
				97F654400C836EAF00929D06 /* IOKit.framework */,
				09AB6884FE841BABC02AAC07 /* CoreFoundation.framework */,
			);
			name = "External Frameworks and Libraries";
			sourceTree = "<group>";
		};
		19C28FBDFE9D53C911CA2CBB /* Products */ = {
			isa = PBXGroup;
			children = (
				8DD76F7E0486A8DE00D96B5E /* HID LED test tool */,
			);
			name = Products;
			sourceTree = "<group>";
		};
		8779A1A30CAD6FA1001A1F94 /* configs */ = {
			isa = PBXGroup;
			children = (
				8779A1A60CAD6FA1001A1F94 /* Leopard-Debug.xcconfig */,
				8779A1A70CAD6FA1001A1F94 /* Leopard-Release.xcconfig */,
			);
			path = configs;
			sourceTree = "<group>";
		};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
		8DD76F740486A8DE00D96B5E /* HID LED test tool */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = 1DEB924708733DCA0010E9CD /* Build configuration list for PBXNativeTarget "HID LED test tool" */;
			buildPhases = (
				8DD76F760486A8DE00D96B5E /* Sources */,
				8DD76F780486A8DE00D96B5E /* Frameworks */,
				8DD76F7B0486A8DE00D96B5E /* CopyFiles */,
			);
			buildRules = (
			);
			dependencies = (
			);
			name = "HID LED test tool";
			productInstallPath = "$(HOME)/bin";
			productName = "HID LED test tool";
			productReference = 8DD76F7E0486A8DE00D96B5E /* HID LED test tool */;
			productType = "com.apple.product-type.tool";
		};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
		08FB7793FE84155DC02AAC07 /* Project object */ = {
			isa = PBXProject;
			buildConfigurationList = 1DEB924B08733DCA0010E9CD /* Build configuration list for PBXProject "HID LED test tool" */;
			compatibilityVersion = "Xcode 2.4";
			hasScannedForEncodings = 1;
			mainGroup = 08FB7794FE84155DC02AAC07 /* HID LED test tool */;
			projectDirPath = "";
			projectRoot = "";
			targets = (
				8DD76F740486A8DE00D96B5E /* HID LED test tool */,
			);
		};
/* End PBXProject section */

/* Begin PBXSourcesBuildPhase section */
		8DD76F760486A8DE00D96B5E /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				8DD76F770486A8DE00D96B5E /* main.c in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
		1DEB924808733DCA0010E9CD /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				INSTALL_PATH = "$(HOME)/bin";
				PRODUCT_NAME = "HID LED test tool";
			};
			name = Debug;
		};
		1DEB924908733DCA0010E9CD /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				INSTALL_PATH = "$(HOME)/bin";
				PRODUCT_NAME = "HID LED test tool";
			};
			name = Release;
		};
		1DEB924C08733DCA0010E9CD /* Debug */ = {
			isa = XCBuildConfiguration;
			baseConfigurationReference = 8779A1A60CAD6FA1001A1F94 /* Leopard-Debug.xcconfig */;
			buildSettings = {
			};
			name = Debug;
		};
		1DEB924D08733DCA0010E9CD /* Release */ = {
			isa = XCBuildConfiguration;
			baseConfigurationReference = 8779A1A70CAD6FA1001A1F94 /* Leopard-Release.xcconfig */;
			buildSettings = {
			};
			name = Release;
		};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
		1DEB924708733DCA0010E9CD /* Build configuration list for PBXNativeTarget "HID LED test tool" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				1DEB924808733DCA0010E9CD /* Debug */,
				1DEB924908733DCA0010E9CD /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		1DEB924B08733DCA0010E9CD /* Build configuration list for PBXProject "HID LED test tool" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				1DEB924C08733DCA0010E9CD /* Debug */,
				1DEB924D08733DCA0010E9CD /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
/* End XCConfigurationList section */
	};
	rootObject = 08FB7793FE84155DC02AAC07 /* 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