mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-27 15:17:38 +00:00
- Replace stub TunnelServerDemo with full Hummingbird HTTP server - Add comprehensive debug settings view with server info and controls - Implement API endpoint listing with interactive testing - Add TTYForwardManager for tty-fwd integration - Auto-start HTTP server on app launch on port 8080 - Show server status, port, and base URL in debug panel - Add test buttons for GET endpoints with live response preview - Include debug mode toggle and log level selector - Add quick access to Console.app and Application Support - Update bundle identifier to sh.vibetunnel.vibetunnel - Add code signing configuration templates
13 lines
No EOL
534 B
Text
13 lines
No EOL
534 B
Text
// Local Development Configuration Template
|
|
// Copy this file as Local.xcconfig and set your personal development team
|
|
// DO NOT commit Local.xcconfig to version control
|
|
|
|
// Set your personal development team ID here
|
|
// You can find your team ID in Xcode: Preferences > Accounts > Your Account > Team ID
|
|
DEVELOPMENT_TEAM = YOUR_TEAM_ID_HERE
|
|
|
|
// Code signing style (Automatic or Manual)
|
|
CODE_SIGN_STYLE = Automatic
|
|
|
|
// Optional: Override bundle identifier for local development
|
|
// PRODUCT_BUNDLE_IDENTIFIER = com.yourcompany.VibeTunnel |