annotate examples/iAudioDB/iAudioDB.xcodeproj/project.pbxproj @ 701:e21abbac820e

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