annotate Unit Testing/SoundFieldUnitTest/SoundFieldUnitTest.xcodeproj/project.pbxproj @ 13:989865d55c73 tip

Commit.
author martinm_home <martin.morrell@eecs.qmul.ac.uk>
date Thu, 27 Sep 2012 23:30:29 +0100
parents 2fa9c10568d1
children
rev   line source
martin@0 1 // !$*UTF8*$!
martin@0 2 {
martin@0 3 archiveVersion = 1;
martin@0 4 classes = {
martin@0 5 };
martin@0 6 objectVersion = 45;
martin@0 7 objects = {
martin@0 8
martin@0 9 /* Begin PBXBuildFile section */
martin@0 10 3E84430B1592427F00A08F7F /* Decoder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3E8443091592427F00A08F7F /* Decoder.cpp */; };
martin@0 11 8DD76F650486A84900D96B5E /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 08FB7796FE84155DC02AAC07 /* main.cpp */; settings = {ATTRIBUTES = (); }; };
martin@0 12 8DD76F6A0486A84900D96B5E /* SoundFieldUnitTest.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = C6859E8B029090EE04C91782 /* SoundFieldUnitTest.1 */; };
martin@0 13 /* End PBXBuildFile section */
martin@0 14
martin@0 15 /* Begin PBXCopyFilesBuildPhase section */
martin@0 16 8DD76F690486A84900D96B5E /* CopyFiles */ = {
martin@0 17 isa = PBXCopyFilesBuildPhase;
martin@0 18 buildActionMask = 8;
martin@0 19 dstPath = /usr/share/man/man1/;
martin@0 20 dstSubfolderSpec = 0;
martin@0 21 files = (
martin@0 22 8DD76F6A0486A84900D96B5E /* SoundFieldUnitTest.1 in CopyFiles */,
martin@0 23 );
martin@0 24 runOnlyForDeploymentPostprocessing = 1;
martin@0 25 };
martin@0 26 /* End PBXCopyFilesBuildPhase section */
martin@0 27
martin@0 28 /* Begin PBXFileReference section */
martin@0 29 08FB7796FE84155DC02AAC07 /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
martin@0 30 3E8443091592427F00A08F7F /* Decoder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Decoder.cpp; path = ../../Source/Decoder.cpp; sourceTree = SOURCE_ROOT; };
martin@0 31 3E84430A1592427F00A08F7F /* Decoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Decoder.h; path = ../../Source/Decoder.h; sourceTree = SOURCE_ROOT; };
martin@0 32 8DD76F6C0486A84900D96B5E /* SoundFieldUnitTest */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = SoundFieldUnitTest; sourceTree = BUILT_PRODUCTS_DIR; };
martin@0 33 C6859E8B029090EE04C91782 /* SoundFieldUnitTest.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = SoundFieldUnitTest.1; sourceTree = "<group>"; };
martin@0 34 /* End PBXFileReference section */
martin@0 35
martin@0 36 /* Begin PBXFrameworksBuildPhase section */
martin@0 37 8DD76F660486A84900D96B5E /* Frameworks */ = {
martin@0 38 isa = PBXFrameworksBuildPhase;
martin@0 39 buildActionMask = 2147483647;
martin@0 40 files = (
martin@0 41 );
martin@0 42 runOnlyForDeploymentPostprocessing = 0;
martin@0 43 };
martin@0 44 /* End PBXFrameworksBuildPhase section */
martin@0 45
martin@0 46 /* Begin PBXGroup section */
martin@0 47 08FB7794FE84155DC02AAC07 /* SoundFieldUnitTest */ = {
martin@0 48 isa = PBXGroup;
martin@0 49 children = (
martin@0 50 3E8443061592426200A08F7F /* SoundField */,
martin@0 51 08FB7795FE84155DC02AAC07 /* Source */,
martin@0 52 C6859E8C029090F304C91782 /* Documentation */,
martin@0 53 1AB674ADFE9D54B511CA2CBB /* Products */,
martin@0 54 );
martin@0 55 name = SoundFieldUnitTest;
martin@0 56 sourceTree = "<group>";
martin@0 57 };
martin@0 58 08FB7795FE84155DC02AAC07 /* Source */ = {
martin@0 59 isa = PBXGroup;
martin@0 60 children = (
martin@0 61 08FB7796FE84155DC02AAC07 /* main.cpp */,
martin@0 62 );
martin@0 63 name = Source;
martin@0 64 sourceTree = "<group>";
martin@0 65 };
martin@0 66 1AB674ADFE9D54B511CA2CBB /* Products */ = {
martin@0 67 isa = PBXGroup;
martin@0 68 children = (
martin@0 69 8DD76F6C0486A84900D96B5E /* SoundFieldUnitTest */,
martin@0 70 );
martin@0 71 name = Products;
martin@0 72 sourceTree = "<group>";
martin@0 73 };
martin@0 74 3E8443061592426200A08F7F /* SoundField */ = {
martin@0 75 isa = PBXGroup;
martin@0 76 children = (
martin@0 77 3E8443091592427F00A08F7F /* Decoder.cpp */,
martin@0 78 3E84430A1592427F00A08F7F /* Decoder.h */,
martin@0 79 );
martin@0 80 name = SoundField;
martin@0 81 sourceTree = "<group>";
martin@0 82 };
martin@0 83 C6859E8C029090F304C91782 /* Documentation */ = {
martin@0 84 isa = PBXGroup;
martin@0 85 children = (
martin@0 86 C6859E8B029090EE04C91782 /* SoundFieldUnitTest.1 */,
martin@0 87 );
martin@0 88 name = Documentation;
martin@0 89 sourceTree = "<group>";
martin@0 90 };
martin@0 91 /* End PBXGroup section */
martin@0 92
martin@0 93 /* Begin PBXNativeTarget section */
martin@0 94 8DD76F620486A84900D96B5E /* SoundFieldUnitTest */ = {
martin@0 95 isa = PBXNativeTarget;
martin@0 96 buildConfigurationList = 1DEB923108733DC60010E9CD /* Build configuration list for PBXNativeTarget "SoundFieldUnitTest" */;
martin@0 97 buildPhases = (
martin@0 98 8DD76F640486A84900D96B5E /* Sources */,
martin@0 99 8DD76F660486A84900D96B5E /* Frameworks */,
martin@0 100 8DD76F690486A84900D96B5E /* CopyFiles */,
martin@0 101 );
martin@0 102 buildRules = (
martin@0 103 );
martin@0 104 dependencies = (
martin@0 105 );
martin@0 106 name = SoundFieldUnitTest;
martin@0 107 productInstallPath = "$(HOME)/bin";
martin@0 108 productName = SoundFieldUnitTest;
martin@0 109 productReference = 8DD76F6C0486A84900D96B5E /* SoundFieldUnitTest */;
martin@0 110 productType = "com.apple.product-type.tool";
martin@0 111 };
martin@0 112 /* End PBXNativeTarget section */
martin@0 113
martin@0 114 /* Begin PBXProject section */
martin@0 115 08FB7793FE84155DC02AAC07 /* Project object */ = {
martin@0 116 isa = PBXProject;
martin@0 117 buildConfigurationList = 1DEB923508733DC60010E9CD /* Build configuration list for PBXProject "SoundFieldUnitTest" */;
martin@0 118 compatibilityVersion = "Xcode 3.1";
martin@0 119 developmentRegion = English;
martin@0 120 hasScannedForEncodings = 1;
martin@0 121 knownRegions = (
martin@0 122 English,
martin@0 123 Japanese,
martin@0 124 French,
martin@0 125 German,
martin@0 126 );
martin@0 127 mainGroup = 08FB7794FE84155DC02AAC07 /* SoundFieldUnitTest */;
martin@0 128 projectDirPath = "";
martin@0 129 projectRoot = "";
martin@0 130 targets = (
martin@0 131 8DD76F620486A84900D96B5E /* SoundFieldUnitTest */,
martin@0 132 );
martin@0 133 };
martin@0 134 /* End PBXProject section */
martin@0 135
martin@0 136 /* Begin PBXSourcesBuildPhase section */
martin@0 137 8DD76F640486A84900D96B5E /* Sources */ = {
martin@0 138 isa = PBXSourcesBuildPhase;
martin@0 139 buildActionMask = 2147483647;
martin@0 140 files = (
martin@0 141 8DD76F650486A84900D96B5E /* main.cpp in Sources */,
martin@0 142 3E84430B1592427F00A08F7F /* Decoder.cpp in Sources */,
martin@0 143 );
martin@0 144 runOnlyForDeploymentPostprocessing = 0;
martin@0 145 };
martin@0 146 /* End PBXSourcesBuildPhase section */
martin@0 147
martin@0 148 /* Begin XCBuildConfiguration section */
martin@0 149 1DEB923208733DC60010E9CD /* Debug */ = {
martin@0 150 isa = XCBuildConfiguration;
martin@0 151 buildSettings = {
martin@0 152 ALWAYS_SEARCH_USER_PATHS = NO;
martin@0 153 COPY_PHASE_STRIP = NO;
martin@0 154 GCC_DYNAMIC_NO_PIC = NO;
martin@0 155 GCC_ENABLE_FIX_AND_CONTINUE = YES;
martin@0 156 GCC_MODEL_TUNING = G5;
martin@0 157 GCC_OPTIMIZATION_LEVEL = 0;
martin@0 158 INSTALL_PATH = /usr/local/bin;
martin@0 159 PRODUCT_NAME = SoundFieldUnitTest;
martin@0 160 };
martin@0 161 name = Debug;
martin@0 162 };
martin@0 163 1DEB923308733DC60010E9CD /* Release */ = {
martin@0 164 isa = XCBuildConfiguration;
martin@0 165 buildSettings = {
martin@0 166 ALWAYS_SEARCH_USER_PATHS = NO;
martin@0 167 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
martin@0 168 GCC_MODEL_TUNING = G5;
martin@0 169 INSTALL_PATH = /usr/local/bin;
martin@0 170 PRODUCT_NAME = SoundFieldUnitTest;
martin@0 171 };
martin@0 172 name = Release;
martin@0 173 };
martin@0 174 1DEB923608733DC60010E9CD /* Debug */ = {
martin@0 175 isa = XCBuildConfiguration;
martin@0 176 buildSettings = {
martin@0 177 ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
martin@0 178 GCC_C_LANGUAGE_STANDARD = gnu99;
martin@0 179 GCC_OPTIMIZATION_LEVEL = 0;
martin@0 180 GCC_WARN_ABOUT_RETURN_TYPE = YES;
martin@0 181 GCC_WARN_UNUSED_VARIABLE = YES;
martin@0 182 ONLY_ACTIVE_ARCH = YES;
martin@0 183 PREBINDING = NO;
martin@0 184 SDKROOT = macosx10.6;
martin@0 185 };
martin@0 186 name = Debug;
martin@0 187 };
martin@0 188 1DEB923708733DC60010E9CD /* Release */ = {
martin@0 189 isa = XCBuildConfiguration;
martin@0 190 buildSettings = {
martin@0 191 ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
martin@0 192 GCC_C_LANGUAGE_STANDARD = gnu99;
martin@0 193 GCC_WARN_ABOUT_RETURN_TYPE = YES;
martin@0 194 GCC_WARN_UNUSED_VARIABLE = YES;
martin@0 195 PREBINDING = NO;
martin@0 196 SDKROOT = macosx10.6;
martin@0 197 };
martin@0 198 name = Release;
martin@0 199 };
martin@0 200 /* End XCBuildConfiguration section */
martin@0 201
martin@0 202 /* Begin XCConfigurationList section */
martin@0 203 1DEB923108733DC60010E9CD /* Build configuration list for PBXNativeTarget "SoundFieldUnitTest" */ = {
martin@0 204 isa = XCConfigurationList;
martin@0 205 buildConfigurations = (
martin@0 206 1DEB923208733DC60010E9CD /* Debug */,
martin@0 207 1DEB923308733DC60010E9CD /* Release */,
martin@0 208 );
martin@0 209 defaultConfigurationIsVisible = 0;
martin@0 210 defaultConfigurationName = Release;
martin@0 211 };
martin@0 212 1DEB923508733DC60010E9CD /* Build configuration list for PBXProject "SoundFieldUnitTest" */ = {
martin@0 213 isa = XCConfigurationList;
martin@0 214 buildConfigurations = (
martin@0 215 1DEB923608733DC60010E9CD /* Debug */,
martin@0 216 1DEB923708733DC60010E9CD /* Release */,
martin@0 217 );
martin@0 218 defaultConfigurationIsVisible = 0;
martin@0 219 defaultConfigurationName = Release;
martin@0 220 };
martin@0 221 /* End XCConfigurationList section */
martin@0 222 };
martin@0 223 rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
martin@0 224 }