Skip to content

Commit

Permalink
TemplateProjectApp.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
olilarkin committed Aug 6, 2023
1 parent 2c861d4 commit f55d357
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -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 */; };
Expand Down Expand Up @@ -134,7 +134,7 @@
4F505D192A75475F009CE747 /* StringHelpers.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StringHelpers.swift; sourceTree = "<group>"; };
4F505D1B2A75475F009CE747 /* AudioUnitViewModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AudioUnitViewModel.swift; sourceTree = "<group>"; };
4F505D1C2A75475F009CE747 /* AudioUnitHostModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AudioUnitHostModel.swift; sourceTree = "<group>"; };
4F505D1D2A75475F009CE747 /* TemplateProject.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TemplateProject.swift; sourceTree = "<group>"; };
4F505D1D2A75475F009CE747 /* TemplateProjectApp.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TemplateProjectApp.swift; sourceTree = "<group>"; };
4F505D1E2A75475F009CE747 /* ContentView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
4F63697C20A463AF0022C370 /* IGraphicsNanoVG.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IGraphicsNanoVG.h; sourceTree = "<group>"; };
4F63698020A463AF0022C370 /* IGraphicsNanoVG.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = IGraphicsNanoVG.cpp; sourceTree = "<group>"; };
Expand Down Expand Up @@ -335,7 +335,7 @@
children = (
4F505D0F2A75475F009CE747 /* Common */,
4F505D1A2A75475F009CE747 /* Model */,
4F505D1D2A75475F009CE747 /* TemplateProject.swift */,
4F505D1D2A75475F009CE747 /* TemplateProjectApp.swift */,
4F505D1E2A75475F009CE747 /* ContentView.swift */,
);
name = app;
Expand Down Expand Up @@ -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 */,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 */; };
Expand Down Expand Up @@ -819,7 +819,7 @@
4FE325A62A75B9F400C7BB92 /* StringHelpers.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StringHelpers.swift; sourceTree = "<group>"; };
4FE325A82A75B9F400C7BB92 /* AudioUnitViewModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AudioUnitViewModel.swift; sourceTree = "<group>"; };
4FE325A92A75B9F400C7BB92 /* AudioUnitHostModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AudioUnitHostModel.swift; sourceTree = "<group>"; };
4FE325AA2A75B9F400C7BB92 /* TemplateProject.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TemplateProject.swift; sourceTree = "<group>"; };
4FE325AA2A75B9F400C7BB92 /* TemplateProjectApp.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TemplateProjectApp.swift; sourceTree = "<group>"; };
4FE325AB2A75B9F400C7BB92 /* ContentView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
4FE325B62A75BBE700C7BB92 /* IPlugAUViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IPlugAUViewController.h; path = ../../../iPlug2/IPlug/AUv3/IPlugAUViewController.h; sourceTree = "<group>"; };
4FE325B72A75BBE700C7BB92 /* IPlugAUAudioUnit.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IPlugAUAudioUnit.h; path = ../../../iPlug2/IPlug/AUv3/IPlugAUAudioUnit.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -1726,7 +1726,7 @@
children = (
4FE3259C2A75B9F400C7BB92 /* Common */,
4FE325A72A75B9F400C7BB92 /* Model */,
4FE325AA2A75B9F400C7BB92 /* TemplateProject.swift */,
4FE325AA2A75B9F400C7BB92 /* TemplateProjectApp.swift */,
4FE325AB2A75B9F400C7BB92 /* ContentView.swift */,
);
name = app;
Expand Down Expand Up @@ -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 */,
Expand Down

0 comments on commit f55d357

Please sign in to comment.