diff --git a/VibeTunnel.xcodeproj/project.xcworkspace/xcuserdata/steipete.xcuserdatad/UserInterfaceState.xcuserstate b/VibeTunnel.xcodeproj/project.xcworkspace/xcuserdata/steipete.xcuserdatad/UserInterfaceState.xcuserstate index e9d4f057..dce13329 100644 Binary files a/VibeTunnel.xcodeproj/project.xcworkspace/xcuserdata/steipete.xcuserdatad/UserInterfaceState.xcuserstate and b/VibeTunnel.xcodeproj/project.xcworkspace/xcuserdata/steipete.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/VibeTunnel/Core/Services/TTYForwardManager.swift b/VibeTunnel/Core/Services/TTYForwardManager.swift index 19db96d0..f7642d39 100644 --- a/VibeTunnel/Core/Services/TTYForwardManager.swift +++ b/VibeTunnel/Core/Services/TTYForwardManager.swift @@ -10,7 +10,7 @@ final class TTYForwardManager { /// Returns the URL to the bundled tty-fwd executable var ttyForwardExecutableURL: URL? { - return Bundle.main.url(forResource: "tty-fwd", withExtension: nil, subdirectory: "Resources") + return Bundle.main.url(forResource: "tty-fwd", withExtension: nil) } /// Executes the tty-fwd binary with the specified arguments diff --git a/VibeTunnel/Core/Services/TunnelServer.swift b/VibeTunnel/Core/Services/TunnelServer.swift index a93ccf3e..5bcb7a51 100644 --- a/VibeTunnel/Core/Services/TunnelServer.swift +++ b/VibeTunnel/Core/Services/TunnelServer.swift @@ -89,7 +89,7 @@ public final class TunnelServer {

VibeTunnel Server

-

✓ Server is running on port \(portNumber)

+

Server is running on port \(portNumber)

Available endpoints: