# HG changeset patch # User mas01mj # Date 1276872581 0 # Node ID 0ef574e5558fca484b40013a04715e0c2bb0ccb5 # Parent df850498486e9e729e2af1fc5f61168efb179efa * Added ignore props on build, project profiles, and BWToolkit * Added beginnings of README file, with download link for BWToolkit diff -r df850498486e -r 0ef574e5558f examples/iAudioDB/CAMUS.xcodeproj/project.pbxproj --- a/examples/iAudioDB/CAMUS.xcodeproj/project.pbxproj Fri Jun 18 14:31:58 2010 +0000 +++ b/examples/iAudioDB/CAMUS.xcodeproj/project.pbxproj Fri Jun 18 14:49:41 2010 +0000 @@ -22,7 +22,6 @@ B714F25E11C7E273000F1B0B /* librasqal.2.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B714F25711C7E24A000F1B0B /* librasqal.2.dylib */; }; B714F25F11C7E273000F1B0B /* librdf.0.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B714F25811C7E24A000F1B0B /* librdf.0.dylib */; }; B732B6F111C92DF00059F3CC /* libvamp-sdk.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B732B6EF11C92DCB0059F3CC /* libvamp-sdk.dylib */; }; - B739033611B93E8800F5B75C /* football-icon.png in Resources */ = {isa = PBXBuildFile; fileRef = B739033511B93E8800F5B75C /* football-icon.png */; }; B739034711B9400100F5B75C /* CAMUS.icns in Resources */ = {isa = PBXBuildFile; fileRef = B739034611B9400100F5B75C /* CAMUS.icns */; }; B78FC0BC11AD9B7F0079400F /* sonic-annotator in Copy Executables */ = {isa = PBXBuildFile; fileRef = B78FC0BB11AD9B7F0079400F /* sonic-annotator */; }; B7C0623311C10DDD008921C6 /* vamp-audiodb-plugins.n3 in Resources */ = {isa = PBXBuildFile; fileRef = B7C0622D11C10DDD008921C6 /* vamp-audiodb-plugins.n3 */; }; @@ -138,7 +137,6 @@ B714F25711C7E24A000F1B0B /* librasqal.2.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = librasqal.2.dylib; path = libraries/librasqal.2.dylib; sourceTree = ""; }; B714F25811C7E24A000F1B0B /* librdf.0.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = librdf.0.dylib; path = libraries/librdf.0.dylib; sourceTree = ""; }; B732B6EF11C92DCB0059F3CC /* libvamp-sdk.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = "libvamp-sdk.dylib"; path = "libraries/libvamp-sdk.dylib"; sourceTree = ""; }; - B739033511B93E8800F5B75C /* football-icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "football-icon.png"; sourceTree = ""; }; B739034611B9400100F5B75C /* CAMUS.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = CAMUS.icns; sourceTree = ""; }; B754912911B80A0A0004A248 /* CAMUS_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAMUS_Prefix.pch; sourceTree = ""; }; B78FC0BB11AD9B7F0079400F /* sonic-annotator */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; name = "sonic-annotator"; path = "binaries/sonic-annotator"; sourceTree = ""; }; @@ -265,7 +263,6 @@ isa = PBXGroup; children = ( B739034611B9400100F5B75C /* CAMUS.icns */, - B739033511B93E8800F5B75C /* football-icon.png */, B7000BF61180B06800C3DAEC /* Add.tiff */, B7000BF71180B06800C3DAEC /* Play.tiff */, B7000BF81180B06800C3DAEC /* Spotlight.tiff */, @@ -377,7 +374,6 @@ B7E4DD9F11B8027700C787FE /* adb_cq.n3 in Resources */, B7E4DDA011B8027700C787FE /* qm_chroma.n3 in Resources */, B7E4DDA111B8027700C787FE /* adb_chroma.n3 in Resources */, - B739033611B93E8800F5B75C /* football-icon.png in Resources */, B739034711B9400100F5B75C /* CAMUS.icns in Resources */, B7C0623311C10DDD008921C6 /* vamp-audiodb-plugins.n3 in Resources */, B7C0623411C10DDD008921C6 /* vamp-libxtract.cat in Resources */, diff -r df850498486e -r 0ef574e5558f examples/iAudioDB/README --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/examples/iAudioDB/README Fri Jun 18 14:49:41 2010 +0000 @@ -0,0 +1,4 @@ +Requirements: + +* CAMUS requires BWToolkit, which was not included for space reasons. It is freely available at http://brandonwalkin.com/bwtoolkit/. The BWToolkitFramework.framework file should be placed into this folder prior to recompilation. +* All other libraries are included, with their binaries patched to allow for their bundling within the CAMUS application.