annotate examples/iAudioDB/iAudioDB.xcodeproj/project.pbxproj @ 691:203181f7d804

Added checks for max length/vectors that disable the query button if invalid values are provided.
author mas01mj
date Fri, 12 Mar 2010 14:46:22 +0000
parents 15e71890b584
children 9a7d829bc492
rev   line source
mas01mj@669 1 // !$*UTF8*$!
mas01mj@669 2 {
mas01mj@669 3 archiveVersion = 1;
mas01mj@669 4 classes = {
mas01mj@669 5 };
mas01mj@669 6 objectVersion = 45;
mas01mj@669 7 objects = {
mas01mj@669 8
mas01mj@669 9 /* Begin PBXBuildFile section */
mas01mj@669 10 1DDD58160DA1D0A300B32029 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1DDD58140DA1D0A300B32029 /* MainMenu.xib */; };
mas01mj@669 11 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; };
mas01mj@669 12 8D11072D0486CEB800E47090 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; };
mas01mj@669 13 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
mas01mj@691 14 B798CFD3114A70DC00026712 /* Add.tiff in Resources */ = {isa = PBXBuildFile; fileRef = B798CFCF114A70DB00026712 /* Add.tiff */; };
mas01mj@691 15 B798CFD4114A70DC00026712 /* Play.tiff in Resources */ = {isa = PBXBuildFile; fileRef = B798CFD0114A70DB00026712 /* Play.tiff */; };
mas01mj@691 16 B798CFD5114A70DC00026712 /* Spotlight.tiff in Resources */ = {isa = PBXBuildFile; fileRef = B798CFD1114A70DB00026712 /* Spotlight.tiff */; };
mas01mj@691 17 B798CFD6114A70DC00026712 /* Stop.tiff in Resources */ = {isa = PBXBuildFile; fileRef = B798CFD2114A70DB00026712 /* Stop.tiff */; };
mas01mj@669 18 B7CBF33211105F1700B8C1C8 /* AppController.m in Sources */ = {isa = PBXBuildFile; fileRef = B7CBF33111105F1700B8C1C8 /* AppController.m */; };
mas01mj@669 19 B7CBF3B711106F4C00B8C1C8 /* libaudioDB.0.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B7CBF3B611106F4C00B8C1C8 /* libaudioDB.0.0.dylib */; };
mas01mj@680 20 B7E0FD5B114164430003AB08 /* BWToolkitFramework.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B7E0FD5A114164430003AB08 /* BWToolkitFramework.framework */; };
mas01mj@680 21 B7E0FD8D114164850003AB08 /* BWToolkitFramework.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = B7E0FD5A114164430003AB08 /* BWToolkitFramework.framework */; };
mas01mj@669 22 /* End PBXBuildFile section */
mas01mj@669 23
mas01mj@669 24 /* Begin PBXCopyFilesBuildPhase section */
mas01mj@669 25 B7CBF42111108E6100B8C1C8 /* CopyFiles */ = {
mas01mj@669 26 isa = PBXCopyFilesBuildPhase;
mas01mj@669 27 buildActionMask = 2147483647;
mas01mj@669 28 dstPath = "";
mas01mj@669 29 dstSubfolderSpec = 10;
mas01mj@669 30 files = (
mas01mj@680 31 B7E0FD8D114164850003AB08 /* BWToolkitFramework.framework in CopyFiles */,
mas01mj@669 32 );
mas01mj@669 33 runOnlyForDeploymentPostprocessing = 0;
mas01mj@669 34 };
mas01mj@669 35 /* End PBXCopyFilesBuildPhase section */
mas01mj@669 36
mas01mj@669 37 /* Begin PBXFileReference section */
mas01mj@669 38 089C165DFE840E0CC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
mas01mj@669 39 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
mas01mj@669 40 13E42FB307B3F0F600E4EEF1 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = "<absolute>"; };
mas01mj@669 41 1DDD58150DA1D0A300B32029 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/MainMenu.xib; sourceTree = "<group>"; };
mas01mj@669 42 29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
mas01mj@669 43 29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
mas01mj@669 44 29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
mas01mj@669 45 32CA4F630368D1EE00C91783 /* iAudioDB_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = iAudioDB_Prefix.pch; sourceTree = "<group>"; };
mas01mj@669 46 8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
mas01mj@669 47 8D1107320486CEB800E47090 /* iAudioDB.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = iAudioDB.app; sourceTree = BUILT_PRODUCTS_DIR; };
mas01mj@691 48 B798CFCF114A70DB00026712 /* Add.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = Add.tiff; path = ../../../../Downloads/devicons/Add.tiff; sourceTree = SOURCE_ROOT; };
mas01mj@691 49 B798CFD0114A70DB00026712 /* Play.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = Play.tiff; path = ../../../../Downloads/devicons/Play.tiff; sourceTree = SOURCE_ROOT; };
mas01mj@691 50 B798CFD1114A70DB00026712 /* Spotlight.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = Spotlight.tiff; path = ../../../../Downloads/devicons/Spotlight.tiff; sourceTree = SOURCE_ROOT; };
mas01mj@691 51 B798CFD2114A70DB00026712 /* Stop.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = Stop.tiff; path = ../../../../Downloads/devicons/Stop.tiff; sourceTree = SOURCE_ROOT; };
mas01mj@669 52 B7CBF33011105F1700B8C1C8 /* AppController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppController.h; sourceTree = "<group>"; };
mas01mj@669 53 B7CBF33111105F1700B8C1C8 /* AppController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppController.m; sourceTree = "<group>"; };
mas01mj@669 54 B7CBF3B611106F4C00B8C1C8 /* libaudioDB.0.0.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libaudioDB.0.0.dylib; path = /usr/local/lib/libaudioDB.0.0.dylib; sourceTree = "<absolute>"; };
mas01mj@680 55 B7E0FD5A114164430003AB08 /* BWToolkitFramework.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = BWToolkitFramework.framework; sourceTree = "<group>"; };
mas01mj@669 56 /* End PBXFileReference section */
mas01mj@669 57
mas01mj@669 58 /* Begin PBXFrameworksBuildPhase section */
mas01mj@669 59 8D11072E0486CEB800E47090 /* Frameworks */ = {
mas01mj@669 60 isa = PBXFrameworksBuildPhase;
mas01mj@669 61 buildActionMask = 2147483647;
mas01mj@669 62 files = (
mas01mj@669 63 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */,
mas01mj@669 64 B7CBF3B711106F4C00B8C1C8 /* libaudioDB.0.0.dylib in Frameworks */,
mas01mj@680 65 B7E0FD5B114164430003AB08 /* BWToolkitFramework.framework in Frameworks */,
mas01mj@669 66 );
mas01mj@669 67 runOnlyForDeploymentPostprocessing = 0;
mas01mj@669 68 };
mas01mj@669 69 /* End PBXFrameworksBuildPhase section */
mas01mj@669 70
mas01mj@669 71 /* Begin PBXGroup section */
mas01mj@669 72 080E96DDFE201D6D7F000001 /* Classes */ = {
mas01mj@669 73 isa = PBXGroup;
mas01mj@669 74 children = (
mas01mj@669 75 B7CBF33011105F1700B8C1C8 /* AppController.h */,
mas01mj@669 76 B7CBF33111105F1700B8C1C8 /* AppController.m */,
mas01mj@669 77 );
mas01mj@669 78 name = Classes;
mas01mj@669 79 sourceTree = "<group>";
mas01mj@669 80 };
mas01mj@669 81 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */ = {
mas01mj@669 82 isa = PBXGroup;
mas01mj@669 83 children = (
mas01mj@669 84 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */,
mas01mj@669 85 );
mas01mj@669 86 name = "Linked Frameworks";
mas01mj@669 87 sourceTree = "<group>";
mas01mj@669 88 };
mas01mj@669 89 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */ = {
mas01mj@669 90 isa = PBXGroup;
mas01mj@669 91 children = (
mas01mj@669 92 29B97324FDCFA39411CA2CEA /* AppKit.framework */,
mas01mj@669 93 13E42FB307B3F0F600E4EEF1 /* CoreData.framework */,
mas01mj@669 94 29B97325FDCFA39411CA2CEA /* Foundation.framework */,
mas01mj@669 95 );
mas01mj@669 96 name = "Other Frameworks";
mas01mj@669 97 sourceTree = "<group>";
mas01mj@669 98 };
mas01mj@669 99 19C28FACFE9D520D11CA2CBB /* Products */ = {
mas01mj@669 100 isa = PBXGroup;
mas01mj@669 101 children = (
mas01mj@669 102 8D1107320486CEB800E47090 /* iAudioDB.app */,
mas01mj@669 103 );
mas01mj@669 104 name = Products;
mas01mj@669 105 sourceTree = "<group>";
mas01mj@669 106 };
mas01mj@669 107 29B97314FDCFA39411CA2CEA /* iAudioDB */ = {
mas01mj@669 108 isa = PBXGroup;
mas01mj@669 109 children = (
mas01mj@669 110 B7CBF3B611106F4C00B8C1C8 /* libaudioDB.0.0.dylib */,
mas01mj@669 111 080E96DDFE201D6D7F000001 /* Classes */,
mas01mj@669 112 29B97315FDCFA39411CA2CEA /* Other Sources */,
mas01mj@669 113 29B97317FDCFA39411CA2CEA /* Resources */,
mas01mj@669 114 29B97323FDCFA39411CA2CEA /* Frameworks */,
mas01mj@669 115 19C28FACFE9D520D11CA2CBB /* Products */,
mas01mj@669 116 );
mas01mj@669 117 name = iAudioDB;
mas01mj@669 118 sourceTree = "<group>";
mas01mj@669 119 };
mas01mj@669 120 29B97315FDCFA39411CA2CEA /* Other Sources */ = {
mas01mj@669 121 isa = PBXGroup;
mas01mj@669 122 children = (
mas01mj@669 123 32CA4F630368D1EE00C91783 /* iAudioDB_Prefix.pch */,
mas01mj@669 124 29B97316FDCFA39411CA2CEA /* main.m */,
mas01mj@669 125 );
mas01mj@669 126 name = "Other Sources";
mas01mj@669 127 sourceTree = "<group>";
mas01mj@669 128 };
mas01mj@669 129 29B97317FDCFA39411CA2CEA /* Resources */ = {
mas01mj@669 130 isa = PBXGroup;
mas01mj@669 131 children = (
mas01mj@691 132 B798CFCF114A70DB00026712 /* Add.tiff */,
mas01mj@691 133 B798CFD0114A70DB00026712 /* Play.tiff */,
mas01mj@691 134 B798CFD1114A70DB00026712 /* Spotlight.tiff */,
mas01mj@691 135 B798CFD2114A70DB00026712 /* Stop.tiff */,
mas01mj@669 136 8D1107310486CEB800E47090 /* Info.plist */,
mas01mj@669 137 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */,
mas01mj@669 138 1DDD58140DA1D0A300B32029 /* MainMenu.xib */,
mas01mj@669 139 );
mas01mj@669 140 name = Resources;
mas01mj@669 141 sourceTree = "<group>";
mas01mj@669 142 };
mas01mj@669 143 29B97323FDCFA39411CA2CEA /* Frameworks */ = {
mas01mj@669 144 isa = PBXGroup;
mas01mj@669 145 children = (
mas01mj@680 146 B7E0FD5A114164430003AB08 /* BWToolkitFramework.framework */,
mas01mj@669 147 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */,
mas01mj@669 148 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */,
mas01mj@669 149 );
mas01mj@669 150 name = Frameworks;
mas01mj@669 151 sourceTree = "<group>";
mas01mj@669 152 };
mas01mj@669 153 /* End PBXGroup section */
mas01mj@669 154
mas01mj@669 155 /* Begin PBXNativeTarget section */
mas01mj@669 156 8D1107260486CEB800E47090 /* iAudioDB */ = {
mas01mj@669 157 isa = PBXNativeTarget;
mas01mj@669 158 buildConfigurationList = C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "iAudioDB" */;
mas01mj@669 159 buildPhases = (
mas01mj@669 160 8D1107290486CEB800E47090 /* Resources */,
mas01mj@669 161 8D11072C0486CEB800E47090 /* Sources */,
mas01mj@669 162 8D11072E0486CEB800E47090 /* Frameworks */,
mas01mj@669 163 B7CBF42111108E6100B8C1C8 /* CopyFiles */,
mas01mj@669 164 );
mas01mj@669 165 buildRules = (
mas01mj@669 166 );
mas01mj@669 167 dependencies = (
mas01mj@669 168 );
mas01mj@669 169 name = iAudioDB;
mas01mj@669 170 productInstallPath = "$(HOME)/Applications";
mas01mj@669 171 productName = iAudioDB;
mas01mj@669 172 productReference = 8D1107320486CEB800E47090 /* iAudioDB.app */;
mas01mj@669 173 productType = "com.apple.product-type.application";
mas01mj@669 174 };
mas01mj@669 175 /* End PBXNativeTarget section */
mas01mj@669 176
mas01mj@669 177 /* Begin PBXProject section */
mas01mj@669 178 29B97313FDCFA39411CA2CEA /* Project object */ = {
mas01mj@669 179 isa = PBXProject;
mas01mj@669 180 buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "iAudioDB" */;
mas01mj@669 181 compatibilityVersion = "Xcode 3.1";
mas01mj@669 182 hasScannedForEncodings = 1;
mas01mj@669 183 mainGroup = 29B97314FDCFA39411CA2CEA /* iAudioDB */;
mas01mj@669 184 projectDirPath = "";
mas01mj@669 185 projectRoot = "";
mas01mj@669 186 targets = (
mas01mj@669 187 8D1107260486CEB800E47090 /* iAudioDB */,
mas01mj@669 188 );
mas01mj@669 189 };
mas01mj@669 190 /* End PBXProject section */
mas01mj@669 191
mas01mj@669 192 /* Begin PBXResourcesBuildPhase section */
mas01mj@669 193 8D1107290486CEB800E47090 /* Resources */ = {
mas01mj@669 194 isa = PBXResourcesBuildPhase;
mas01mj@669 195 buildActionMask = 2147483647;
mas01mj@669 196 files = (
mas01mj@669 197 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */,
mas01mj@669 198 1DDD58160DA1D0A300B32029 /* MainMenu.xib in Resources */,
mas01mj@691 199 B798CFD3114A70DC00026712 /* Add.tiff in Resources */,
mas01mj@691 200 B798CFD4114A70DC00026712 /* Play.tiff in Resources */,
mas01mj@691 201 B798CFD5114A70DC00026712 /* Spotlight.tiff in Resources */,
mas01mj@691 202 B798CFD6114A70DC00026712 /* Stop.tiff in Resources */,
mas01mj@669 203 );
mas01mj@669 204 runOnlyForDeploymentPostprocessing = 0;
mas01mj@669 205 };
mas01mj@669 206 /* End PBXResourcesBuildPhase section */
mas01mj@669 207
mas01mj@669 208 /* Begin PBXSourcesBuildPhase section */
mas01mj@669 209 8D11072C0486CEB800E47090 /* Sources */ = {
mas01mj@669 210 isa = PBXSourcesBuildPhase;
mas01mj@669 211 buildActionMask = 2147483647;
mas01mj@669 212 files = (
mas01mj@669 213 8D11072D0486CEB800E47090 /* main.m in Sources */,
mas01mj@669 214 B7CBF33211105F1700B8C1C8 /* AppController.m in Sources */,
mas01mj@669 215 );
mas01mj@669 216 runOnlyForDeploymentPostprocessing = 0;
mas01mj@669 217 };
mas01mj@669 218 /* End PBXSourcesBuildPhase section */
mas01mj@669 219
mas01mj@669 220 /* Begin PBXVariantGroup section */
mas01mj@669 221 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */ = {
mas01mj@669 222 isa = PBXVariantGroup;
mas01mj@669 223 children = (
mas01mj@669 224 089C165DFE840E0CC02AAC07 /* English */,
mas01mj@669 225 );
mas01mj@669 226 name = InfoPlist.strings;
mas01mj@669 227 sourceTree = "<group>";
mas01mj@669 228 };
mas01mj@669 229 1DDD58140DA1D0A300B32029 /* MainMenu.xib */ = {
mas01mj@669 230 isa = PBXVariantGroup;
mas01mj@669 231 children = (
mas01mj@669 232 1DDD58150DA1D0A300B32029 /* English */,
mas01mj@669 233 );
mas01mj@669 234 name = MainMenu.xib;
mas01mj@669 235 sourceTree = "<group>";
mas01mj@669 236 };
mas01mj@669 237 /* End PBXVariantGroup section */
mas01mj@669 238
mas01mj@669 239 /* Begin XCBuildConfiguration section */
mas01mj@669 240 C01FCF4B08A954540054247B /* Debug */ = {
mas01mj@669 241 isa = XCBuildConfiguration;
mas01mj@669 242 buildSettings = {
mas01mj@669 243 ALWAYS_SEARCH_USER_PATHS = YES;
mas01mj@669 244 COPY_PHASE_STRIP = NO;
mas01mj@669 245 FRAMEWORK_SEARCH_PATHS = (
mas01mj@669 246 "$(inherited)",
mas01mj@669 247 "\"$(SRCROOT)/..\"",
mas01mj@680 248 "\"$(SRCROOT)\"",
mas01mj@669 249 );
mas01mj@669 250 GCC_DYNAMIC_NO_PIC = NO;
mas01mj@669 251 GCC_ENABLE_FIX_AND_CONTINUE = YES;
mas01mj@669 252 GCC_MODEL_TUNING = G5;
mas01mj@669 253 GCC_OPTIMIZATION_LEVEL = 0;
mas01mj@669 254 GCC_PRECOMPILE_PREFIX_HEADER = YES;
mas01mj@669 255 GCC_PREFIX_HEADER = iAudioDB_Prefix.pch;
mas01mj@669 256 INFOPLIST_FILE = Info.plist;
mas01mj@669 257 INSTALL_PATH = "$(HOME)/Applications";
mas01mj@669 258 PRODUCT_NAME = iAudioDB;
mas01mj@669 259 };
mas01mj@669 260 name = Debug;
mas01mj@669 261 };
mas01mj@669 262 C01FCF4C08A954540054247B /* Release */ = {
mas01mj@669 263 isa = XCBuildConfiguration;
mas01mj@669 264 buildSettings = {
mas01mj@669 265 ALWAYS_SEARCH_USER_PATHS = YES;
mas01mj@669 266 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
mas01mj@669 267 FRAMEWORK_SEARCH_PATHS = (
mas01mj@669 268 "$(inherited)",
mas01mj@669 269 "\"$(SRCROOT)/..\"",
mas01mj@680 270 "\"$(SRCROOT)\"",
mas01mj@669 271 );
mas01mj@669 272 GCC_MODEL_TUNING = G5;
mas01mj@669 273 GCC_PRECOMPILE_PREFIX_HEADER = YES;
mas01mj@669 274 GCC_PREFIX_HEADER = iAudioDB_Prefix.pch;
mas01mj@669 275 HEADER_SEARCH_PATHS = "/usr/local/include//**";
mas01mj@669 276 INFOPLIST_FILE = Info.plist;
mas01mj@669 277 INSTALL_PATH = "$(HOME)/Applications";
mas01mj@669 278 LIBRARY_SEARCH_PATHS = "/usr/local/lib//**";
mas01mj@669 279 ONLY_ACTIVE_ARCH = YES;
mas01mj@669 280 PRODUCT_NAME = iAudioDB;
mas01mj@669 281 USER_HEADER_SEARCH_PATHS = "/usr/local//**";
mas01mj@669 282 };
mas01mj@669 283 name = Release;
mas01mj@669 284 };
mas01mj@669 285 C01FCF4F08A954540054247B /* Debug */ = {
mas01mj@669 286 isa = XCBuildConfiguration;
mas01mj@669 287 buildSettings = {
mas01mj@669 288 ARCHS = "$(ARCHS_STANDARD_32_BIT)";
mas01mj@669 289 GCC_C_LANGUAGE_STANDARD = c99;
mas01mj@669 290 GCC_OPTIMIZATION_LEVEL = 0;
mas01mj@669 291 GCC_WARN_ABOUT_RETURN_TYPE = YES;
mas01mj@669 292 GCC_WARN_UNUSED_VARIABLE = YES;
mas01mj@669 293 HEADER_SEARCH_PATHS = "/usr/local/include//**";
mas01mj@669 294 LIBRARY_SEARCH_PATHS = "/usr/local/lib//**";
mas01mj@669 295 ONLY_ACTIVE_ARCH = YES;
mas01mj@669 296 PREBINDING = NO;
mas01mj@669 297 SDKROOT = macosx10.5;
mas01mj@669 298 USER_HEADER_SEARCH_PATHS = "/usr/local//**";
mas01mj@669 299 };
mas01mj@669 300 name = Debug;
mas01mj@669 301 };
mas01mj@669 302 C01FCF5008A954540054247B /* Release */ = {
mas01mj@669 303 isa = XCBuildConfiguration;
mas01mj@669 304 buildSettings = {
mas01mj@669 305 ARCHS = "$(ARCHS_STANDARD_32_BIT)";
mas01mj@669 306 GCC_C_LANGUAGE_STANDARD = c99;
mas01mj@669 307 GCC_WARN_ABOUT_RETURN_TYPE = YES;
mas01mj@669 308 GCC_WARN_UNUSED_VARIABLE = YES;
mas01mj@669 309 PREBINDING = NO;
mas01mj@669 310 SDKROOT = macosx10.5;
mas01mj@669 311 };
mas01mj@669 312 name = Release;
mas01mj@669 313 };
mas01mj@669 314 /* End XCBuildConfiguration section */
mas01mj@669 315
mas01mj@669 316 /* Begin XCConfigurationList section */
mas01mj@669 317 C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "iAudioDB" */ = {
mas01mj@669 318 isa = XCConfigurationList;
mas01mj@669 319 buildConfigurations = (
mas01mj@669 320 C01FCF4B08A954540054247B /* Debug */,
mas01mj@669 321 C01FCF4C08A954540054247B /* Release */,
mas01mj@669 322 );
mas01mj@669 323 defaultConfigurationIsVisible = 0;
mas01mj@669 324 defaultConfigurationName = Release;
mas01mj@669 325 };
mas01mj@669 326 C01FCF4E08A954540054247B /* Build configuration list for PBXProject "iAudioDB" */ = {
mas01mj@669 327 isa = XCConfigurationList;
mas01mj@669 328 buildConfigurations = (
mas01mj@669 329 C01FCF4F08A954540054247B /* Debug */,
mas01mj@669 330 C01FCF5008A954540054247B /* Release */,
mas01mj@669 331 );
mas01mj@669 332 defaultConfigurationIsVisible = 0;
mas01mj@669 333 defaultConfigurationName = Release;
mas01mj@669 334 };
mas01mj@669 335 /* End XCConfigurationList section */
mas01mj@669 336 };
mas01mj@669 337 rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
mas01mj@669 338 }