From f55d357500fa43927cbfd9fb8e1326235d41d288 Mon Sep 17 00:00:00 2001 From: Oli Larkin Date: Sat, 5 Aug 2023 09:28:18 +0200 Subject: [PATCH] TemplateProjectApp.swift --- .../{TemplateProject.swift => TemplateProjectApp.swift} | 0 .../TemplateProject-iOS.xcodeproj/project.pbxproj | 8 ++++---- .../TemplateProject-macOS.xcodeproj/project.pbxproj | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) rename TemplateProject/app/{TemplateProject.swift => TemplateProjectApp.swift} (100%) diff --git a/TemplateProject/app/TemplateProject.swift b/TemplateProject/app/TemplateProjectApp.swift similarity index 100% rename from TemplateProject/app/TemplateProject.swift rename to TemplateProject/app/TemplateProjectApp.swift diff --git a/TemplateProject/projects/TemplateProject-iOS.xcodeproj/project.pbxproj b/TemplateProject/projects/TemplateProject-iOS.xcodeproj/project.pbxproj index 8d75d23..52e5509 100644 --- a/TemplateProject/projects/TemplateProject-iOS.xcodeproj/project.pbxproj +++ b/TemplateProject/projects/TemplateProject-iOS.xcodeproj/project.pbxproj @@ -33,7 +33,7 @@ 4F505D242A75475F009CE747 /* StringHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F505D192A75475F009CE747 /* StringHelpers.swift */; }; 4F505D252A75475F009CE747 /* AudioUnitViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F505D1B2A75475F009CE747 /* AudioUnitViewModel.swift */; }; 4F505D262A75475F009CE747 /* AudioUnitHostModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F505D1C2A75475F009CE747 /* AudioUnitHostModel.swift */; }; - 4F505D272A75475F009CE747 /* TemplateProject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F505D1D2A75475F009CE747 /* TemplateProject.swift */; }; + 4F505D272A75475F009CE747 /* TemplateProjectApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F505D1D2A75475F009CE747 /* TemplateProjectApp.swift */; }; 4F505D282A75475F009CE747 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F505D1E2A75475F009CE747 /* ContentView.swift */; }; 4FB2269720A0D3A800614769 /* TemplateProject-iOS-LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4FB2269620A0D3A800614769 /* TemplateProject-iOS-LaunchScreen.storyboard */; }; 4FC69835293BA47F0076EC33 /* TemplateProjectAU.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4FC6982F293BA47F0076EC33 /* TemplateProjectAU.framework */; }; @@ -134,7 +134,7 @@ 4F505D192A75475F009CE747 /* StringHelpers.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StringHelpers.swift; sourceTree = ""; }; 4F505D1B2A75475F009CE747 /* AudioUnitViewModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AudioUnitViewModel.swift; sourceTree = ""; }; 4F505D1C2A75475F009CE747 /* AudioUnitHostModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AudioUnitHostModel.swift; sourceTree = ""; }; - 4F505D1D2A75475F009CE747 /* TemplateProject.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TemplateProject.swift; sourceTree = ""; }; + 4F505D1D2A75475F009CE747 /* TemplateProjectApp.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TemplateProjectApp.swift; sourceTree = ""; }; 4F505D1E2A75475F009CE747 /* ContentView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = ""; }; 4F63697C20A463AF0022C370 /* IGraphicsNanoVG.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IGraphicsNanoVG.h; sourceTree = ""; }; 4F63698020A463AF0022C370 /* IGraphicsNanoVG.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = IGraphicsNanoVG.cpp; sourceTree = ""; }; @@ -335,7 +335,7 @@ children = ( 4F505D0F2A75475F009CE747 /* Common */, 4F505D1A2A75475F009CE747 /* Model */, - 4F505D1D2A75475F009CE747 /* TemplateProject.swift */, + 4F505D1D2A75475F009CE747 /* TemplateProjectApp.swift */, 4F505D1E2A75475F009CE747 /* ContentView.swift */, ); name = app; @@ -953,7 +953,7 @@ files = ( 4F505D232A75475F009CE747 /* TypeAliases.swift in Sources */, 4F505D252A75475F009CE747 /* AudioUnitViewModel.swift in Sources */, - 4F505D272A75475F009CE747 /* TemplateProject.swift in Sources */, + 4F505D272A75475F009CE747 /* TemplateProjectApp.swift in Sources */, 4F505D222A75475F009CE747 /* SimplePlayEngine.swift in Sources */, 4F505D202A75475F009CE747 /* MIDIManager.swift in Sources */, 4F505D242A75475F009CE747 /* StringHelpers.swift in Sources */, diff --git a/TemplateProject/projects/TemplateProject-macOS.xcodeproj/project.pbxproj b/TemplateProject/projects/TemplateProject-macOS.xcodeproj/project.pbxproj index b949235..799f354 100644 --- a/TemplateProject/projects/TemplateProject-macOS.xcodeproj/project.pbxproj +++ b/TemplateProject/projects/TemplateProject-macOS.xcodeproj/project.pbxproj @@ -257,7 +257,7 @@ 4FE325B12A75B9F400C7BB92 /* StringHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4FE325A62A75B9F400C7BB92 /* StringHelpers.swift */; }; 4FE325B22A75B9F400C7BB92 /* AudioUnitViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4FE325A82A75B9F400C7BB92 /* AudioUnitViewModel.swift */; }; 4FE325B32A75B9F400C7BB92 /* AudioUnitHostModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4FE325A92A75B9F400C7BB92 /* AudioUnitHostModel.swift */; }; - 4FE325B42A75B9F400C7BB92 /* TemplateProject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4FE325AA2A75B9F400C7BB92 /* TemplateProject.swift */; }; + 4FE325B42A75B9F400C7BB92 /* TemplateProjectApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4FE325AA2A75B9F400C7BB92 /* TemplateProjectApp.swift */; }; 4FE325B52A75B9F400C7BB92 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4FE325AB2A75B9F400C7BB92 /* ContentView.swift */; }; 4FF0A83221BE708700B2C9D1 /* swell-gdi.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4FD16D0B13B634BF001D0217 /* swell-gdi.mm */; }; 4FF3205820B2BFAB00269268 /* IPlugPaths.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FF3204F20B2BFAB00269268 /* IPlugPaths.h */; }; @@ -819,7 +819,7 @@ 4FE325A62A75B9F400C7BB92 /* StringHelpers.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StringHelpers.swift; sourceTree = ""; }; 4FE325A82A75B9F400C7BB92 /* AudioUnitViewModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AudioUnitViewModel.swift; sourceTree = ""; }; 4FE325A92A75B9F400C7BB92 /* AudioUnitHostModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AudioUnitHostModel.swift; sourceTree = ""; }; - 4FE325AA2A75B9F400C7BB92 /* TemplateProject.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TemplateProject.swift; sourceTree = ""; }; + 4FE325AA2A75B9F400C7BB92 /* TemplateProjectApp.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TemplateProjectApp.swift; sourceTree = ""; }; 4FE325AB2A75B9F400C7BB92 /* ContentView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = ""; }; 4FE325B62A75BBE700C7BB92 /* IPlugAUViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IPlugAUViewController.h; path = ../../../iPlug2/IPlug/AUv3/IPlugAUViewController.h; sourceTree = ""; }; 4FE325B72A75BBE700C7BB92 /* IPlugAUAudioUnit.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IPlugAUAudioUnit.h; path = ../../../iPlug2/IPlug/AUv3/IPlugAUAudioUnit.h; sourceTree = ""; }; @@ -1726,7 +1726,7 @@ children = ( 4FE3259C2A75B9F400C7BB92 /* Common */, 4FE325A72A75B9F400C7BB92 /* Model */, - 4FE325AA2A75B9F400C7BB92 /* TemplateProject.swift */, + 4FE325AA2A75B9F400C7BB92 /* TemplateProjectApp.swift */, 4FE325AB2A75B9F400C7BB92 /* ContentView.swift */, ); name = app; @@ -2478,7 +2478,7 @@ 4FE325B32A75B9F400C7BB92 /* AudioUnitHostModel.swift in Sources */, 4FE325B12A75B9F400C7BB92 /* StringHelpers.swift in Sources */, 4FE325B02A75B9F400C7BB92 /* TypeAliases.swift in Sources */, - 4FE325B42A75B9F400C7BB92 /* TemplateProject.swift in Sources */, + 4FE325B42A75B9F400C7BB92 /* TemplateProjectApp.swift in Sources */, 4FE325AD2A75B9F400C7BB92 /* MIDIManager.swift in Sources */, 4FE325B52A75B9F400C7BB92 /* ContentView.swift in Sources */, 4FE325B22A75B9F400C7BB92 /* AudioUnitViewModel.swift in Sources */,