From e8ca091d0dc0a27975a79049d40dacbc95b8bec6 Mon Sep 17 00:00:00 2001 From: neon443 <69979447+neon443@users.noreply.github.com> Date: Thu, 26 Jun 2025 10:55:02 +0100 Subject: [PATCH] move --- ShhShell.xcodeproj/project.pbxproj | 2 +- ShhShell/Views/{Terminal => Misc}/DialogView.swift | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename ShhShell/Views/{Terminal => Misc}/DialogView.swift (100%) diff --git a/ShhShell.xcodeproj/project.pbxproj b/ShhShell.xcodeproj/project.pbxproj index 03dad6b..9ce320f 100644 --- a/ShhShell.xcodeproj/project.pbxproj +++ b/ShhShell.xcodeproj/project.pbxproj @@ -151,7 +151,6 @@ children = ( A92317292E07113100ECE1E6 /* TerminalController.swift */, A923172E2E08851200ECE1E6 /* ShellView.swift */, - A9B15A992E0ABA0400F66E02 /* DialogView.swift */, A923172C2E07138000ECE1E6 /* SSHTerminalView.swift */, ); path = Terminal; @@ -256,6 +255,7 @@ children = ( A96C6B012E0C49E800F377FE /* CenteredLabel.swift */, A93143C52DF61FE300FCD5DB /* ViewModifiers.swift */, + A9B15A992E0ABA0400F66E02 /* DialogView.swift */, ); path = Misc; sourceTree = ""; diff --git a/ShhShell/Views/Terminal/DialogView.swift b/ShhShell/Views/Misc/DialogView.swift similarity index 100% rename from ShhShell/Views/Terminal/DialogView.swift rename to ShhShell/Views/Misc/DialogView.swift