M1: Projektgerüst + Connect-Schritt (REST/SSH-Autodetect)

XcodeGen-basiertes SwiftUI-Projekt für den RouterOS-Interview-Assistenten.
Erster Wizard-Schritt: Verbindung zu Mikrotik-Geräten per REST-API
(RouterOS >=7.1) mit SSH-CLI-Fallback für ältere Firmware, Zertifikats-
TOFU-Bestätigung, Zugangsdaten im Keychain. Unit-Tests für CLI-Parser
und Fallback-Logik.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01HReLXMbmPvtQ23p1iWiJNW
This commit is contained in:
Kay
2026-09-11 20:51:26 +02:00
co-authored by Claude Sonnet 5
commit 63734ef7fe
17 changed files with 855 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# Xcode / SwiftPM build artifacts
.build/
DerivedData/
*.xcodeproj/
xcuserdata/
.swiftpm/
*.xcworkspace/xcuserdata/
# macOS
.DS_Store
# Firmware images (large binaries, not app source)
*.npk
*.cpgz