635 lines
36 KiB
Plaintext
635 lines
36 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 46;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
66755B151B3B792A0013E67E /* EZAudio.m in Sources */ = {isa = PBXBuildFile; fileRef = 66755AF21B3B792A0013E67E /* EZAudio.m */; };
|
|
66755B161B3B792A0013E67E /* EZAudioDevice.m in Sources */ = {isa = PBXBuildFile; fileRef = 66755AF41B3B792A0013E67E /* EZAudioDevice.m */; };
|
|
66755B171B3B792A0013E67E /* EZAudioDisplayLink.m in Sources */ = {isa = PBXBuildFile; fileRef = 66755AF61B3B792A0013E67E /* EZAudioDisplayLink.m */; };
|
|
66755B181B3B792A0013E67E /* EZAudioFile.m in Sources */ = {isa = PBXBuildFile; fileRef = 66755AF81B3B792A0013E67E /* EZAudioFile.m */; };
|
|
66755B191B3B792A0013E67E /* EZAudioFloatConverter.m in Sources */ = {isa = PBXBuildFile; fileRef = 66755AFA1B3B792A0013E67E /* EZAudioFloatConverter.m */; };
|
|
66755B1A1B3B792A0013E67E /* EZAudioFloatData.m in Sources */ = {isa = PBXBuildFile; fileRef = 66755AFC1B3B792A0013E67E /* EZAudioFloatData.m */; };
|
|
66755B1B1B3B792A0013E67E /* EZAudioPlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 66755AFE1B3B792A0013E67E /* EZAudioPlayer.m */; };
|
|
66755B1C1B3B792A0013E67E /* EZAudioPlot.m in Sources */ = {isa = PBXBuildFile; fileRef = 66755B001B3B792A0013E67E /* EZAudioPlot.m */; };
|
|
66755B1D1B3B792A0013E67E /* EZAudioPlotGL.m in Sources */ = {isa = PBXBuildFile; fileRef = 66755B021B3B792A0013E67E /* EZAudioPlotGL.m */; };
|
|
66755B1F1B3B792A0013E67E /* EZAudioUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 66755B061B3B792A0013E67E /* EZAudioUtilities.m */; };
|
|
66755B201B3B792A0013E67E /* EZMicrophone.m in Sources */ = {isa = PBXBuildFile; fileRef = 66755B081B3B792A0013E67E /* EZMicrophone.m */; };
|
|
66755B211B3B792A0013E67E /* EZOutput.m in Sources */ = {isa = PBXBuildFile; fileRef = 66755B0A1B3B792A0013E67E /* EZOutput.m */; };
|
|
66755B221B3B792A0013E67E /* EZPlot.m in Sources */ = {isa = PBXBuildFile; fileRef = 66755B0C1B3B792A0013E67E /* EZPlot.m */; };
|
|
66755B231B3B792A0013E67E /* EZRecorder.m in Sources */ = {isa = PBXBuildFile; fileRef = 66755B0E1B3B792A0013E67E /* EZRecorder.m */; };
|
|
66755B241B3B792A0013E67E /* TPCircularBuffer.c in Sources */ = {isa = PBXBuildFile; fileRef = 66755B0F1B3B792A0013E67E /* TPCircularBuffer.c */; };
|
|
66755B251B3B792A0013E67E /* CHANGELOG in Resources */ = {isa = PBXBuildFile; fileRef = 66755B121B3B792A0013E67E /* CHANGELOG */; };
|
|
66755B261B3B792A0013E67E /* VERSION in Resources */ = {isa = PBXBuildFile; fileRef = 66755B131B3B792A0013E67E /* VERSION */; };
|
|
94056E83185BCBC000EB94BA /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 94056E82185BCBC000EB94BA /* Cocoa.framework */; };
|
|
94056E8D185BCBC000EB94BA /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 94056E8B185BCBC000EB94BA /* InfoPlist.strings */; };
|
|
94056E8F185BCBC000EB94BA /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 94056E8E185BCBC000EB94BA /* main.m */; };
|
|
94056E93185BCBC000EB94BA /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = 94056E91185BCBC000EB94BA /* Credits.rtf */; };
|
|
94056E96185BCBC000EB94BA /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 94056E95185BCBC000EB94BA /* AppDelegate.m */; };
|
|
94056E99185BCBC000EB94BA /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 94056E97185BCBC000EB94BA /* MainMenu.xib */; };
|
|
94056E9B185BCBC000EB94BA /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 94056E9A185BCBC000EB94BA /* Images.xcassets */; };
|
|
94056EA2185BCBC000EB94BA /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 94056EA1185BCBC000EB94BA /* XCTest.framework */; };
|
|
94056EA3185BCBC000EB94BA /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 94056E82185BCBC000EB94BA /* Cocoa.framework */; };
|
|
94056EAB185BCBC000EB94BA /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 94056EA9185BCBC000EB94BA /* InfoPlist.strings */; };
|
|
94056EAD185BCBC000EB94BA /* EZAudioWaveformFromFileExampleTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 94056EAC185BCBC000EB94BA /* EZAudioWaveformFromFileExampleTests.m */; };
|
|
94056EDE185BCC0200EB94BA /* WaveformFromFileViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 94056EDC185BCC0200EB94BA /* WaveformFromFileViewController.m */; };
|
|
94056EDF185BCC0200EB94BA /* WaveformFromFileViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 94056EDD185BCC0200EB94BA /* WaveformFromFileViewController.xib */; };
|
|
94056EE1185BCDB500EB94BA /* GLKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 94056EE0185BCDB500EB94BA /* GLKit.framework */; };
|
|
94056EE3185BCDB900EB94BA /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 94056EE2185BCDB900EB94BA /* OpenGL.framework */; };
|
|
94056EE7185BCDBF00EB94BA /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 94056EE4185BCDBF00EB94BA /* AudioToolbox.framework */; };
|
|
94056EE8185BCDBF00EB94BA /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 94056EE5185BCDBF00EB94BA /* AudioUnit.framework */; };
|
|
94056EE9185BCDBF00EB94BA /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 94056EE6185BCDBF00EB94BA /* CoreAudio.framework */; };
|
|
94056EEB185BCDC500EB94BA /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 94056EEA185BCDC500EB94BA /* QuartzCore.framework */; };
|
|
9417A6D31865927500D9D37B /* simple-drum-beat.wav in Resources */ = {isa = PBXBuildFile; fileRef = 9417A6D21865927500D9D37B /* simple-drum-beat.wav */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
94056EA4185BCBC000EB94BA /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = 94056E77185BCBC000EB94BA /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = 94056E7E185BCBC000EB94BA;
|
|
remoteInfo = EZAudioWaveformFromFileExample;
|
|
};
|
|
/* End PBXContainerItemProxy section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
66755AF11B3B792A0013E67E /* EZAudio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EZAudio.h; sourceTree = "<group>"; };
|
|
66755AF21B3B792A0013E67E /* EZAudio.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = EZAudio.m; sourceTree = "<group>"; };
|
|
66755AF31B3B792A0013E67E /* EZAudioDevice.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EZAudioDevice.h; sourceTree = "<group>"; };
|
|
66755AF41B3B792A0013E67E /* EZAudioDevice.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = EZAudioDevice.m; sourceTree = "<group>"; };
|
|
66755AF51B3B792A0013E67E /* EZAudioDisplayLink.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EZAudioDisplayLink.h; sourceTree = "<group>"; };
|
|
66755AF61B3B792A0013E67E /* EZAudioDisplayLink.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = EZAudioDisplayLink.m; sourceTree = "<group>"; };
|
|
66755AF71B3B792A0013E67E /* EZAudioFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EZAudioFile.h; sourceTree = "<group>"; };
|
|
66755AF81B3B792A0013E67E /* EZAudioFile.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = EZAudioFile.m; sourceTree = "<group>"; };
|
|
66755AF91B3B792A0013E67E /* EZAudioFloatConverter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EZAudioFloatConverter.h; sourceTree = "<group>"; };
|
|
66755AFA1B3B792A0013E67E /* EZAudioFloatConverter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = EZAudioFloatConverter.m; sourceTree = "<group>"; };
|
|
66755AFB1B3B792A0013E67E /* EZAudioFloatData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EZAudioFloatData.h; sourceTree = "<group>"; };
|
|
66755AFC1B3B792A0013E67E /* EZAudioFloatData.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = EZAudioFloatData.m; sourceTree = "<group>"; };
|
|
66755AFD1B3B792A0013E67E /* EZAudioPlayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EZAudioPlayer.h; sourceTree = "<group>"; };
|
|
66755AFE1B3B792A0013E67E /* EZAudioPlayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = EZAudioPlayer.m; sourceTree = "<group>"; };
|
|
66755AFF1B3B792A0013E67E /* EZAudioPlot.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EZAudioPlot.h; sourceTree = "<group>"; };
|
|
66755B001B3B792A0013E67E /* EZAudioPlot.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = EZAudioPlot.m; sourceTree = "<group>"; };
|
|
66755B011B3B792A0013E67E /* EZAudioPlotGL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EZAudioPlotGL.h; sourceTree = "<group>"; };
|
|
66755B021B3B792A0013E67E /* EZAudioPlotGL.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = EZAudioPlotGL.m; sourceTree = "<group>"; };
|
|
66755B051B3B792A0013E67E /* EZAudioUtilities.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EZAudioUtilities.h; sourceTree = "<group>"; };
|
|
66755B061B3B792A0013E67E /* EZAudioUtilities.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = EZAudioUtilities.m; sourceTree = "<group>"; };
|
|
66755B071B3B792A0013E67E /* EZMicrophone.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EZMicrophone.h; sourceTree = "<group>"; };
|
|
66755B081B3B792A0013E67E /* EZMicrophone.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = EZMicrophone.m; sourceTree = "<group>"; };
|
|
66755B091B3B792A0013E67E /* EZOutput.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EZOutput.h; sourceTree = "<group>"; };
|
|
66755B0A1B3B792A0013E67E /* EZOutput.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = EZOutput.m; sourceTree = "<group>"; };
|
|
66755B0B1B3B792A0013E67E /* EZPlot.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EZPlot.h; sourceTree = "<group>"; };
|
|
66755B0C1B3B792A0013E67E /* EZPlot.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = EZPlot.m; sourceTree = "<group>"; };
|
|
66755B0D1B3B792A0013E67E /* EZRecorder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EZRecorder.h; sourceTree = "<group>"; };
|
|
66755B0E1B3B792A0013E67E /* EZRecorder.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = EZRecorder.m; sourceTree = "<group>"; };
|
|
66755B0F1B3B792A0013E67E /* TPCircularBuffer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = TPCircularBuffer.c; sourceTree = "<group>"; };
|
|
66755B101B3B792A0013E67E /* TPCircularBuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TPCircularBuffer.h; sourceTree = "<group>"; };
|
|
66755B121B3B792A0013E67E /* CHANGELOG */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CHANGELOG; sourceTree = "<group>"; };
|
|
66755B131B3B792A0013E67E /* VERSION */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = VERSION; sourceTree = "<group>"; };
|
|
94056E7F185BCBC000EB94BA /* EZAudioWaveformFromFileExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = EZAudioWaveformFromFileExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
94056E82185BCBC000EB94BA /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
|
|
94056E85185BCBC000EB94BA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
|
|
94056E86185BCBC000EB94BA /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
|
|
94056E87185BCBC000EB94BA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
|
94056E8A185BCBC000EB94BA /* EZAudioWaveformFromFileExample-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "EZAudioWaveformFromFileExample-Info.plist"; sourceTree = "<group>"; };
|
|
94056E8C185BCBC000EB94BA /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
|
94056E8E185BCBC000EB94BA /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
|
94056E90185BCBC000EB94BA /* EZAudioWaveformFromFileExample-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "EZAudioWaveformFromFileExample-Prefix.pch"; sourceTree = "<group>"; };
|
|
94056E92185BCBC000EB94BA /* en */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = en; path = en.lproj/Credits.rtf; sourceTree = "<group>"; };
|
|
94056E94185BCBC000EB94BA /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
|
|
94056E95185BCBC000EB94BA /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
|
|
94056E98185BCBC000EB94BA /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
|
|
94056E9A185BCBC000EB94BA /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
|
|
94056EA0185BCBC000EB94BA /* EZAudioWaveformFromFileExampleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = EZAudioWaveformFromFileExampleTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
94056EA1185BCBC000EB94BA /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
|
|
94056EA8185BCBC000EB94BA /* EZAudioWaveformFromFileExampleTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "EZAudioWaveformFromFileExampleTests-Info.plist"; sourceTree = "<group>"; };
|
|
94056EAA185BCBC000EB94BA /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
|
94056EAC185BCBC000EB94BA /* EZAudioWaveformFromFileExampleTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = EZAudioWaveformFromFileExampleTests.m; sourceTree = "<group>"; };
|
|
94056EDB185BCC0100EB94BA /* WaveformFromFileViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WaveformFromFileViewController.h; sourceTree = "<group>"; };
|
|
94056EDC185BCC0200EB94BA /* WaveformFromFileViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WaveformFromFileViewController.m; sourceTree = "<group>"; };
|
|
94056EDD185BCC0200EB94BA /* WaveformFromFileViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = WaveformFromFileViewController.xib; sourceTree = "<group>"; };
|
|
94056EE0185BCDB500EB94BA /* GLKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GLKit.framework; path = System/Library/Frameworks/GLKit.framework; sourceTree = SDKROOT; };
|
|
94056EE2185BCDB900EB94BA /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = System/Library/Frameworks/OpenGL.framework; sourceTree = SDKROOT; };
|
|
94056EE4185BCDBF00EB94BA /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
|
|
94056EE5185BCDBF00EB94BA /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioUnit.framework; path = System/Library/Frameworks/AudioUnit.framework; sourceTree = SDKROOT; };
|
|
94056EE6185BCDBF00EB94BA /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = System/Library/Frameworks/CoreAudio.framework; sourceTree = SDKROOT; };
|
|
94056EEA185BCDC500EB94BA /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
|
|
9417A6D21865927500D9D37B /* simple-drum-beat.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; name = "simple-drum-beat.wav"; path = "../../../simple-drum-beat.wav"; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
94056E7C185BCBC000EB94BA /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
94056EEB185BCDC500EB94BA /* QuartzCore.framework in Frameworks */,
|
|
94056EE7185BCDBF00EB94BA /* AudioToolbox.framework in Frameworks */,
|
|
94056EE8185BCDBF00EB94BA /* AudioUnit.framework in Frameworks */,
|
|
94056EE9185BCDBF00EB94BA /* CoreAudio.framework in Frameworks */,
|
|
94056EE3185BCDB900EB94BA /* OpenGL.framework in Frameworks */,
|
|
94056EE1185BCDB500EB94BA /* GLKit.framework in Frameworks */,
|
|
94056E83185BCBC000EB94BA /* Cocoa.framework in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
94056E9D185BCBC000EB94BA /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
94056EA3185BCBC000EB94BA /* Cocoa.framework in Frameworks */,
|
|
94056EA2185BCBC000EB94BA /* XCTest.framework in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
66755AEE1B3B792A0013E67E /* EZAudio */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
66755AF11B3B792A0013E67E /* EZAudio.h */,
|
|
66755AF21B3B792A0013E67E /* EZAudio.m */,
|
|
66755AF31B3B792A0013E67E /* EZAudioDevice.h */,
|
|
66755AF41B3B792A0013E67E /* EZAudioDevice.m */,
|
|
66755AF51B3B792A0013E67E /* EZAudioDisplayLink.h */,
|
|
66755AF61B3B792A0013E67E /* EZAudioDisplayLink.m */,
|
|
66755AF71B3B792A0013E67E /* EZAudioFile.h */,
|
|
66755AF81B3B792A0013E67E /* EZAudioFile.m */,
|
|
66755AF91B3B792A0013E67E /* EZAudioFloatConverter.h */,
|
|
66755AFA1B3B792A0013E67E /* EZAudioFloatConverter.m */,
|
|
66755AFB1B3B792A0013E67E /* EZAudioFloatData.h */,
|
|
66755AFC1B3B792A0013E67E /* EZAudioFloatData.m */,
|
|
66755AFD1B3B792A0013E67E /* EZAudioPlayer.h */,
|
|
66755AFE1B3B792A0013E67E /* EZAudioPlayer.m */,
|
|
66755AFF1B3B792A0013E67E /* EZAudioPlot.h */,
|
|
66755B001B3B792A0013E67E /* EZAudioPlot.m */,
|
|
66755B011B3B792A0013E67E /* EZAudioPlotGL.h */,
|
|
66755B021B3B792A0013E67E /* EZAudioPlotGL.m */,
|
|
66755B051B3B792A0013E67E /* EZAudioUtilities.h */,
|
|
66755B061B3B792A0013E67E /* EZAudioUtilities.m */,
|
|
66755B071B3B792A0013E67E /* EZMicrophone.h */,
|
|
66755B081B3B792A0013E67E /* EZMicrophone.m */,
|
|
66755B091B3B792A0013E67E /* EZOutput.h */,
|
|
66755B0A1B3B792A0013E67E /* EZOutput.m */,
|
|
66755B0B1B3B792A0013E67E /* EZPlot.h */,
|
|
66755B0C1B3B792A0013E67E /* EZPlot.m */,
|
|
66755B0D1B3B792A0013E67E /* EZRecorder.h */,
|
|
66755B0E1B3B792A0013E67E /* EZRecorder.m */,
|
|
66755B0F1B3B792A0013E67E /* TPCircularBuffer.c */,
|
|
66755B101B3B792A0013E67E /* TPCircularBuffer.h */,
|
|
66755B111B3B792A0013E67E /* VERSION */,
|
|
);
|
|
name = EZAudio;
|
|
path = ../../../../EZAudio;
|
|
sourceTree = "<group>";
|
|
};
|
|
66755B111B3B792A0013E67E /* VERSION */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
66755B121B3B792A0013E67E /* CHANGELOG */,
|
|
66755B131B3B792A0013E67E /* VERSION */,
|
|
);
|
|
path = VERSION;
|
|
sourceTree = "<group>";
|
|
};
|
|
94056E76185BCBC000EB94BA = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
94056E88185BCBC000EB94BA /* EZAudioWaveformFromFileExample */,
|
|
94056EA6185BCBC000EB94BA /* EZAudioWaveformFromFileExampleTests */,
|
|
94056E81185BCBC000EB94BA /* Frameworks */,
|
|
94056E80185BCBC000EB94BA /* Products */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
94056E80185BCBC000EB94BA /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
94056E7F185BCBC000EB94BA /* EZAudioWaveformFromFileExample.app */,
|
|
94056EA0185BCBC000EB94BA /* EZAudioWaveformFromFileExampleTests.xctest */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
94056E81185BCBC000EB94BA /* Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
94056EEA185BCDC500EB94BA /* QuartzCore.framework */,
|
|
94056EE4185BCDBF00EB94BA /* AudioToolbox.framework */,
|
|
94056EE5185BCDBF00EB94BA /* AudioUnit.framework */,
|
|
94056EE6185BCDBF00EB94BA /* CoreAudio.framework */,
|
|
94056EE2185BCDB900EB94BA /* OpenGL.framework */,
|
|
94056EE0185BCDB500EB94BA /* GLKit.framework */,
|
|
94056E82185BCBC000EB94BA /* Cocoa.framework */,
|
|
94056EA1185BCBC000EB94BA /* XCTest.framework */,
|
|
94056E84185BCBC000EB94BA /* Other Frameworks */,
|
|
);
|
|
name = Frameworks;
|
|
sourceTree = "<group>";
|
|
};
|
|
94056E84185BCBC000EB94BA /* Other Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
94056E85185BCBC000EB94BA /* AppKit.framework */,
|
|
94056E86185BCBC000EB94BA /* CoreData.framework */,
|
|
94056E87185BCBC000EB94BA /* Foundation.framework */,
|
|
);
|
|
name = "Other Frameworks";
|
|
sourceTree = "<group>";
|
|
};
|
|
94056E88185BCBC000EB94BA /* EZAudioWaveformFromFileExample */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
66755AEE1B3B792A0013E67E /* EZAudio */,
|
|
94056E94185BCBC000EB94BA /* AppDelegate.h */,
|
|
94056E95185BCBC000EB94BA /* AppDelegate.m */,
|
|
94056EDB185BCC0100EB94BA /* WaveformFromFileViewController.h */,
|
|
94056EDC185BCC0200EB94BA /* WaveformFromFileViewController.m */,
|
|
94056EDD185BCC0200EB94BA /* WaveformFromFileViewController.xib */,
|
|
94056E97185BCBC000EB94BA /* MainMenu.xib */,
|
|
9417A6D21865927500D9D37B /* simple-drum-beat.wav */,
|
|
94056E9A185BCBC000EB94BA /* Images.xcassets */,
|
|
94056E89185BCBC000EB94BA /* Supporting Files */,
|
|
);
|
|
path = EZAudioWaveformFromFileExample;
|
|
sourceTree = "<group>";
|
|
};
|
|
94056E89185BCBC000EB94BA /* Supporting Files */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
94056E8A185BCBC000EB94BA /* EZAudioWaveformFromFileExample-Info.plist */,
|
|
94056E8B185BCBC000EB94BA /* InfoPlist.strings */,
|
|
94056E8E185BCBC000EB94BA /* main.m */,
|
|
94056E90185BCBC000EB94BA /* EZAudioWaveformFromFileExample-Prefix.pch */,
|
|
94056E91185BCBC000EB94BA /* Credits.rtf */,
|
|
);
|
|
name = "Supporting Files";
|
|
sourceTree = "<group>";
|
|
};
|
|
94056EA6185BCBC000EB94BA /* EZAudioWaveformFromFileExampleTests */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
94056EAC185BCBC000EB94BA /* EZAudioWaveformFromFileExampleTests.m */,
|
|
94056EA7185BCBC000EB94BA /* Supporting Files */,
|
|
);
|
|
path = EZAudioWaveformFromFileExampleTests;
|
|
sourceTree = "<group>";
|
|
};
|
|
94056EA7185BCBC000EB94BA /* Supporting Files */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
94056EA8185BCBC000EB94BA /* EZAudioWaveformFromFileExampleTests-Info.plist */,
|
|
94056EA9185BCBC000EB94BA /* InfoPlist.strings */,
|
|
);
|
|
name = "Supporting Files";
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
94056E7E185BCBC000EB94BA /* EZAudioWaveformFromFileExample */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 94056EB0185BCBC100EB94BA /* Build configuration list for PBXNativeTarget "EZAudioWaveformFromFileExample" */;
|
|
buildPhases = (
|
|
94056E7B185BCBC000EB94BA /* Sources */,
|
|
94056E7C185BCBC000EB94BA /* Frameworks */,
|
|
94056E7D185BCBC000EB94BA /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = EZAudioWaveformFromFileExample;
|
|
productName = EZAudioWaveformFromFileExample;
|
|
productReference = 94056E7F185BCBC000EB94BA /* EZAudioWaveformFromFileExample.app */;
|
|
productType = "com.apple.product-type.application";
|
|
};
|
|
94056E9F185BCBC000EB94BA /* EZAudioWaveformFromFileExampleTests */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 94056EB3185BCBC100EB94BA /* Build configuration list for PBXNativeTarget "EZAudioWaveformFromFileExampleTests" */;
|
|
buildPhases = (
|
|
94056E9C185BCBC000EB94BA /* Sources */,
|
|
94056E9D185BCBC000EB94BA /* Frameworks */,
|
|
94056E9E185BCBC000EB94BA /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
94056EA5185BCBC000EB94BA /* PBXTargetDependency */,
|
|
);
|
|
name = EZAudioWaveformFromFileExampleTests;
|
|
productName = EZAudioWaveformFromFileExampleTests;
|
|
productReference = 94056EA0185BCBC000EB94BA /* EZAudioWaveformFromFileExampleTests.xctest */;
|
|
productType = "com.apple.product-type.bundle.unit-test";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
94056E77185BCBC000EB94BA /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
LastUpgradeCheck = 0500;
|
|
ORGANIZATIONNAME = "Syed Haris Ali";
|
|
TargetAttributes = {
|
|
94056E9F185BCBC000EB94BA = {
|
|
TestTargetID = 94056E7E185BCBC000EB94BA;
|
|
};
|
|
};
|
|
};
|
|
buildConfigurationList = 94056E7A185BCBC000EB94BA /* Build configuration list for PBXProject "EZAudioWaveformFromFileExample" */;
|
|
compatibilityVersion = "Xcode 3.2";
|
|
developmentRegion = English;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
Base,
|
|
);
|
|
mainGroup = 94056E76185BCBC000EB94BA;
|
|
productRefGroup = 94056E80185BCBC000EB94BA /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
94056E7E185BCBC000EB94BA /* EZAudioWaveformFromFileExample */,
|
|
94056E9F185BCBC000EB94BA /* EZAudioWaveformFromFileExampleTests */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
94056E7D185BCBC000EB94BA /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
94056E8D185BCBC000EB94BA /* InfoPlist.strings in Resources */,
|
|
94056E9B185BCBC000EB94BA /* Images.xcassets in Resources */,
|
|
66755B251B3B792A0013E67E /* CHANGELOG in Resources */,
|
|
9417A6D31865927500D9D37B /* simple-drum-beat.wav in Resources */,
|
|
94056EDF185BCC0200EB94BA /* WaveformFromFileViewController.xib in Resources */,
|
|
66755B261B3B792A0013E67E /* VERSION in Resources */,
|
|
94056E93185BCBC000EB94BA /* Credits.rtf in Resources */,
|
|
94056E99185BCBC000EB94BA /* MainMenu.xib in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
94056E9E185BCBC000EB94BA /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
94056EAB185BCBC000EB94BA /* InfoPlist.strings in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
94056E7B185BCBC000EB94BA /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
66755B1C1B3B792A0013E67E /* EZAudioPlot.m in Sources */,
|
|
66755B1B1B3B792A0013E67E /* EZAudioPlayer.m in Sources */,
|
|
94056E96185BCBC000EB94BA /* AppDelegate.m in Sources */,
|
|
66755B1D1B3B792A0013E67E /* EZAudioPlotGL.m in Sources */,
|
|
66755B181B3B792A0013E67E /* EZAudioFile.m in Sources */,
|
|
66755B211B3B792A0013E67E /* EZOutput.m in Sources */,
|
|
66755B1F1B3B792A0013E67E /* EZAudioUtilities.m in Sources */,
|
|
66755B221B3B792A0013E67E /* EZPlot.m in Sources */,
|
|
94056EDE185BCC0200EB94BA /* WaveformFromFileViewController.m in Sources */,
|
|
66755B231B3B792A0013E67E /* EZRecorder.m in Sources */,
|
|
66755B1A1B3B792A0013E67E /* EZAudioFloatData.m in Sources */,
|
|
66755B191B3B792A0013E67E /* EZAudioFloatConverter.m in Sources */,
|
|
66755B171B3B792A0013E67E /* EZAudioDisplayLink.m in Sources */,
|
|
66755B201B3B792A0013E67E /* EZMicrophone.m in Sources */,
|
|
66755B161B3B792A0013E67E /* EZAudioDevice.m in Sources */,
|
|
94056E8F185BCBC000EB94BA /* main.m in Sources */,
|
|
66755B241B3B792A0013E67E /* TPCircularBuffer.c in Sources */,
|
|
66755B151B3B792A0013E67E /* EZAudio.m in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
94056E9C185BCBC000EB94BA /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
94056EAD185BCBC000EB94BA /* EZAudioWaveformFromFileExampleTests.m in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin PBXTargetDependency section */
|
|
94056EA5185BCBC000EB94BA /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
target = 94056E7E185BCBC000EB94BA /* EZAudioWaveformFromFileExample */;
|
|
targetProxy = 94056EA4185BCBC000EB94BA /* PBXContainerItemProxy */;
|
|
};
|
|
/* End PBXTargetDependency section */
|
|
|
|
/* Begin PBXVariantGroup section */
|
|
94056E8B185BCBC000EB94BA /* InfoPlist.strings */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
94056E8C185BCBC000EB94BA /* en */,
|
|
);
|
|
name = InfoPlist.strings;
|
|
sourceTree = "<group>";
|
|
};
|
|
94056E91185BCBC000EB94BA /* Credits.rtf */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
94056E92185BCBC000EB94BA /* en */,
|
|
);
|
|
name = Credits.rtf;
|
|
sourceTree = "<group>";
|
|
};
|
|
94056E97185BCBC000EB94BA /* MainMenu.xib */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
94056E98185BCBC000EB94BA /* Base */,
|
|
);
|
|
name = MainMenu.xib;
|
|
sourceTree = "<group>";
|
|
};
|
|
94056EA9185BCBC000EB94BA /* InfoPlist.strings */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
94056EAA185BCBC000EB94BA /* en */,
|
|
);
|
|
name = InfoPlist.strings;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXVariantGroup section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
94056EAE185BCBC100EB94BA /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
COPY_PHASE_STRIP = NO;
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
"DEBUG=1",
|
|
"$(inherited)",
|
|
);
|
|
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
MACOSX_DEPLOYMENT_TARGET = 10.9;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
SDKROOT = macosx;
|
|
};
|
|
name = Debug;
|
|
};
|
|
94056EAF185BCBC100EB94BA /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
COPY_PHASE_STRIP = YES;
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
ENABLE_NS_ASSERTIONS = NO;
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
MACOSX_DEPLOYMENT_TARGET = 10.9;
|
|
SDKROOT = macosx;
|
|
};
|
|
name = Release;
|
|
};
|
|
94056EB1185BCBC100EB94BA /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREFIX_HEADER = "EZAudioWaveformFromFileExample/EZAudioWaveformFromFileExample-Prefix.pch";
|
|
INFOPLIST_FILE = "EZAudioWaveformFromFileExample/EZAudioWaveformFromFileExample-Info.plist";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
WRAPPER_EXTENSION = app;
|
|
};
|
|
name = Debug;
|
|
};
|
|
94056EB2185BCBC100EB94BA /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREFIX_HEADER = "EZAudioWaveformFromFileExample/EZAudioWaveformFromFileExample-Prefix.pch";
|
|
INFOPLIST_FILE = "EZAudioWaveformFromFileExample/EZAudioWaveformFromFileExample-Info.plist";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
WRAPPER_EXTENSION = app;
|
|
};
|
|
name = Release;
|
|
};
|
|
94056EB4185BCBC100EB94BA /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/EZAudioWaveformFromFileExample.app/Contents/MacOS/EZAudioWaveformFromFileExample";
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
"$(DEVELOPER_FRAMEWORKS_DIR)",
|
|
"$(inherited)",
|
|
);
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREFIX_HEADER = "EZAudioWaveformFromFileExample/EZAudioWaveformFromFileExample-Prefix.pch";
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
"DEBUG=1",
|
|
"$(inherited)",
|
|
);
|
|
INFOPLIST_FILE = "EZAudioWaveformFromFileExampleTests/EZAudioWaveformFromFileExampleTests-Info.plist";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
TEST_HOST = "$(BUNDLE_LOADER)";
|
|
WRAPPER_EXTENSION = xctest;
|
|
};
|
|
name = Debug;
|
|
};
|
|
94056EB5185BCBC100EB94BA /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/EZAudioWaveformFromFileExample.app/Contents/MacOS/EZAudioWaveformFromFileExample";
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
"$(DEVELOPER_FRAMEWORKS_DIR)",
|
|
"$(inherited)",
|
|
);
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREFIX_HEADER = "EZAudioWaveformFromFileExample/EZAudioWaveformFromFileExample-Prefix.pch";
|
|
INFOPLIST_FILE = "EZAudioWaveformFromFileExampleTests/EZAudioWaveformFromFileExampleTests-Info.plist";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
TEST_HOST = "$(BUNDLE_LOADER)";
|
|
WRAPPER_EXTENSION = xctest;
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
94056E7A185BCBC000EB94BA /* Build configuration list for PBXProject "EZAudioWaveformFromFileExample" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
94056EAE185BCBC100EB94BA /* Debug */,
|
|
94056EAF185BCBC100EB94BA /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
94056EB0185BCBC100EB94BA /* Build configuration list for PBXNativeTarget "EZAudioWaveformFromFileExample" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
94056EB1185BCBC100EB94BA /* Debug */,
|
|
94056EB2185BCBC100EB94BA /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
94056EB3185BCBC100EB94BA /* Build configuration list for PBXNativeTarget "EZAudioWaveformFromFileExampleTests" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
94056EB4185BCBC100EB94BA /* Debug */,
|
|
94056EB5185BCBC100EB94BA /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = 94056E77185BCBC000EB94BA /* Project object */;
|
|
}
|