Sample Code

OSX Driver and Kext Samples/ HealthThermometer/ HealthThermometer/ HealthThermometerClient.xcodeproj/ project.pbxproj/

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

/* Begin PBXBuildFile section */
		2596238813F3146600F655B6 /* IOBluetooth.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2596238713F3146600F655B6 /* IOBluetooth.framework */; };
		728D07C613EB73DB00FB9B00 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 728D07C513EB73DB00FB9B00 /* Cocoa.framework */; };
		728D07D013EB73DB00FB9B00 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 728D07CE13EB73DB00FB9B00 /* InfoPlist.strings */; };
		728D07D213EB73DB00FB9B00 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 728D07D113EB73DB00FB9B00 /* main.m */; };
		728D07D913EB73DB00FB9B00 /* HealthThermometerClientAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 728D07D813EB73DB00FB9B00 /* HealthThermometerClientAppDelegate.m */; };
		728D07DC13EB73DB00FB9B00 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 728D07DA13EB73DB00FB9B00 /* MainMenu.xib */; };
		72C5C5A914438182008DDFD9 /* Thermometer.icns in Resources */ = {isa = PBXBuildFile; fileRef = 72C5C5A814438182008DDFD9 /* Thermometer.icns */; };
		A130FC161448F0BA00F18B2C /* StartStop.png in Resources */ = {isa = PBXBuildFile; fileRef = A130FC151448F0BA00F18B2C /* StartStop.png */; };
		A1D9B70A14324929007BF49A /* Thermometer-Rotated.png in Resources */ = {isa = PBXBuildFile; fileRef = A1D9B70914324929007BF49A /* Thermometer-Rotated.png */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
		2596238713F3146600F655B6 /* IOBluetooth.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOBluetooth.framework; path = /System/Library/Frameworks/IOBluetooth.framework; sourceTree = "<absolute>"; };
		728D07C113EB73DB00FB9B00 /* HealthThermometerClient.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = HealthThermometerClient.app; sourceTree = BUILT_PRODUCTS_DIR; };
		728D07C513EB73DB00FB9B00 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
		728D07C813EB73DB00FB9B00 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
		728D07C913EB73DB00FB9B00 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
		728D07CA13EB73DB00FB9B00 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
		728D07CD13EB73DB00FB9B00 /* HealthThermometerClient-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "HealthThermometerClient-Info.plist"; sourceTree = "<group>"; };
		728D07CF13EB73DB00FB9B00 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
		728D07D113EB73DB00FB9B00 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
		728D07D313EB73DB00FB9B00 /* HealthThermometerClient-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "HealthThermometerClient-Prefix.pch"; sourceTree = "<group>"; };
		728D07D713EB73DB00FB9B00 /* HealthThermometerClientAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HealthThermometerClientAppDelegate.h; sourceTree = "<group>"; };
		728D07D813EB73DB00FB9B00 /* HealthThermometerClientAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = HealthThermometerClientAppDelegate.m; sourceTree = "<group>"; };
		728D07DB13EB73DB00FB9B00 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MainMenu.xib; sourceTree = "<group>"; };
		72C5C5A814438182008DDFD9 /* Thermometer.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = Thermometer.icns; sourceTree = "<group>"; };
		A130FC151448F0BA00F18B2C /* StartStop.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = StartStop.png; sourceTree = "<group>"; };
		A1D9B70914324929007BF49A /* Thermometer-Rotated.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Thermometer-Rotated.png"; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
		728D07BE13EB73DB00FB9B00 /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
				2596238813F3146600F655B6 /* IOBluetooth.framework in Frameworks */,
				728D07C613EB73DB00FB9B00 /* Cocoa.framework in Frameworks */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
		728D07B613EB73DB00FB9B00 = {
			isa = PBXGroup;
			children = (
				728D07CB13EB73DB00FB9B00 /* HealthThermometerClient */,
				728D07C413EB73DB00FB9B00 /* Frameworks */,
				728D07C213EB73DB00FB9B00 /* Products */,
			);
			sourceTree = "<group>";
		};
		728D07C213EB73DB00FB9B00 /* Products */ = {
			isa = PBXGroup;
			children = (
				728D07C113EB73DB00FB9B00 /* HealthThermometerClient.app */,
			);
			name = Products;
			sourceTree = "<group>";
		};
		728D07C413EB73DB00FB9B00 /* Frameworks */ = {
			isa = PBXGroup;
			children = (
				2596238713F3146600F655B6 /* IOBluetooth.framework */,
				728D07C513EB73DB00FB9B00 /* Cocoa.framework */,
				728D07C713EB73DB00FB9B00 /* Other Frameworks */,
			);
			name = Frameworks;
			sourceTree = "<group>";
		};
		728D07C713EB73DB00FB9B00 /* Other Frameworks */ = {
			isa = PBXGroup;
			children = (
				728D07C813EB73DB00FB9B00 /* AppKit.framework */,
				728D07C913EB73DB00FB9B00 /* CoreData.framework */,
				728D07CA13EB73DB00FB9B00 /* Foundation.framework */,
			);
			name = "Other Frameworks";
			sourceTree = "<group>";
		};
		728D07CB13EB73DB00FB9B00 /* HealthThermometerClient */ = {
			isa = PBXGroup;
			children = (
				728D07D713EB73DB00FB9B00 /* HealthThermometerClientAppDelegate.h */,
				728D07D813EB73DB00FB9B00 /* HealthThermometerClientAppDelegate.m */,
				728D07DA13EB73DB00FB9B00 /* MainMenu.xib */,
				728D07CC13EB73DB00FB9B00 /* Supporting Files */,
			);
			path = HealthThermometerClient;
			sourceTree = "<group>";
		};
		728D07CC13EB73DB00FB9B00 /* Supporting Files */ = {
			isa = PBXGroup;
			children = (
				A130FC151448F0BA00F18B2C /* StartStop.png */,
				72C5C5A814438182008DDFD9 /* Thermometer.icns */,
				A1D9B70914324929007BF49A /* Thermometer-Rotated.png */,
				728D07CD13EB73DB00FB9B00 /* HealthThermometerClient-Info.plist */,
				728D07CE13EB73DB00FB9B00 /* InfoPlist.strings */,
				728D07D113EB73DB00FB9B00 /* main.m */,
				728D07D313EB73DB00FB9B00 /* HealthThermometerClient-Prefix.pch */,
			);
			name = "Supporting Files";
			sourceTree = "<group>";
		};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
		728D07C013EB73DB00FB9B00 /* HealthThermometerClient */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = 728D07F413EB73DC00FB9B00 /* Build configuration list for PBXNativeTarget "HealthThermometerClient" */;
			buildPhases = (
				728D07BD13EB73DB00FB9B00 /* Sources */,
				728D07BE13EB73DB00FB9B00 /* Frameworks */,
				728D07BF13EB73DB00FB9B00 /* Resources */,
			);
			buildRules = (
			);
			dependencies = (
			);
			name = HealthThermometerClient;
			productName = HealthThermometerClient;
			productReference = 728D07C113EB73DB00FB9B00 /* HealthThermometerClient.app */;
			productType = "com.apple.product-type.application";
		};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
		728D07B813EB73DB00FB9B00 /* Project object */ = {
			isa = PBXProject;
			attributes = {
				LastUpgradeCheck = 0420;
			};
			buildConfigurationList = 728D07BB13EB73DB00FB9B00 /* Build configuration list for PBXProject "HealthThermometerClient" */;
			compatibilityVersion = "Xcode 3.2";
			developmentRegion = English;
			hasScannedForEncodings = 0;
			knownRegions = (
				en,
			);
			mainGroup = 728D07B613EB73DB00FB9B00;
			productRefGroup = 728D07C213EB73DB00FB9B00 /* Products */;
			projectDirPath = "";
			projectRoot = "";
			targets = (
				728D07C013EB73DB00FB9B00 /* HealthThermometerClient */,
			);
		};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
		728D07BF13EB73DB00FB9B00 /* Resources */ = {
			isa = PBXResourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				728D07D013EB73DB00FB9B00 /* InfoPlist.strings in Resources */,
				728D07DC13EB73DB00FB9B00 /* MainMenu.xib in Resources */,
				A1D9B70A14324929007BF49A /* Thermometer-Rotated.png in Resources */,
				72C5C5A914438182008DDFD9 /* Thermometer.icns in Resources */,
				A130FC161448F0BA00F18B2C /* StartStop.png in Resources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
		728D07BD13EB73DB00FB9B00 /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				728D07D213EB73DB00FB9B00 /* main.m in Sources */,
				728D07D913EB73DB00FB9B00 /* HealthThermometerClientAppDelegate.m in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
		728D07CE13EB73DB00FB9B00 /* InfoPlist.strings */ = {
			isa = PBXVariantGroup;
			children = (
				728D07CF13EB73DB00FB9B00 /* en */,
			);
			name = InfoPlist.strings;
			sourceTree = "<group>";
		};
		728D07DA13EB73DB00FB9B00 /* MainMenu.xib */ = {
			isa = PBXVariantGroup;
			children = (
				728D07DB13EB73DB00FB9B00 /* en */,
			);
			name = MainMenu.xib;
			sourceTree = "<group>";
		};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
		728D07F213EB73DC00FB9B00 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
				COPY_PHASE_STRIP = NO;
				GCC_C_LANGUAGE_STANDARD = gnu99;
				GCC_DYNAMIC_NO_PIC = NO;
				GCC_ENABLE_OBJC_EXCEPTIONS = YES;
				GCC_OPTIMIZATION_LEVEL = 0;
				GCC_PREPROCESSOR_DEFINITIONS = (
					"DEBUG=1",
					"$(inherited)",
				);
				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_MISSING_PROTOTYPES = YES;
				GCC_WARN_ABOUT_RETURN_TYPE = YES;
				GCC_WARN_UNUSED_VARIABLE = YES;
				MACOSX_DEPLOYMENT_TARGET = 10.7;
				ONLY_ACTIVE_ARCH = YES;
				SDKROOT = macosx;
			};
			name = Debug;
		};
		728D07F313EB73DC00FB9B00 /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
				COPY_PHASE_STRIP = YES;
				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
				GCC_C_LANGUAGE_STANDARD = gnu99;
				GCC_ENABLE_OBJC_EXCEPTIONS = YES;
				GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
				GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
				GCC_WARN_ABOUT_RETURN_TYPE = YES;
				GCC_WARN_UNUSED_VARIABLE = YES;
				MACOSX_DEPLOYMENT_TARGET = 10.7;
				SDKROOT = macosx;
			};
			name = Release;
		};
		728D07F513EB73DC00FB9B00 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				FRAMEWORK_SEARCH_PATHS = "\"$(SYSTEM_LIBRARY_DIR)/Frameworks/IOBluetooth.framework/Versions/A/Frameworks/\"";
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
				GCC_PREFIX_HEADER = "HealthThermometerClient/HealthThermometerClient-Prefix.pch";
				INFOPLIST_FILE = "HealthThermometerClient/HealthThermometerClient-Info.plist";
				PRODUCT_NAME = "$(TARGET_NAME)";
				SDKROOT = "";
				WRAPPER_EXTENSION = app;
			};
			name = Debug;
		};
		728D07F613EB73DC00FB9B00 /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				FRAMEWORK_SEARCH_PATHS = "\"$(SYSTEM_LIBRARY_DIR)/Frameworks/IOBluetooth.framework/Versions/A/Frameworks/\"";
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
				GCC_PREFIX_HEADER = "HealthThermometerClient/HealthThermometerClient-Prefix.pch";
				INFOPLIST_FILE = "HealthThermometerClient/HealthThermometerClient-Info.plist";
				PRODUCT_NAME = "$(TARGET_NAME)";
				SDKROOT = "";
				WRAPPER_EXTENSION = app;
			};
			name = Release;
		};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
		728D07BB13EB73DB00FB9B00 /* Build configuration list for PBXProject "HealthThermometerClient" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				728D07F213EB73DC00FB9B00 /* Debug */,
				728D07F313EB73DC00FB9B00 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		728D07F413EB73DC00FB9B00 /* Build configuration list for PBXNativeTarget "HealthThermometerClient" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				728D07F513EB73DC00FB9B00 /* Debug */,
				728D07F613EB73DC00FB9B00 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
/* End XCConfigurationList section */
	};
	rootObject = 728D07B813EB73DB00FB9B00 /* 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