martin@0: // !$*UTF8*$! martin@0: { martin@0: archiveVersion = 1; martin@0: classes = { martin@0: }; martin@0: objectVersion = 45; martin@0: objects = { martin@0: martin@0: /* Begin PBXBuildFile section */ martin@0: 3E84430B1592427F00A08F7F /* Decoder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3E8443091592427F00A08F7F /* Decoder.cpp */; }; martin@0: 8DD76F650486A84900D96B5E /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 08FB7796FE84155DC02AAC07 /* main.cpp */; settings = {ATTRIBUTES = (); }; }; martin@0: 8DD76F6A0486A84900D96B5E /* SoundFieldUnitTest.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = C6859E8B029090EE04C91782 /* SoundFieldUnitTest.1 */; }; martin@0: /* End PBXBuildFile section */ martin@0: martin@0: /* Begin PBXCopyFilesBuildPhase section */ martin@0: 8DD76F690486A84900D96B5E /* CopyFiles */ = { martin@0: isa = PBXCopyFilesBuildPhase; martin@0: buildActionMask = 8; martin@0: dstPath = /usr/share/man/man1/; martin@0: dstSubfolderSpec = 0; martin@0: files = ( martin@0: 8DD76F6A0486A84900D96B5E /* SoundFieldUnitTest.1 in CopyFiles */, martin@0: ); martin@0: runOnlyForDeploymentPostprocessing = 1; martin@0: }; martin@0: /* End PBXCopyFilesBuildPhase section */ martin@0: martin@0: /* Begin PBXFileReference section */ martin@0: 08FB7796FE84155DC02AAC07 /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = ""; }; martin@0: 3E8443091592427F00A08F7F /* Decoder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Decoder.cpp; path = ../../Source/Decoder.cpp; sourceTree = SOURCE_ROOT; }; martin@0: 3E84430A1592427F00A08F7F /* Decoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Decoder.h; path = ../../Source/Decoder.h; sourceTree = SOURCE_ROOT; }; martin@0: 8DD76F6C0486A84900D96B5E /* SoundFieldUnitTest */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = SoundFieldUnitTest; sourceTree = BUILT_PRODUCTS_DIR; }; martin@0: C6859E8B029090EE04C91782 /* SoundFieldUnitTest.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = SoundFieldUnitTest.1; sourceTree = ""; }; martin@0: /* End PBXFileReference section */ martin@0: martin@0: /* Begin PBXFrameworksBuildPhase section */ martin@0: 8DD76F660486A84900D96B5E /* Frameworks */ = { martin@0: isa = PBXFrameworksBuildPhase; martin@0: buildActionMask = 2147483647; martin@0: files = ( martin@0: ); martin@0: runOnlyForDeploymentPostprocessing = 0; martin@0: }; martin@0: /* End PBXFrameworksBuildPhase section */ martin@0: martin@0: /* Begin PBXGroup section */ martin@0: 08FB7794FE84155DC02AAC07 /* SoundFieldUnitTest */ = { martin@0: isa = PBXGroup; martin@0: children = ( martin@0: 3E8443061592426200A08F7F /* SoundField */, martin@0: 08FB7795FE84155DC02AAC07 /* Source */, martin@0: C6859E8C029090F304C91782 /* Documentation */, martin@0: 1AB674ADFE9D54B511CA2CBB /* Products */, martin@0: ); martin@0: name = SoundFieldUnitTest; martin@0: sourceTree = ""; martin@0: }; martin@0: 08FB7795FE84155DC02AAC07 /* Source */ = { martin@0: isa = PBXGroup; martin@0: children = ( martin@0: 08FB7796FE84155DC02AAC07 /* main.cpp */, martin@0: ); martin@0: name = Source; martin@0: sourceTree = ""; martin@0: }; martin@0: 1AB674ADFE9D54B511CA2CBB /* Products */ = { martin@0: isa = PBXGroup; martin@0: children = ( martin@0: 8DD76F6C0486A84900D96B5E /* SoundFieldUnitTest */, martin@0: ); martin@0: name = Products; martin@0: sourceTree = ""; martin@0: }; martin@0: 3E8443061592426200A08F7F /* SoundField */ = { martin@0: isa = PBXGroup; martin@0: children = ( martin@0: 3E8443091592427F00A08F7F /* Decoder.cpp */, martin@0: 3E84430A1592427F00A08F7F /* Decoder.h */, martin@0: ); martin@0: name = SoundField; martin@0: sourceTree = ""; martin@0: }; martin@0: C6859E8C029090F304C91782 /* Documentation */ = { martin@0: isa = PBXGroup; martin@0: children = ( martin@0: C6859E8B029090EE04C91782 /* SoundFieldUnitTest.1 */, martin@0: ); martin@0: name = Documentation; martin@0: sourceTree = ""; martin@0: }; martin@0: /* End PBXGroup section */ martin@0: martin@0: /* Begin PBXNativeTarget section */ martin@0: 8DD76F620486A84900D96B5E /* SoundFieldUnitTest */ = { martin@0: isa = PBXNativeTarget; martin@0: buildConfigurationList = 1DEB923108733DC60010E9CD /* Build configuration list for PBXNativeTarget "SoundFieldUnitTest" */; martin@0: buildPhases = ( martin@0: 8DD76F640486A84900D96B5E /* Sources */, martin@0: 8DD76F660486A84900D96B5E /* Frameworks */, martin@0: 8DD76F690486A84900D96B5E /* CopyFiles */, martin@0: ); martin@0: buildRules = ( martin@0: ); martin@0: dependencies = ( martin@0: ); martin@0: name = SoundFieldUnitTest; martin@0: productInstallPath = "$(HOME)/bin"; martin@0: productName = SoundFieldUnitTest; martin@0: productReference = 8DD76F6C0486A84900D96B5E /* SoundFieldUnitTest */; martin@0: productType = "com.apple.product-type.tool"; martin@0: }; martin@0: /* End PBXNativeTarget section */ martin@0: martin@0: /* Begin PBXProject section */ martin@0: 08FB7793FE84155DC02AAC07 /* Project object */ = { martin@0: isa = PBXProject; martin@0: buildConfigurationList = 1DEB923508733DC60010E9CD /* Build configuration list for PBXProject "SoundFieldUnitTest" */; martin@0: compatibilityVersion = "Xcode 3.1"; martin@0: developmentRegion = English; martin@0: hasScannedForEncodings = 1; martin@0: knownRegions = ( martin@0: English, martin@0: Japanese, martin@0: French, martin@0: German, martin@0: ); martin@0: mainGroup = 08FB7794FE84155DC02AAC07 /* SoundFieldUnitTest */; martin@0: projectDirPath = ""; martin@0: projectRoot = ""; martin@0: targets = ( martin@0: 8DD76F620486A84900D96B5E /* SoundFieldUnitTest */, martin@0: ); martin@0: }; martin@0: /* End PBXProject section */ martin@0: martin@0: /* Begin PBXSourcesBuildPhase section */ martin@0: 8DD76F640486A84900D96B5E /* Sources */ = { martin@0: isa = PBXSourcesBuildPhase; martin@0: buildActionMask = 2147483647; martin@0: files = ( martin@0: 8DD76F650486A84900D96B5E /* main.cpp in Sources */, martin@0: 3E84430B1592427F00A08F7F /* Decoder.cpp in Sources */, martin@0: ); martin@0: runOnlyForDeploymentPostprocessing = 0; martin@0: }; martin@0: /* End PBXSourcesBuildPhase section */ martin@0: martin@0: /* Begin XCBuildConfiguration section */ martin@0: 1DEB923208733DC60010E9CD /* Debug */ = { martin@0: isa = XCBuildConfiguration; martin@0: buildSettings = { martin@0: ALWAYS_SEARCH_USER_PATHS = NO; martin@0: COPY_PHASE_STRIP = NO; martin@0: GCC_DYNAMIC_NO_PIC = NO; martin@0: GCC_ENABLE_FIX_AND_CONTINUE = YES; martin@0: GCC_MODEL_TUNING = G5; martin@0: GCC_OPTIMIZATION_LEVEL = 0; martin@0: INSTALL_PATH = /usr/local/bin; martin@0: PRODUCT_NAME = SoundFieldUnitTest; martin@0: }; martin@0: name = Debug; martin@0: }; martin@0: 1DEB923308733DC60010E9CD /* Release */ = { martin@0: isa = XCBuildConfiguration; martin@0: buildSettings = { martin@0: ALWAYS_SEARCH_USER_PATHS = NO; martin@0: DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; martin@0: GCC_MODEL_TUNING = G5; martin@0: INSTALL_PATH = /usr/local/bin; martin@0: PRODUCT_NAME = SoundFieldUnitTest; martin@0: }; martin@0: name = Release; martin@0: }; martin@0: 1DEB923608733DC60010E9CD /* Debug */ = { martin@0: isa = XCBuildConfiguration; martin@0: buildSettings = { martin@0: ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; martin@0: GCC_C_LANGUAGE_STANDARD = gnu99; martin@0: GCC_OPTIMIZATION_LEVEL = 0; martin@0: GCC_WARN_ABOUT_RETURN_TYPE = YES; martin@0: GCC_WARN_UNUSED_VARIABLE = YES; martin@0: ONLY_ACTIVE_ARCH = YES; martin@0: PREBINDING = NO; martin@0: SDKROOT = macosx10.6; martin@0: }; martin@0: name = Debug; martin@0: }; martin@0: 1DEB923708733DC60010E9CD /* Release */ = { martin@0: isa = XCBuildConfiguration; martin@0: buildSettings = { martin@0: ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; martin@0: GCC_C_LANGUAGE_STANDARD = gnu99; martin@0: GCC_WARN_ABOUT_RETURN_TYPE = YES; martin@0: GCC_WARN_UNUSED_VARIABLE = YES; martin@0: PREBINDING = NO; martin@0: SDKROOT = macosx10.6; martin@0: }; martin@0: name = Release; martin@0: }; martin@0: /* End XCBuildConfiguration section */ martin@0: martin@0: /* Begin XCConfigurationList section */ martin@0: 1DEB923108733DC60010E9CD /* Build configuration list for PBXNativeTarget "SoundFieldUnitTest" */ = { martin@0: isa = XCConfigurationList; martin@0: buildConfigurations = ( martin@0: 1DEB923208733DC60010E9CD /* Debug */, martin@0: 1DEB923308733DC60010E9CD /* Release */, martin@0: ); martin@0: defaultConfigurationIsVisible = 0; martin@0: defaultConfigurationName = Release; martin@0: }; martin@0: 1DEB923508733DC60010E9CD /* Build configuration list for PBXProject "SoundFieldUnitTest" */ = { martin@0: isa = XCConfigurationList; martin@0: buildConfigurations = ( martin@0: 1DEB923608733DC60010E9CD /* Debug */, martin@0: 1DEB923708733DC60010E9CD /* Release */, martin@0: ); martin@0: defaultConfigurationIsVisible = 0; martin@0: defaultConfigurationName = Release; martin@0: }; martin@0: /* End XCConfigurationList section */ martin@0: }; martin@0: rootObject = 08FB7793FE84155DC02AAC07 /* Project object */; martin@0: }