Sample Code
OSX Driver and Kext Samples/ STUCOtherDeviceTool/ STUCOtherDeviceTool/ STUCOtherDeviceTool.xcodeproj/ project.pbxproj/
// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 42; objects = { /* Begin PBXBuildFile section */ 8318813504D34A91009AF253 /* STUCOtherDeviceTool.c in Sources */ = {isa = PBXBuildFile; fileRef = 8318813404D34A91009AF253 /* STUCOtherDeviceTool.c */; }; 8DD76F790486A8DE00D96B5E /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 09AB6884FE841BABC02AAC07 /* CoreFoundation.framework */; }; AC4F40970523A2AB00BDBFCF /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AC4F40960523A2AB00BDBFCF /* IOKit.framework */; }; /* End PBXBuildFile section */ /* Begin PBXCopyFilesBuildPhase section */ 8DD76F7B0486A8DE00D96B5E /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 8; dstPath = /usr/share/man/man1/; dstSubfolderSpec = 0; files = ( ); runOnlyForDeploymentPostprocessing = 1; }; /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ 09AB6884FE841BABC02AAC07 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = /System/Library/Frameworks/CoreFoundation.framework; sourceTree = "<absolute>"; }; 8318813404D34A91009AF253 /* STUCOtherDeviceTool.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = STUCOtherDeviceTool.c; sourceTree = "<group>"; }; 8DD76F7E0486A8DE00D96B5E /* STUCOtherDeviceTool */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = STUCOtherDeviceTool; sourceTree = BUILT_PRODUCTS_DIR; }; AC4F40960523A2AB00BDBFCF /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = /System/Library/Frameworks/IOKit.framework; sourceTree = "<absolute>"; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ 8DD76F780486A8DE00D96B5E /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( 8DD76F790486A8DE00D96B5E /* CoreFoundation.framework in Frameworks */, AC4F40970523A2AB00BDBFCF /* IOKit.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ 08FB7794FE84155DC02AAC07 /* AuthoringUnitTestUnixTool */ = { isa = PBXGroup; children = ( 08FB7795FE84155DC02AAC07 /* Source */, 08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */, 19C28FBDFE9D53C911CA2CBB /* Products */, ); name = AuthoringUnitTestUnixTool; sourceTree = "<group>"; }; 08FB7795FE84155DC02AAC07 /* Source */ = { isa = PBXGroup; children = ( 8318813404D34A91009AF253 /* STUCOtherDeviceTool.c */, ); name = Source; sourceTree = "<group>"; }; 08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */ = { isa = PBXGroup; children = ( AC4F40960523A2AB00BDBFCF /* IOKit.framework */, 09AB6884FE841BABC02AAC07 /* CoreFoundation.framework */, ); name = "External Frameworks and Libraries"; sourceTree = "<group>"; }; 19C28FBDFE9D53C911CA2CBB /* Products */ = { isa = PBXGroup; children = ( 8DD76F7E0486A8DE00D96B5E /* STUCOtherDeviceTool */, ); name = Products; sourceTree = "<group>"; }; /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ 8DD76F750486A8DE00D96B5E /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ 8DD76F740486A8DE00D96B5E /* STUCOtherDeviceTool */ = { isa = PBXNativeTarget; buildConfigurationList = ACCD5B3708FEE22B004DD4C3 /* Build configuration list for PBXNativeTarget "STUCOtherDeviceTool" */; buildPhases = ( 8DD76F750486A8DE00D96B5E /* Headers */, 8DD76F760486A8DE00D96B5E /* Sources */, 8DD76F780486A8DE00D96B5E /* Frameworks */, 8DD76F7A0486A8DE00D96B5E /* Rez */, 8DD76F7B0486A8DE00D96B5E /* CopyFiles */, ); buildRules = ( ); dependencies = ( ); name = STUCOtherDeviceTool; productInstallPath = "$(HOME)/bin"; productName = AuthoringUnitTestUnixTool; productReference = 8DD76F7E0486A8DE00D96B5E /* STUCOtherDeviceTool */; productType = "com.apple.product-type.tool"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ 08FB7793FE84155DC02AAC07 /* Project object */ = { isa = PBXProject; buildConfigurationList = ACCD5B3B08FEE22B004DD4C3 /* Build configuration list for PBXProject "STUCOtherDeviceTool" */; compatibilityVersion = "Xcode 2.4"; hasScannedForEncodings = 1; mainGroup = 08FB7794FE84155DC02AAC07 /* AuthoringUnitTestUnixTool */; projectDirPath = ""; projectRoot = ""; targets = ( 8DD76F740486A8DE00D96B5E /* STUCOtherDeviceTool */, ); }; /* End PBXProject section */ /* Begin PBXRezBuildPhase section */ 8DD76F7A0486A8DE00D96B5E /* Rez */ = { isa = PBXRezBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXRezBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ 8DD76F760486A8DE00D96B5E /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( 8318813504D34A91009AF253 /* STUCOtherDeviceTool.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin XCBuildConfiguration section */ ACCD5B3808FEE22B004DD4C3 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { COPY_PHASE_STRIP = NO; GCC_DYNAMIC_NO_PIC = NO; GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_ENABLE_TRIGRAPHS = NO; GCC_MODEL_TUNING = G5; GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = NO; GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO; GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; GCC_WARN_UNKNOWN_PRAGMAS = NO; INSTALL_PATH = "$(HOME)/bin"; PRODUCT_NAME = STUCOtherDeviceTool; WARNING_CFLAGS = ( "-Wall", "-Wno-four-char-constants", "-Wno-unknown-pragmas", ); }; name = Debug; }; ACCD5B3908FEE22B004DD4C3 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { GCC_ENABLE_TRIGRAPHS = NO; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_MODEL_TUNING = G5; GCC_PRECOMPILE_PREFIX_HEADER = NO; GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO; GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; GCC_WARN_UNKNOWN_PRAGMAS = NO; INSTALL_PATH = "$(HOME)/bin"; PRODUCT_NAME = STUCOtherDeviceTool; WARNING_CFLAGS = ( "-Wall", "-Wno-four-char-constants", "-Wno-unknown-pragmas", ); }; name = Release; }; ACCD5B3C08FEE22B004DD4C3 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "x86_64 i386 ppc"; GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_UNUSED_VARIABLE = YES; PREBINDING = NO; SDKROOT = ""; }; name = Debug; }; ACCD5B3D08FEE22B004DD4C3 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "x86_64 i386 ppc"; GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_UNUSED_VARIABLE = YES; PREBINDING = NO; SDKROOT = ""; }; name = Release; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ ACCD5B3708FEE22B004DD4C3 /* Build configuration list for PBXNativeTarget "STUCOtherDeviceTool" */ = { isa = XCConfigurationList; buildConfigurations = ( ACCD5B3808FEE22B004DD4C3 /* Debug */, ACCD5B3908FEE22B004DD4C3 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; ACCD5B3B08FEE22B004DD4C3 /* Build configuration list for PBXProject "STUCOtherDeviceTool" */ = { isa = XCConfigurationList; buildConfigurations = ( ACCD5B3C08FEE22B004DD4C3 /* Debug */, ACCD5B3D08FEE22B004DD4C3 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; /* End XCConfigurationList section */ }; rootObject = 08FB7793FE84155DC02AAC07 /* Project object */; }
Our Services
-
What our customers say about us?
Read our customer testimonials to find out why our clients keep returning for their projects.
View Testimonials