// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 42; objects = { /* Begin PBXAggregateTarget section */ D93DA0FC0D09B2A4004C7856 /* HeaderDoc */ = { isa = PBXAggregateTarget; buildConfigurationList = D93DA10A0D09B2BF004C7856 /* Build configuration list for PBXAggregateTarget "HeaderDoc" */; buildPhases = ( D93DA0FB0D09B2A4004C7856 /* ShellScript */, ); dependencies = ( ); name = HeaderDoc; productName = HeaderDoc; }; /* End PBXAggregateTarget section */ /* Begin PBXFileReference section */ D90AEC880CF3459300744EF7 /* baseband.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = baseband.h; sourceTree = ""; }; D90AEC890CF3459300744EF7 /* baseband.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = baseband.c; sourceTree = ""; }; D92591D70C6B431100BBDBBC /* Makefile */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; D93DA1230D09B6E6004C7856 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; name = index.html; path = build/Documentation/baseband/index.html; sourceTree = ""; }; D99F58950CF5FEC00070E973 /* main.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = ""; }; D99F5A730CF5FEDF0070E973 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = /System/Library/Frameworks/IOKit.framework; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXGroup section */ 19C28FACFE9D520D11CA2CBB /* Products */ = { isa = PBXGroup; children = ( D93DA1230D09B6E6004C7856 /* index.html */, ); name = Products; sourceTree = ""; }; 29B97314FDCFA39411CA2CEA /* iPhixer */ = { isa = PBXGroup; children = ( D92591D70C6B431100BBDBBC /* Makefile */, 29B97315FDCFA39411CA2CEA /* Sources */, 29B97323FDCFA39411CA2CEA /* Frameworks */, 19C28FACFE9D520D11CA2CBB /* Products */, ); name = iPhixer; sourceTree = ""; }; 29B97315FDCFA39411CA2CEA /* Sources */ = { isa = PBXGroup; children = ( D99F58950CF5FEC00070E973 /* main.c */, D90AEC880CF3459300744EF7 /* baseband.h */, D90AEC890CF3459300744EF7 /* baseband.c */, ); name = Sources; sourceTree = ""; }; 29B97323FDCFA39411CA2CEA /* Frameworks */ = { isa = PBXGroup; children = ( D99F5A730CF5FEDF0070E973 /* IOKit.framework */, ); name = Frameworks; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXLegacyTarget section */ D92591D10C6B42C700BBDBBC /* bbtool */ = { isa = PBXLegacyTarget; buildArgumentsString = "$(ACTION)"; buildConfigurationList = D92591D40C6B42CE00BBDBBC /* Build configuration list for PBXLegacyTarget "bbtool" */; buildPhases = ( ); buildToolPath = /usr/bin/make; dependencies = ( ); name = bbtool; passBuildSettingsInEnvironment = 1; productName = iPhixer; }; /* End PBXLegacyTarget section */ /* Begin PBXProject section */ 29B97313FDCFA39411CA2CEA /* Project object */ = { isa = PBXProject; buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "baseband" */; compatibilityVersion = "Xcode 2.4"; hasScannedForEncodings = 1; mainGroup = 29B97314FDCFA39411CA2CEA /* iPhixer */; projectDirPath = ""; projectRoot = ""; targets = ( D92591D10C6B42C700BBDBBC /* bbtool */, D93DA0FC0D09B2A4004C7856 /* HeaderDoc */, ); }; /* End PBXProject section */ /* Begin PBXShellScriptBuildPhase section */ D93DA0FB0D09B2A4004C7856 /* ShellScript */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( ); outputPaths = ( ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "mkdir -p ${OBJROOT}/Documentation\nheaderdoc2html -o ${OBJROOT}/Documentation ${SRCROOT}/*.h\n"; }; /* End PBXShellScriptBuildPhase section */ /* Begin XCBuildConfiguration section */ C01FCF4F08A954540054247B /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = arm; CC = "/usr/local/iphonedev/bin/arm-apple-darwin-cc"; CXX = "/usr/local/iphonedev/bin/arm-apple-darwin-cc"; GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_UNUSED_VARIABLE = YES; LD = "/usr/local/iphonedev/bin/arm-apple-darwin-cc"; PREBINDING = NO; SDKROOT = /Developer/SDKs/iPhone.sdk; SHARED_PRECOMPS_DIR = "/Library/Caches/com.apple.Xcode.iPhone.$(UID)/SharedPrecompiledHeaders"; }; name = Debug; }; C01FCF5008A954540054247B /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = arm; CC = "/usr/local/iphonedev/bin/arm-apple-darwin-cc"; CXX = "/usr/local/iphonedev/bin/arm-apple-darwin-cc"; GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_UNUSED_VARIABLE = YES; LD = "/usr/local/iphonedev/bin/arm-apple-darwin-cc"; PREBINDING = NO; SDKROOT = /Developer/SDKs/iPhone.sdk; SHARED_PRECOMPS_DIR = "/Library/Caches/com.apple.Xcode.iPhone.$(UID)/SharedPrecompiledHeaders"; }; name = Release; }; D92591D50C6B42CE00BBDBBC /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { COPY_PHASE_STRIP = NO; GCC_DYNAMIC_NO_PIC = NO; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_OPTIMIZATION_LEVEL = 0; PRODUCT_NAME = iPhixer; }; name = Debug; }; D92591D60C6B42CE00BBDBBC /* Release */ = { isa = XCBuildConfiguration; buildSettings = { COPY_PHASE_STRIP = YES; GCC_ENABLE_FIX_AND_CONTINUE = NO; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; PRODUCT_NAME = bbtool; ZERO_LINK = NO; }; name = Release; }; D93DA0FD0D09B2A5004C7856 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { COPY_PHASE_STRIP = NO; GCC_DYNAMIC_NO_PIC = NO; GCC_OPTIMIZATION_LEVEL = 0; PRODUCT_NAME = HeaderDoc; }; name = Debug; }; D93DA0FE0D09B2A5004C7856 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { COPY_PHASE_STRIP = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; GCC_ENABLE_FIX_AND_CONTINUE = NO; PRODUCT_NAME = HeaderDoc; ZERO_LINK = NO; }; name = Release; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ C01FCF4E08A954540054247B /* Build configuration list for PBXProject "baseband" */ = { isa = XCConfigurationList; buildConfigurations = ( C01FCF4F08A954540054247B /* Debug */, C01FCF5008A954540054247B /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; D92591D40C6B42CE00BBDBBC /* Build configuration list for PBXLegacyTarget "bbtool" */ = { isa = XCConfigurationList; buildConfigurations = ( D92591D50C6B42CE00BBDBBC /* Debug */, D92591D60C6B42CE00BBDBBC /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; D93DA10A0D09B2BF004C7856 /* Build configuration list for PBXAggregateTarget "HeaderDoc" */ = { isa = XCConfigurationList; buildConfigurations = ( D93DA0FD0D09B2A5004C7856 /* Debug */, D93DA0FE0D09B2A5004C7856 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; /* End XCConfigurationList section */ }; rootObject = 29B97313FDCFA39411CA2CEA /* Project object */; }