// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 42; objects = { /* Begin PBXBuildFile section */ EE19EED707B2C7BF0083E1AA /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 08FB7796FE84155DC02AAC07 /* main.c */; settings = {ATTRIBUTES = (); }; }; EE19EED907B2C7BF0083E1AA /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 09AB6884FE841BABC02AAC07 /* CoreFoundation.framework */; }; EE19EEDA07B2C7BF0083E1AA /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 130F0D2200FCB0C106CB154B /* IOKit.framework */; }; /* End PBXBuildFile section */ /* Begin PBXBuildStyle section */ 014CEA490018CE3211CA2923 /* Development */ = { isa = PBXBuildStyle; buildSettings = { COPY_PHASE_STRIP = NO; GCC_DYNAMIC_NO_PIC = NO; GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_OPTIMIZATION_LEVEL = 0; OPTIMIZATION_CFLAGS = "-O0"; ZERO_LINK = YES; }; name = Development; }; 014CEA4A0018CE3211CA2923 /* Deployment */ = { isa = PBXBuildStyle; buildSettings = { COPY_PHASE_STRIP = YES; GCC_ENABLE_FIX_AND_CONTINUE = NO; ZERO_LINK = NO; }; name = Deployment; }; /* End PBXBuildStyle section */ /* Begin PBXFileReference section */ 08FB7796FE84155DC02AAC07 /* main.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = ""; }; 09AB6884FE841BABC02AAC07 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = /System/Library/Frameworks/CoreFoundation.framework; sourceTree = ""; }; 130F0D2200FCB0C106CB154B /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = /System/Library/Frameworks/IOKit.framework; sourceTree = ""; }; EE19EEDC07B2C7BF0083E1AA /* USBSimpleExample */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = USBSimpleExample; sourceTree = BUILT_PRODUCTS_DIR; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ EE19EED807B2C7BF0083E1AA /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( EE19EED907B2C7BF0083E1AA /* CoreFoundation.framework in Frameworks */, EE19EEDA07B2C7BF0083E1AA /* IOKit.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ 08FB7794FE84155DC02AAC07 /* USBSimpleExample */ = { isa = PBXGroup; children = ( 08FB7795FE84155DC02AAC07 /* Source */, 08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */, 19C28FBDFE9D53C911CA2CBB /* Products */, ); name = USBSimpleExample; sourceTree = ""; }; 08FB7795FE84155DC02AAC07 /* Source */ = { isa = PBXGroup; children = ( 08FB7796FE84155DC02AAC07 /* main.c */, ); name = Source; sourceTree = ""; }; 08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */ = { isa = PBXGroup; children = ( 09AB6884FE841BABC02AAC07 /* CoreFoundation.framework */, 130F0D2200FCB0C106CB154B /* IOKit.framework */, ); name = "External Frameworks and Libraries"; sourceTree = ""; }; 19C28FBDFE9D53C911CA2CBB /* Products */ = { isa = PBXGroup; children = ( EE19EEDC07B2C7BF0083E1AA /* USBSimpleExample */, ); name = Products; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ EE19EED507B2C7BF0083E1AA /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ EE19EED407B2C7BF0083E1AA /* USBSimpleExample */ = { isa = PBXNativeTarget; buildConfigurationList = 3EEA307508D71E4B002CBB49 /* Build configuration list for PBXNativeTarget "USBSimpleExample" */; buildPhases = ( EE19EED507B2C7BF0083E1AA /* Headers */, EE19EED607B2C7BF0083E1AA /* Sources */, EE19EED807B2C7BF0083E1AA /* Frameworks */, EE19EEDB07B2C7BF0083E1AA /* Rez */, ); buildRules = ( ); buildSettings = { FRAMEWORK_SEARCH_PATHS = ""; HEADER_SEARCH_PATHS = ""; INSTALL_PATH = "$(HOME)/bin"; LIBRARY_SEARCH_PATHS = ""; OTHER_CFLAGS = ( "-W", "-Wall", "-Wno-unused", ); OTHER_LDFLAGS = ""; OTHER_REZFLAGS = ""; PRODUCT_NAME = USBSimpleExample; REZ_EXECUTABLE = YES; SECTORDER_FLAGS = ""; WARNING_CFLAGS = ( "-Wmost", "-Wno-four-char-constants", "-Wno-unknown-pragmas", ); }; dependencies = ( ); name = USBSimpleExample; productInstallPath = "$(HOME)/bin"; productName = USBSimpleExample; productReference = EE19EEDC07B2C7BF0083E1AA /* USBSimpleExample */; productType = "com.apple.product-type.tool"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ 08FB7793FE84155DC02AAC07 /* Project object */ = { isa = PBXProject; buildConfigurationList = 3EEA307908D71E4B002CBB49 /* Build configuration list for PBXProject "USBSimpleExample" */; buildSettings = { }; buildStyles = ( 014CEA490018CE3211CA2923 /* Development */, 014CEA4A0018CE3211CA2923 /* Deployment */, ); hasScannedForEncodings = 1; mainGroup = 08FB7794FE84155DC02AAC07 /* USBSimpleExample */; projectDirPath = ""; targets = ( EE19EED407B2C7BF0083E1AA /* USBSimpleExample */, ); }; /* End PBXProject section */ /* Begin PBXRezBuildPhase section */ EE19EEDB07B2C7BF0083E1AA /* Rez */ = { isa = PBXRezBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXRezBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ EE19EED607B2C7BF0083E1AA /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( EE19EED707B2C7BF0083E1AA /* main.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin XCBuildConfiguration section */ 3EEA307608D71E4B002CBB49 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { COPY_PHASE_STRIP = NO; GCC_DYNAMIC_NO_PIC = NO; GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_MODEL_TUNING = G5; GCC_OPTIMIZATION_LEVEL = 0; INSTALL_PATH = "$(HOME)/bin"; PRODUCT_NAME = USBSimpleExample; ZERO_LINK = YES; }; name = Debug; }; 3EEA307708D71E4B002CBB49 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = ( ppc, i386, ); GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_MODEL_TUNING = G5; INSTALL_PATH = "$(HOME)/bin"; PRODUCT_NAME = USBSimpleExample; }; name = Release; }; 3EEA307A08D71E4B002CBB49 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_UNUSED_VARIABLE = YES; PREBINDING = NO; SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; }; name = Debug; }; 3EEA307B08D71E4B002CBB49 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_UNUSED_VARIABLE = YES; PREBINDING = NO; SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; }; name = Release; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ 3EEA307508D71E4B002CBB49 /* Build configuration list for PBXNativeTarget "USBSimpleExample" */ = { isa = XCConfigurationList; buildConfigurations = ( 3EEA307608D71E4B002CBB49 /* Debug */, 3EEA307708D71E4B002CBB49 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; 3EEA307908D71E4B002CBB49 /* Build configuration list for PBXProject "USBSimpleExample" */ = { isa = XCConfigurationList; buildConfigurations = ( 3EEA307A08D71E4B002CBB49 /* Debug */, 3EEA307B08D71E4B002CBB49 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; /* End XCConfigurationList section */ }; rootObject = 08FB7793FE84155DC02AAC07 /* Project object */; }