diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..8b535f3
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+.DS_Store
+
+build/
\ No newline at end of file
diff --git a/AudioTools.xcodeproj/project.pbxproj b/AudioTools.xcodeproj/project.pbxproj
index e9f71d8..9152e0c 100644
--- a/AudioTools.xcodeproj/project.pbxproj
+++ b/AudioTools.xcodeproj/project.pbxproj
@@ -9,7 +9,6 @@
/* Begin PBXBuildFile section */
2A36D8551015FD5600E209D8 /* AudioEmbeddedFilePlayerPatch.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A36D8541015FD5600E209D8 /* AudioEmbeddedFilePlayerPatch.m */; };
2A36D85C1015FE4900E209D8 /* AudioEmbeddedFilePatchUI.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A36D85B1015FE4900E209D8 /* AudioEmbeddedFilePatchUI.m */; };
- 2A36D8611015FEE300E209D8 /* AudioEmbeddedFilePatchUI.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2A36D8601015FEE300E209D8 /* AudioEmbeddedFilePatchUI.xib */; };
2A69261F0FE69A55008E0AE3 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7ADFEA557BF11CA2CBB /* Cocoa.framework */; };
2A6926550FE69AA2008E0AE3 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2AF9BA8C0E6393B100B08B06 /* AudioToolbox.framework */; };
2AA06E1410C99921006EAE78 /* QuickTime.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2AA06E1310C99921006EAE78 /* QuickTime.framework */; };
@@ -279,7 +278,6 @@
2B7894E40E60B0E200AB36BF /* AudioInputPatch.xml in Resources */,
2B596AA40E6E138D00DF015B /* AudioFileInputPatch.xml in Resources */,
2AB24EC40F67F2E100172385 /* AudioSystemBeepPatch.xml in Resources */,
- 2A36D8611015FEE300E209D8 /* AudioEmbeddedFilePatchUI.xib in Resources */,
2AB4A7E9101900B800BF6D5E /* AudioEmbeddedFileInputPatch.xml in Resources */,
2AB4A7EA101900B800BF6D5E /* AudioEmbeddedFilePlayerPatch.xml in Resources */,
);
@@ -456,8 +454,9 @@
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1)";
- ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "ppc i386 ppc64 x86_64";
+ ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "x86_64 i386 ppc";
DEBUG_INFORMATION_FORMAT = dwarf;
+ FRAMEWORK_SEARCH_PATHS = /Library/Frameworks;
GCC_AUTO_VECTORIZATION = YES;
GCC_ENABLE_OBJC_GC = supported;
GCC_FAST_MATH = YES;
@@ -466,7 +465,7 @@
GCC_VERSION = com.apple.compilers.llvmgcc42;
HEADER_SEARCH_PATHS = ../../../QCHeaders;
LLVM_LTO = YES;
- SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk";
+ SDKROOT = macosx10.6;
VALID_ARCHS = "i386 ppc x86_64";
};
name = Development;
@@ -475,8 +474,9 @@
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1)";
- ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "ppc i386 ppc64 x86_64";
+ ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "x86_64 i386 ppc";
DEBUG_INFORMATION_FORMAT = dwarf;
+ FRAMEWORK_SEARCH_PATHS = /Library/Frameworks;
GCC_AUTO_VECTORIZATION = YES;
GCC_ENABLE_OBJC_GC = supported;
GCC_FAST_MATH = YES;
@@ -485,7 +485,7 @@
GCC_VERSION = com.apple.compilers.llvmgcc42;
HEADER_SEARCH_PATHS = ../../../QCHeaders;
LLVM_LTO = YES;
- SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk";
+ SDKROOT = macosx10.6;
SYMROOT = $TMPDIR/$FULL_PRODUCT_NAME/build;
VALID_ARCHS = "i386 ppc x86_64";
};
@@ -495,8 +495,9 @@
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1)";
- ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "ppc i386 ppc64 x86_64";
+ ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "x86_64 i386 ppc";
DEBUG_INFORMATION_FORMAT = dwarf;
+ FRAMEWORK_SEARCH_PATHS = /Library/Frameworks;
GCC_AUTO_VECTORIZATION = YES;
GCC_ENABLE_OBJC_GC = supported;
GCC_FAST_MATH = YES;
@@ -505,7 +506,7 @@
GCC_VERSION = com.apple.compilers.llvmgcc42;
HEADER_SEARCH_PATHS = ../../../QCHeaders;
LLVM_LTO = YES;
- SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk";
+ SDKROOT = macosx10.6;
VALID_ARCHS = "i386 ppc x86_64";
};
name = Default;
diff --git a/AudioTools.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/AudioTools.xcodeproj/project.xcworkspace/contents.xcworkspacedata
new file mode 100644
index 0000000..4d50b32
--- /dev/null
+++ b/AudioTools.xcodeproj/project.xcworkspace/contents.xcworkspacedata
@@ -0,0 +1,7 @@
+
+
+
+
+
diff --git a/AudioTools.xcodeproj/project.xcworkspace/xcuserdata/admin2.xcuserdatad/UserInterfaceState.xcuserstate b/AudioTools.xcodeproj/project.xcworkspace/xcuserdata/admin2.xcuserdatad/UserInterfaceState.xcuserstate
new file mode 100644
index 0000000..d09ac54
Binary files /dev/null and b/AudioTools.xcodeproj/project.xcworkspace/xcuserdata/admin2.xcuserdatad/UserInterfaceState.xcuserstate differ
diff --git a/AudioTools.xcodeproj/project.xcworkspace/xcuserdata/admin2.xcuserdatad/WorkspaceSettings.xcsettings b/AudioTools.xcodeproj/project.xcworkspace/xcuserdata/admin2.xcuserdatad/WorkspaceSettings.xcsettings
new file mode 100644
index 0000000..a8f6112
--- /dev/null
+++ b/AudioTools.xcodeproj/project.xcworkspace/xcuserdata/admin2.xcuserdatad/WorkspaceSettings.xcsettings
@@ -0,0 +1,8 @@
+
+
+
+
+ BuildLocationStyle
+ UseTargetSettings
+
+
diff --git a/AudioTools.xcodeproj/xcuserdata/admin2.xcuserdatad/xcschemes/AudioTools.xcscheme b/AudioTools.xcodeproj/xcuserdata/admin2.xcuserdatad/xcschemes/AudioTools.xcscheme
new file mode 100644
index 0000000..3f1353b
--- /dev/null
+++ b/AudioTools.xcodeproj/xcuserdata/admin2.xcuserdatad/xcschemes/AudioTools.xcscheme
@@ -0,0 +1,59 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/AudioTools.xcodeproj/xcuserdata/admin2.xcuserdatad/xcschemes/xcschememanagement.plist b/AudioTools.xcodeproj/xcuserdata/admin2.xcuserdatad/xcschemes/xcschememanagement.plist
new file mode 100644
index 0000000..e0cb39a
--- /dev/null
+++ b/AudioTools.xcodeproj/xcuserdata/admin2.xcuserdatad/xcschemes/xcschememanagement.plist
@@ -0,0 +1,22 @@
+
+
+
+
+ SchemeUserState
+
+ AudioTools.xcscheme
+
+ orderHint
+ 0
+
+
+ SuppressBuildableAutocreation
+
+ 8D5B49AC048680CD000E48DA
+
+ primary
+
+
+
+
+