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:
+14
@@ -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
|
||||
Reference in New Issue
Block a user