payfrit-beacon-ios/PayfritBeacon/Views
Schwifty f60c70f32a fix: QR scanner crash — missing NSCameraUsageDescription in Info.plist
The app crashed immediately when tapping QR scan because the Info.plist
was missing the required NSCameraUsageDescription key. iOS kills the app
with EXC_BAD_INSTRUCTION when camera access is requested without it.

Also fixes:
- Flash toggle could SIGABRT if lockForConfiguration failed (try? + unconditional unlock)
- Camera setup now logs errors instead of silently failing

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-22 21:45:10 +00:00
..
BusinessListView.swift fix: resolve ambiguous color references by removing ShapeStyle extension 2026-03-22 19:40:51 +00:00
DevBanner.swift fix: resolve ambiguous color references by removing ShapeStyle extension 2026-03-22 19:40:51 +00:00
LoginView.swift fix: resolve ambiguous color references by removing ShapeStyle extension 2026-03-22 19:40:51 +00:00
QRScannerView.swift fix: QR scanner crash — missing NSCameraUsageDescription in Info.plist 2026-03-22 21:45:10 +00:00
RootView.swift feat: complete rebuild of PayfritBeacon iOS from scratch 2026-03-22 17:13:36 +00:00
ScanView.swift fix: resolve ambiguous color references by removing ShapeStyle extension 2026-03-22 19:40:51 +00:00