From 3b9abcc6903b46422ce14dbcb7d6332acefbdcb4 Mon Sep 17 00:00:00 2001 From: Oli Larkin Date: Sat, 27 Jan 2024 12:06:02 +0100 Subject: [PATCH] Remove some obsolete files from xcode projects --- .../TemplateProject-iOS.xcodeproj/project.pbxproj | 4 ++-- .../TemplateProject-macOS.xcodeproj/project.pbxproj | 10 ++-------- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/TemplateProject/projects/TemplateProject-iOS.xcodeproj/project.pbxproj b/TemplateProject/projects/TemplateProject-iOS.xcodeproj/project.pbxproj index 2803299..5036908 100644 --- a/TemplateProject/projects/TemplateProject-iOS.xcodeproj/project.pbxproj +++ b/TemplateProject/projects/TemplateProject-iOS.xcodeproj/project.pbxproj @@ -111,6 +111,7 @@ /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ + 4F0937E92B65082300F66EC4 /* IVPresetManagerControls.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IVPresetManagerControls.h; sourceTree = ""; }; 4F10E7BF20B17EDB00F5B09B /* TemplateProject-iOS-MainInterface.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = "TemplateProject-iOS-MainInterface.storyboard"; path = "../resources/TemplateProject-iOS-MainInterface.storyboard"; sourceTree = ""; }; 4F10E7C520B189DD00F5B09B /* TemplateProject-iOS.entitlements */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.entitlements; path = "TemplateProject-iOS.entitlements"; sourceTree = ""; }; 4F2020F620A1B2B500F22200 /* scripts */ = {isa = PBXFileReference; lastKnownFileType = folder; name = scripts; path = ../scripts; sourceTree = ""; }; @@ -167,7 +168,6 @@ 4F7C497E255DE01F00DF7588 /* IPopupMenuControl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IPopupMenuControl.h; sourceTree = ""; }; 4F7C497F255DE01F00DF7588 /* IColorPickerControl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IColorPickerControl.h; sourceTree = ""; }; 4F7C4980255DE01F00DF7588 /* IShaderControl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IShaderControl.h; sourceTree = ""; }; - 4F7C4981255DE01F00DF7588 /* IVPresetManagerControl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IVPresetManagerControl.h; sourceTree = ""; }; 4F7C4982255DE01F00DF7588 /* IWebViewControl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IWebViewControl.h; sourceTree = ""; }; 4F7C4983255DE01F00DF7588 /* ITextEntryControl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ITextEntryControl.h; sourceTree = ""; }; 4F7C4984255DE01F00DF7588 /* IVNumberBoxControl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IVNumberBoxControl.h; sourceTree = ""; }; @@ -387,6 +387,7 @@ 4F63699620A463AF0022C370 /* Controls */ = { isa = PBXGroup; children = ( + 4F0937E92B65082300F66EC4 /* IVPresetManagerControls.h */, 4F7C4971255DE01F00DF7588 /* IBubbleControl.h */, 4F7C497F255DE01F00DF7588 /* IColorPickerControl.h */, 4F7C4970255DE01F00DF7588 /* IControls.cpp */, @@ -405,7 +406,6 @@ 4F7C4974255DE01F00DF7588 /* IVMeterControl.h */, 4F7C497C255DE01F00DF7588 /* IVMultiSliderControl.h */, 4F7C4984255DE01F00DF7588 /* IVNumberBoxControl.h */, - 4F7C4981255DE01F00DF7588 /* IVPresetManagerControl.h */, 4F7C4975255DE01F00DF7588 /* IVScopeControl.h */, 4F7C4982255DE01F00DF7588 /* IWebViewControl.h */, ); diff --git a/TemplateProject/projects/TemplateProject-macOS.xcodeproj/project.pbxproj b/TemplateProject/projects/TemplateProject-macOS.xcodeproj/project.pbxproj index 407700d..f08cd07 100644 --- a/TemplateProject/projects/TemplateProject-macOS.xcodeproj/project.pbxproj +++ b/TemplateProject/projects/TemplateProject-macOS.xcodeproj/project.pbxproj @@ -482,6 +482,7 @@ 4F0848262015129400F9E881 /* IPlugAAX_Parameters.h */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 2; lastKnownFileType = sourcecode.c.h; name = IPlugAAX_Parameters.h; path = ../../iPlug2/IPlug/AAX/IPlugAAX_Parameters.h; sourceTree = ""; tabWidth = 2; }; 4F0848272015129400F9E881 /* IPlugAAX_view_interface.h */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 2; lastKnownFileType = sourcecode.c.h; name = IPlugAAX_view_interface.h; path = ../../iPlug2/IPlug/AAX/IPlugAAX_view_interface.h; sourceTree = ""; tabWidth = 2; }; 4F0848282015129400F9E881 /* IPlugAAX_TaperDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 2; lastKnownFileType = sourcecode.c.h; name = IPlugAAX_TaperDelegate.h; path = ../../iPlug2/IPlug/AAX/IPlugAAX_TaperDelegate.h; sourceTree = ""; tabWidth = 2; }; + 4F0937E82B65081400F66EC4 /* IVPresetManagerControls.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IVPresetManagerControls.h; sourceTree = ""; }; 4F10D3D2203A6710003EF82A /* RtAudio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RtAudio.h; path = ../../iPlug2/Dependencies/IPlug/RTAudio/RtAudio.h; sourceTree = ""; }; 4F10D3D3203A6711003EF82A /* RtAudio.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RtAudio.cpp; path = ../../iPlug2/Dependencies/IPlug/RTAudio/RtAudio.cpp; sourceTree = ""; }; 4F10D3D6203A6719003EF82A /* RtMidi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RtMidi.h; path = ../../iPlug2/Dependencies/IPlug/RTMidi/RtMidi.h; sourceTree = ""; }; @@ -560,7 +561,6 @@ 4F78D90513B63BA50032E0F3 /* IPlugMidi.h */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 2; lastKnownFileType = sourcecode.c.h; name = IPlugMidi.h; path = ../../iPlug2/IPlug/IPlugMidi.h; sourceTree = SOURCE_ROOT; tabWidth = 2; }; 4F78DB5F13B6462B0032E0F3 /* TemplateProject.component */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = TemplateProject.component; sourceTree = BUILT_PRODUCTS_DIR; }; 4F7C4940255DDF8600DF7588 /* IVDisplayControl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IVDisplayControl.h; sourceTree = ""; }; - 4F7C4941255DDF8600DF7588 /* IVPresetManagerControl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IVPresetManagerControl.h; sourceTree = ""; }; 4F7C4942255DDF8600DF7588 /* IShaderControl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IShaderControl.h; sourceTree = ""; }; 4F7C4943255DDF8600DF7588 /* ILEDControl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ILEDControl.h; sourceTree = ""; }; 4F7C4944255DDF8600DF7588 /* IColorPickerControl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IColorPickerControl.h; sourceTree = ""; }; @@ -581,10 +581,7 @@ 4F7C4953255DDF8600DF7588 /* IWebViewControl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IWebViewControl.h; sourceTree = ""; }; 4F7C4954255DDF8600DF7588 /* IControls.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = IControls.cpp; sourceTree = ""; }; 4F7C499F255DE07A00DF7588 /* IGraphicsFlexBox.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = IGraphicsFlexBox.cpp; sourceTree = ""; }; - 4F7C49A0255DE07A00DF7588 /* IGraphicsImGui_src.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = IGraphicsImGui_src.mm; sourceTree = ""; }; 4F7C49A1255DE07A00DF7588 /* IGraphicsFlexBox.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IGraphicsFlexBox.h; sourceTree = ""; }; - 4F7C49A2255DE07A00DF7588 /* IGraphicsImGui.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IGraphicsImGui.h; sourceTree = ""; }; - 4F7C49A3255DE07A00DF7588 /* IGraphicsImGui.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = IGraphicsImGui.cpp; sourceTree = ""; }; 4F7C49AA255DE0E200DF7588 /* Oscillator.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Oscillator.h; sourceTree = ""; }; 4F7C49AB255DE0E200DF7588 /* SVF.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SVF.h; sourceTree = ""; }; 4F7C49AC255DE0E200DF7588 /* Oversampler.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Oversampler.h; sourceTree = ""; }; @@ -1187,8 +1184,8 @@ 4F7C4951255DDF8600DF7588 /* IVKeyboardControl.h */, 4F7C4945255DDF8600DF7588 /* IVMeterControl.h */, 4F7C4948255DDF8600DF7588 /* IVMultiSliderControl.h */, + 4F0937E82B65081400F66EC4 /* IVPresetManagerControls.h */, 4F7C4946255DDF8600DF7588 /* IVNumberBoxControl.h */, - 4F7C4941255DDF8600DF7588 /* IVPresetManagerControl.h */, 4F7C4952255DDF8600DF7588 /* IVScopeControl.h */, 4F7C4953255DDF8600DF7588 /* IWebViewControl.h */, ); @@ -1286,9 +1283,6 @@ children = ( 4F7C49A1255DE07A00DF7588 /* IGraphicsFlexBox.h */, 4F7C499F255DE07A00DF7588 /* IGraphicsFlexBox.cpp */, - 4F7C49A2255DE07A00DF7588 /* IGraphicsImGui.h */, - 4F7C49A3255DE07A00DF7588 /* IGraphicsImGui.cpp */, - 4F7C49A0255DE07A00DF7588 /* IGraphicsImGui_src.mm */, ); name = Extras; path = ../../iPlug2/IGraphics/Extras;