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