forked from kay/RouterOS
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
15 lines
200 B
Plaintext
15 lines
200 B
Plaintext
# Xcode / SwiftPM build artifacts
|
|
.build/
|
|
DerivedData/
|
|
*.xcodeproj/
|
|
xcuserdata/
|
|
.swiftpm/
|
|
*.xcworkspace/xcuserdata/
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# Firmware images (large binaries, not app source)
|
|
*.npk
|
|
*.cpgz
|