|
@ -22,6 +22,13 @@ |
|
|
424F84CD18661F8000687D3B /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 424F84AC18661F8000687D3B /* UIKit.framework */; }; |
|
|
424F84CD18661F8000687D3B /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 424F84AC18661F8000687D3B /* UIKit.framework */; }; |
|
|
424F84D518661F8000687D3B /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 424F84D318661F8000687D3B /* InfoPlist.strings */; }; |
|
|
424F84D518661F8000687D3B /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 424F84D318661F8000687D3B /* InfoPlist.strings */; }; |
|
|
424F84D718661F8000687D3B /* SpectogramPrototypeTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 424F84D618661F8000687D3B /* SpectogramPrototypeTests.m */; }; |
|
|
424F84D718661F8000687D3B /* SpectogramPrototypeTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 424F84D618661F8000687D3B /* SpectogramPrototypeTests.m */; }; |
|
|
|
|
|
4261F08818671ECD00AA0EF9 /* ContentView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 4261F08718671ECD00AA0EF9 /* ContentView.xib */; }; |
|
|
|
|
|
426665B51869A7CC005D62AC /* RuledScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = 426665B41869A7CC005D62AC /* RuledScrollView.m */; }; |
|
|
|
|
|
426665B81869CEFE005D62AC /* FFTTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 426665B71869CEFE005D62AC /* FFTTest.m */; }; |
|
|
|
|
|
426665BA1869CF73005D62AC /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 426665B91869CF73005D62AC /* Accelerate.framework */; }; |
|
|
|
|
|
426665BC1869EF4B005D62AC /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 426665BB1869EF4B005D62AC /* CoreAudio.framework */; }; |
|
|
|
|
|
426665C11869F194005D62AC /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 426665C01869F194005D62AC /* AudioToolbox.framework */; }; |
|
|
|
|
|
426665C51869F50B005D62AC /* MediaPlayer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 426665C41869F50B005D62AC /* MediaPlayer.framework */; }; |
|
|
/* End PBXBuildFile section */ |
|
|
/* End PBXBuildFile section */ |
|
|
|
|
|
|
|
|
/* Begin PBXContainerItemProxy section */ |
|
|
/* Begin PBXContainerItemProxy section */ |
|
@ -55,6 +62,15 @@ |
|
|
424F84D218661F8000687D3B /* SpectogramPrototypeTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "SpectogramPrototypeTests-Info.plist"; sourceTree = "<group>"; }; |
|
|
424F84D218661F8000687D3B /* SpectogramPrototypeTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "SpectogramPrototypeTests-Info.plist"; sourceTree = "<group>"; }; |
|
|
424F84D418661F8000687D3B /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; }; |
|
|
424F84D418661F8000687D3B /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; }; |
|
|
424F84D618661F8000687D3B /* SpectogramPrototypeTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SpectogramPrototypeTests.m; sourceTree = "<group>"; }; |
|
|
424F84D618661F8000687D3B /* SpectogramPrototypeTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SpectogramPrototypeTests.m; sourceTree = "<group>"; }; |
|
|
|
|
|
4261F08718671ECD00AA0EF9 /* ContentView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = ContentView.xib; sourceTree = "<group>"; }; |
|
|
|
|
|
426665B31869A7CC005D62AC /* RuledScrollView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RuledScrollView.h; sourceTree = "<group>"; }; |
|
|
|
|
|
426665B41869A7CC005D62AC /* RuledScrollView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RuledScrollView.m; sourceTree = "<group>"; }; |
|
|
|
|
|
426665B61869CEFE005D62AC /* FFTTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FFTTest.h; sourceTree = "<group>"; }; |
|
|
|
|
|
426665B71869CEFE005D62AC /* FFTTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FFTTest.m; sourceTree = "<group>"; }; |
|
|
|
|
|
426665B91869CF73005D62AC /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = System/Library/Frameworks/Accelerate.framework; sourceTree = SDKROOT; }; |
|
|
|
|
|
426665BB1869EF4B005D62AC /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = System/Library/Frameworks/CoreAudio.framework; sourceTree = SDKROOT; }; |
|
|
|
|
|
426665C01869F194005D62AC /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; }; |
|
|
|
|
|
426665C41869F50B005D62AC /* MediaPlayer.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MediaPlayer.framework; path = System/Library/Frameworks/MediaPlayer.framework; sourceTree = SDKROOT; }; |
|
|
/* End PBXFileReference section */ |
|
|
/* End PBXFileReference section */ |
|
|
|
|
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */ |
|
|
/* Begin PBXFrameworksBuildPhase section */ |
|
@ -62,6 +78,10 @@ |
|
|
isa = PBXFrameworksBuildPhase; |
|
|
isa = PBXFrameworksBuildPhase; |
|
|
buildActionMask = 2147483647; |
|
|
buildActionMask = 2147483647; |
|
|
files = ( |
|
|
files = ( |
|
|
|
|
|
426665C51869F50B005D62AC /* MediaPlayer.framework in Frameworks */, |
|
|
|
|
|
426665C11869F194005D62AC /* AudioToolbox.framework in Frameworks */, |
|
|
|
|
|
426665BC1869EF4B005D62AC /* CoreAudio.framework in Frameworks */, |
|
|
|
|
|
426665BA1869CF73005D62AC /* Accelerate.framework in Frameworks */, |
|
|
424F84AB18661F8000687D3B /* CoreGraphics.framework in Frameworks */, |
|
|
424F84AB18661F8000687D3B /* CoreGraphics.framework in Frameworks */, |
|
|
424F84AD18661F8000687D3B /* UIKit.framework in Frameworks */, |
|
|
424F84AD18661F8000687D3B /* UIKit.framework in Frameworks */, |
|
|
424F84A918661F8000687D3B /* Foundation.framework in Frameworks */, |
|
|
424F84A918661F8000687D3B /* Foundation.framework in Frameworks */, |
|
@ -103,6 +123,10 @@ |
|
|
424F84A718661F8000687D3B /* Frameworks */ = { |
|
|
424F84A718661F8000687D3B /* Frameworks */ = { |
|
|
isa = PBXGroup; |
|
|
isa = PBXGroup; |
|
|
children = ( |
|
|
children = ( |
|
|
|
|
|
426665C41869F50B005D62AC /* MediaPlayer.framework */, |
|
|
|
|
|
426665C01869F194005D62AC /* AudioToolbox.framework */, |
|
|
|
|
|
426665BB1869EF4B005D62AC /* CoreAudio.framework */, |
|
|
|
|
|
426665B91869CF73005D62AC /* Accelerate.framework */, |
|
|
424F84A818661F8000687D3B /* Foundation.framework */, |
|
|
424F84A818661F8000687D3B /* Foundation.framework */, |
|
|
424F84AA18661F8000687D3B /* CoreGraphics.framework */, |
|
|
424F84AA18661F8000687D3B /* CoreGraphics.framework */, |
|
|
424F84AC18661F8000687D3B /* UIKit.framework */, |
|
|
424F84AC18661F8000687D3B /* UIKit.framework */, |
|
@ -120,6 +144,11 @@ |
|
|
424F84BD18661F8000687D3B /* Main_iPad.storyboard */, |
|
|
424F84BD18661F8000687D3B /* Main_iPad.storyboard */, |
|
|
424F84C018661F8000687D3B /* ViewController.h */, |
|
|
424F84C018661F8000687D3B /* ViewController.h */, |
|
|
424F84C118661F8000687D3B /* ViewController.m */, |
|
|
424F84C118661F8000687D3B /* ViewController.m */, |
|
|
|
|
|
426665B31869A7CC005D62AC /* RuledScrollView.h */, |
|
|
|
|
|
426665B41869A7CC005D62AC /* RuledScrollView.m */, |
|
|
|
|
|
426665B61869CEFE005D62AC /* FFTTest.h */, |
|
|
|
|
|
426665B71869CEFE005D62AC /* FFTTest.m */, |
|
|
|
|
|
4261F08718671ECD00AA0EF9 /* ContentView.xib */, |
|
|
424F84C318661F8000687D3B /* Images.xcassets */, |
|
|
424F84C318661F8000687D3B /* Images.xcassets */, |
|
|
424F84AF18661F8000687D3B /* Supporting Files */, |
|
|
424F84AF18661F8000687D3B /* Supporting Files */, |
|
|
); |
|
|
); |
|
@ -234,6 +263,7 @@ |
|
|
424F84BF18661F8000687D3B /* Main_iPad.storyboard in Resources */, |
|
|
424F84BF18661F8000687D3B /* Main_iPad.storyboard in Resources */, |
|
|
424F84C418661F8000687D3B /* Images.xcassets in Resources */, |
|
|
424F84C418661F8000687D3B /* Images.xcassets in Resources */, |
|
|
424F84BC18661F8000687D3B /* Main_iPhone.storyboard in Resources */, |
|
|
424F84BC18661F8000687D3B /* Main_iPhone.storyboard in Resources */, |
|
|
|
|
|
4261F08818671ECD00AA0EF9 /* ContentView.xib in Resources */, |
|
|
424F84B318661F8000687D3B /* InfoPlist.strings in Resources */, |
|
|
424F84B318661F8000687D3B /* InfoPlist.strings in Resources */, |
|
|
); |
|
|
); |
|
|
runOnlyForDeploymentPostprocessing = 0; |
|
|
runOnlyForDeploymentPostprocessing = 0; |
|
@ -253,8 +283,10 @@ |
|
|
isa = PBXSourcesBuildPhase; |
|
|
isa = PBXSourcesBuildPhase; |
|
|
buildActionMask = 2147483647; |
|
|
buildActionMask = 2147483647; |
|
|
files = ( |
|
|
files = ( |
|
|
|
|
|
426665B81869CEFE005D62AC /* FFTTest.m in Sources */, |
|
|
424F84C218661F8000687D3B /* ViewController.m in Sources */, |
|
|
424F84C218661F8000687D3B /* ViewController.m in Sources */, |
|
|
424F84B918661F8000687D3B /* AppDelegate.m in Sources */, |
|
|
424F84B918661F8000687D3B /* AppDelegate.m in Sources */, |
|
|
|
|
|
426665B51869A7CC005D62AC /* RuledScrollView.m in Sources */, |
|
|
424F84B518661F8000687D3B /* main.m in Sources */, |
|
|
424F84B518661F8000687D3B /* main.m in Sources */, |
|
|
); |
|
|
); |
|
|
runOnlyForDeploymentPostprocessing = 0; |
|
|
runOnlyForDeploymentPostprocessing = 0; |
|
@ -474,6 +506,7 @@ |
|
|
424F84DC18661F8000687D3B /* Release */, |
|
|
424F84DC18661F8000687D3B /* Release */, |
|
|
); |
|
|
); |
|
|
defaultConfigurationIsVisible = 0; |
|
|
defaultConfigurationIsVisible = 0; |
|
|
|
|
|
defaultConfigurationName = Release; |
|
|
}; |
|
|
}; |
|
|
424F84DD18661F8000687D3B /* Build configuration list for PBXNativeTarget "SpectogramPrototypeTests" */ = { |
|
|
424F84DD18661F8000687D3B /* Build configuration list for PBXNativeTarget "SpectogramPrototypeTests" */ = { |
|
|
isa = XCConfigurationList; |
|
|
isa = XCConfigurationList; |
|
@ -482,6 +515,7 @@ |
|
|
424F84DF18661F8000687D3B /* Release */, |
|
|
424F84DF18661F8000687D3B /* Release */, |
|
|
); |
|
|
); |
|
|
defaultConfigurationIsVisible = 0; |
|
|
defaultConfigurationIsVisible = 0; |
|
|
|
|
|
defaultConfigurationName = Release; |
|
|
}; |
|
|
}; |
|
|
/* End XCConfigurationList section */ |
|
|
/* End XCConfigurationList section */ |
|
|
}; |
|
|
}; |
|
|