vibetunnel/VibeTunnel
Peter Steinberger c26be3eefd Update to version 1.0.0 build 100 and fix all linting issues
- Set version to 1.0.0 and build number to 100
- Run SwiftFormat to format all Swift files
- Fix all SwiftLint warnings and errors:
  - Replace force unwrapping with safe optional handling
  - Fix redundant string enum values
  - Replace print statements with proper Logger
  - Fix identifier names (w→width, h→height, a→first, b→second)
  - Fix attributes formatting
  - Fix vertical whitespace issues
  - Fix multiple closures with trailing closure syntax
- Configure SwiftFormat and SwiftLint for Swift 6 compatibility:
  - Disable redundantSelf rule to preserve required self references
  - Set --self insert to maintain Swift 6 compliance
  - Add comments about Swift 6 requirements
- Ensure linting and formatting tools don't create conflicts
2025-06-16 23:45:44 +02:00
..
AppIcon.icon Add new icon 2025-06-16 04:42:13 +02:00
Assets.xcassets Add menu icons and improve UI polish 2025-06-16 21:49:21 +02:00
Core Update to version 1.0.0 build 100 and fix all linting issues 2025-06-16 23:45:44 +02:00
Presentation Update to version 1.0.0 build 100 and fix all linting issues 2025-06-16 23:45:44 +02:00
Resources Added -i / --shell 2025-06-16 19:34:36 +02:00
Utilities Update to version 1.0.0 build 100 and fix all linting issues 2025-06-16 23:45:44 +02:00
app-config.plist Add macOS app foundation with release infrastructure (#1) 2025-06-15 23:14:29 +02:00
Info.plist Add macOS app foundation with release infrastructure (#1) 2025-06-15 23:14:29 +02:00
Local.xcconfig.template feat: implement working HTTP server with debug panel 2025-06-16 02:00:56 +02:00
Shared.xcconfig Add window size animation for Settings and build script for tty-fwd 2025-06-16 03:45:06 +02:00
sparkle-public-ed-key.txt Add macOS app foundation with release infrastructure (#1) 2025-06-15 23:14:29 +02:00
version.xcconfig feat: implement working HTTP server with debug panel 2025-06-16 02:00:56 +02:00
VibeTunnel.entitlements Fix tty-fwd SIGKILL issue by adding entitlements and signing script 2025-06-16 07:19:03 +02:00
VibeTunnelApp.swift Update to version 1.0.0 build 100 and fix all linting issues 2025-06-16 23:45:44 +02:00