From 3361b7e61b701560eaae38738c94c8c46372fb78 Mon Sep 17 00:00:00 2001 From: "lllucius@gmail.com" Date: Sun, 19 Oct 2014 02:47:05 +0000 Subject: [PATCH] Update Xcode project with new files --- mac/Audacity.xcodeproj/project.pbxproj | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mac/Audacity.xcodeproj/project.pbxproj b/mac/Audacity.xcodeproj/project.pbxproj index d0d2ce5c1..6dfc71b02 100644 --- a/mac/Audacity.xcodeproj/project.pbxproj +++ b/mac/Audacity.xcodeproj/project.pbxproj @@ -3101,6 +3101,9 @@ 2801A6430BF9268700648258 /* ImportQT.cpp */ = {isa = PBXFileReference; fileEncoding = 5; indentWidth = 3; lastKnownFileType = sourcecode.cpp.cpp; path = ImportQT.cpp; sourceTree = ""; tabWidth = 3; }; 2801A6440BF9268700648258 /* ImportQT.h */ = {isa = PBXFileReference; fileEncoding = 5; indentWidth = 3; lastKnownFileType = sourcecode.c.h; path = ImportQT.h; sourceTree = ""; tabWidth = 3; }; 2803810018313B070078452A /* lame.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = lame.h; path = lame/lame/lame.h; sourceTree = ""; }; + 2803C8B519F35AA000278526 /* PluginManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PluginManager.h; sourceTree = ""; }; + 2803C8B619F35AA000278526 /* TrackPanelListener.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TrackPanelListener.h; sourceTree = ""; }; + 2803C8BB19F35B4900278526 /* SelectionBarListener.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SelectionBarListener.h; sourceTree = ""; }; 2808025B0F32C11F0021001D /* bug.lsp */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; name = bug.lsp; path = ../nyquist/bug.lsp; sourceTree = SOURCE_ROOT; }; 2808025C0F32C11F0021001D /* dspprims.lsp */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; name = dspprims.lsp; path = ../nyquist/dspprims.lsp; sourceTree = SOURCE_ROOT; }; 2808025D0F32C11F0021001D /* envelopes.lsp */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; name = envelopes.lsp; path = ../nyquist/envelopes.lsp; sourceTree = SOURCE_ROOT; }; @@ -5041,6 +5044,7 @@ 1790B0B309883BFD008A330A /* PlatformCompatibility.cpp */, 1790B0B409883BFD008A330A /* PlatformCompatibility.h */, 287E207E102561F300BF47A2 /* PluginManager.cpp */, + 2803C8B519F35AA000278526 /* PluginManager.h */, 1790B0CC09883BFD008A330A /* Prefs.cpp */, 1790B0CD09883BFD008A330A /* Prefs.h */, 1790B0CE09883BFD008A330A /* Printing.cpp */, @@ -5099,6 +5103,7 @@ 1790B0ED09883BFD008A330A /* TrackPanel.h */, 1790B0EE09883BFD008A330A /* TrackPanelAx.cpp */, 1790B0EF09883BFD008A330A /* TrackPanelAx.h */, + 2803C8B619F35AA000278526 /* TrackPanelListener.h */, 1790B0F209883BFD008A330A /* UndoManager.cpp */, 1790B0F309883BFD008A330A /* UndoManager.h */, 1790B0F609883BFD008A330A /* ViewInfo.h */, @@ -6281,6 +6286,7 @@ 2897F6E30AB3DB5A003C20C5 /* MixerToolBar.h */, 2897F6E40AB3DB5A003C20C5 /* SelectionBar.cpp */, 2897F6E50AB3DB5A003C20C5 /* SelectionBar.h */, + 2803C8BB19F35B4900278526 /* SelectionBarListener.h */, 2897F6E60AB3DB5A003C20C5 /* ToolBar.cpp */, 2897F6E70AB3DB5A003C20C5 /* ToolBar.h */, 2897F6E80AB3DB5A003C20C5 /* ToolDock.cpp */,